diff options
author | root <root@rshg054.dnsready.net> | 2013-10-18 01:09:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-18 01:09:28 -0700 |
commit | cc1dbaab9d968ae5ace1956c3662b8b492694800 (patch) | |
tree | da9b8d35950f63d7a68e4d4e5938715e1f0f5cdb /extra/qt5 | |
parent | c72dc5de577922ea7f6002cdabcfac1576eae211 (diff) |
Fri Oct 18 01:09:01 PDT 2013
Diffstat (limited to 'extra/qt5')
-rw-r--r-- | extra/qt5/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD index 7203c3784..04e7fc8cb 100644 --- a/extra/qt5/PKGBUILD +++ b/extra/qt5/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193725 2013-08-29 13:10:15Z andrea $ +# $Id: PKGBUILD 196747 2013-10-17 14:02:54Z andyrtr $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=qt5 @@ -21,16 +21,16 @@ pkgname=('qt5-base' 'qt5-x11extras' 'qt5-xmlpatterns') pkgver=5.1.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms' - 'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins' + 'mesa' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins' 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 'desktop-file-utils' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 'libfbclient' 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig' - 'libmng' 'openal' 'gtk2' 'libxkbcommon') + 'openal' 'gtk2' 'libxkbcommon') groups=('qt' 'qt5') options=('!libtool') _pkgfqn="qt-everywhere-opensource-src-${pkgver}" @@ -87,7 +87,8 @@ build() { -no-rpath \ -optimized-qmake \ -dbus-linked \ - -reduce-relocations + -reduce-relocations \ + -opengl es2 make @@ -230,7 +231,7 @@ package_qt5-graphicaleffects() { package_qt5-imageformats() { pkgdesc='A cross-platform application and UI framework (Images plugins)' - depends=('qt5-base' 'libtiff' 'libmng') + depends=('qt5-base' 'libtiff') conflicts=('qt') cd ${_pkgfqn}/qtimageformats |