mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt4 to 4.8.6-4
This commit is contained in:
parent
93069a2b2d
commit
37d50cca10
2 changed files with 1476 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=qt4
|
||||
pkgver=4.8.6
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -27,7 +27,8 @@ optdepends=('qtchooser: set the default Qt toolkit'
|
|||
'libxinerama: Xinerama support'
|
||||
'libxcursor: Xcursor support'
|
||||
'libxfixes: Xfixes support'
|
||||
'icu: Unicode support')
|
||||
'icu: Unicode support'
|
||||
'sni-qt: StatusNotifierItem (AppIndicators) support')
|
||||
install="${pkgname}.install"
|
||||
options=('!distcc')
|
||||
replaces=('qt<=4.8.4')
|
||||
|
@ -39,7 +40,8 @@ source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pk
|
|||
'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
|
||||
'improve-cups-support.patch'
|
||||
'moc-boost-workaround.patch'
|
||||
'CVE-2014-0190.patch')
|
||||
'CVE-2014-0190.patch'
|
||||
'kubuntu_14_systemtrayicon.diff')
|
||||
md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
|
||||
'a16638f4781e56e7887ff8212a322ecc'
|
||||
'8a28b3f52dbeb685d4b69440b520a3e1'
|
||||
|
@ -48,7 +50,8 @@ md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
|
|||
'b859c5673e5098c39f72b2252947049e'
|
||||
'c439c7731c25387352d8453ca7574971'
|
||||
'da387bde22ae1c446f12525d2a31f070'
|
||||
'34ed257109afb83342cfe514c8abe027')
|
||||
'34ed257109afb83342cfe514c8abe027'
|
||||
'a523644faa8f98a73f55c4aa23c114a6')
|
||||
|
||||
prepare() {
|
||||
cd ${_pkgfqn}
|
||||
|
@ -62,6 +65,9 @@ prepare() {
|
|||
# QTBUG#38367
|
||||
patch -p1 -i "${srcdir}"/CVE-2014-0190.patch
|
||||
|
||||
# http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
|
||||
patch -p1 -i "${srcdir}"/kubuntu_14_systemtrayicon.diff
|
||||
|
||||
export CXXFLAGS="$CXXFLAGS -fno-strict-volatile-bitfields"
|
||||
|
||||
sed -i "s|-O2|${CXXFLAGS}|" mkspecs/common/{g++,gcc}-base.conf
|
||||
|
|
1466
extra/qt4/kubuntu_14_systemtrayicon.diff
Normal file
1466
extra/qt4/kubuntu_14_systemtrayicon.diff
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue