diff options
Diffstat (limited to 'user/attica')
-rw-r--r-- | user/attica/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/user/attica/APKBUILD b/user/attica/APKBUILD index 02626bdb6..91e5e84b9 100644 --- a/user/attica/APKBUILD +++ b/user/attica/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=attica -pkgver=5.38.0 +pkgver=5.39.0 pkgrel=0 pkgdesc="Qt 5-based implementation of Open Collaboration Services" url="https://www.kde.org/" @@ -9,9 +9,10 @@ arch="all" license="LGPL-2.1" depends="" depends_dev="qt5-qtbase-dev" -makedepends="$depends_dev cmake extra-cmake-modules" +makedepends="$depends_dev cmake extra-cmake-modules doxygen graphviz + qt5-qttools-dev" install="" -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-doc" source="http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-$pkgver.tar.xz" builddir="$srcdir/attica-$pkgver" @@ -27,6 +28,7 @@ build() { -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ + -DBUILD_QCH:BOOL=ON \ ${CMAKE_CROSSOPTS} make } @@ -41,4 +43,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="acd69c9e9955062ebd362ab6d2e247e3b37a12f9d470197426f90798b422c64f198a93754d408be72b0e442b97b161218349a71761f6156c87c1feae6f62b2f6 attica-5.38.0.tar.xz" +sha512sums="7614a684fc09e721f470b46f00a0f3ba5c9355efa6873d9bdeaabf6e44a087703434c47753f380fe7797ad95d4be984f0074ddbc48cce1e1e27aa733ae5b8be8 attica-5.39.0.tar.xz" |