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 | 4a1cfb8119f4b7a89bc757f214fdedd8150d7e3e |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index ef4e967..f29a2f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-framework -pkgver=5.35.0 +pkgver=5.36.0 pkgrel=1 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' license=('LGPL') depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland') -makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python') +makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('811210acaabbcc7ea7ff79f6459c35d8ec0b3decffdb52a765a0c03640cd31af' +sha256sums=('7060e5b61eb8b00a350967528e0c22e18edd9cdc2cb7cb398aae3874ac859f17' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -26,7 +26,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON make }