mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qt4 to 4.8.7-9
This commit is contained in:
parent
306036715d
commit
59900fe1a7
2 changed files with 1 additions and 14 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
pkgname=qt4
|
||||
pkgver=4.8.7
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -31,7 +31,6 @@ optdepends=('qtchooser: set the default Qt toolkit'
|
|||
'libxfixes: Xfixes support'
|
||||
'icu: Unicode support'
|
||||
'sni-qt: StatusNotifierItem (AppIndicators) support')
|
||||
install="${pkgname}.install"
|
||||
options=('!distcc')
|
||||
replaces=('qt<=4.8.4')
|
||||
conflicts=('qt')
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in a new issue