author | Antonio Rojas
<arojas@archlinux.org> 2016-06-16 18:12:53 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-06-16 18:12:53 UTC |
parent | 7aeddc19617e102de8168e8f1fb959a59605e84d |
PKGBUILD | +6 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index aff2834..4bf6bae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-base -_qtver=5.6.1 +_qtver=5.7.0 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') pkgdesc='A cross-platform application and UI framework' depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'fontconfig' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' - 'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11') + 'qtchooser' 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy') makedepends=('mtdev' 'libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs' - 'gtk2' 'libpulse' 'cups' 'freetds') + 'gtk3' 'libpulse' 'cups' 'freetds') optdepends=('qt5-svg: to use SVG icon themes' 'postgresql-libs: PostgreSQL driver' 'libmariadbclient: MariaDB driver' @@ -22,15 +22,14 @@ optdepends=('qt5-svg: to use SVG icon themes' 'libfbclient: Firebird/iBase driver' 'freetds: MS SQL driver' 'mtdev: evdev plugin' - 'gtk2: GTK2 plugin') -conflicts=('qt') + 'gtk3: GTK platform plugin') groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch" qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch" qtbug-53237.patch::"https://github.com/qtproject/qtbase/commit/8e889378.patch") -md5sums=('b23232190a3df61fe1ba81636987b036' +md5sums=('184f9460b40752d71b15b827260580c2' '462f079cd46f869def6858903a718bf5' 'da4fd787ea877516397a027412e975e1' '981255fb1aea0d3c0b5c5f306fe374da')