author | Antonio Rojas
<arojas@archlinux.org> 2017-07-08 11:52:22 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-07-08 11:52:22 UTC |
parent | ee92b1fb68480ee248fe043e83b0c53ffd2135b3 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 3eff14e..67ada72 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,18 +2,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kguiaddons -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 pkgdesc='Addons to QtGui' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') depends=('qt5-x11extras') -makedepends=('extra-cmake-modules' 'mesa' 'clang' 'python-pyqt5' 'python2-pyqt5') +makedepends=('extra-cmake-modules' 'mesa' 'clang' 'python-pyqt5' 'python2-pyqt5' 'doxygen' 'qt5-tools') optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('c837f7195bbbb6802a73d12f7de49be6316257deee964120f95d99aef5580f99' +sha256sums=('8c782147fdfab9876d66ec1e5d598043621bd6a6795e74e263333df7938a91f6' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -27,7 +27,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON make }