git » kjobwidgets.git » commit f77f2e5

KDE Frameworks 5.36

author Antonio Rojas
2017-07-08 11:52:22 UTC
committer Antonio Rojas
2017-07-08 11:52:22 UTC
parent 228616c06ad5495f00014902666e77863a6ee269

KDE Frameworks 5.36

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index 1757a70..9bb0905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kjobwidgets
-pkgver=5.35.0
+pkgver=5.36.0
 pkgrel=1
 pkgdesc='Widgets for tracking KJob instances'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 'python-pyqt5')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 'python-pyqt5' 'doxygen')
 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=('7437aca391723314b44f951ee1dde74b309c5d04c8f25b4f86c8a9e45f720c64'
+sha256sums=('97ad95e78dedef69500b68befd39b756bfa4773b737628c63efd4cc2efd69cd4'
             '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
 }