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 | 0e426b4c9ff157e3930b0255cbdea010cfd9aafb |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 4a14291..e289bbe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,17 +4,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities-stats -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A library for accessing the usage data collected by the activities system" url='https://community.kde.org/Frameworks' license=('LGPL') depends=('kactivities') -makedepends=('extra-cmake-modules' 'boost') +makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'qt5-tools') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('ae1e60bae26d07ae26d7fe0fd6448f02e1278911955abe68a619a27bce4b39fd' +sha256sums=('10fdc3ead08aac011b3c6535743c6d172f60a8e31134050e9c840862d4dbf7c1' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -28,7 +28,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON make }