diff options
-rw-r--r-- | community/zanshin/APKBUILD | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/community/zanshin/APKBUILD b/community/zanshin/APKBUILD index 2c727cecd0..631abb3389 100644 --- a/community/zanshin/APKBUILD +++ b/community/zanshin/APKBUILD @@ -3,15 +3,26 @@ pkgname=zanshin pkgver=0.5.71 pkgrel=4 -# Blocked on armhf by qt5-qtdeclarative -# Blocked on mips, ppc64le and s390x by akonadi-calendar -# Blocked on armv7 by qt5-qtwebengine -arch="all !armhf !ppc64le !s390x !mips !mips64 !armv7" +# armhf blocked by qt5-qtdeclarative +# mips64, ppc64le and s390x blocked by qt5-qtwebengine -> akonadi-calendar +arch="all !armhf !ppc64le !s390x !mips64 !riscv64" url="https://zanshin.kde.org/" pkgdesc="A Getting Things Done application which aims at getting your mind like water" license="(GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.0-or-later" -makedepends="extra-cmake-modules qt5-qtbase-dev boost-dev akonadi-calendar-dev kontactinterface-dev krunner-dev kwindowsystem-dev ki18n-dev" -checkdepends="xvfb-run dbus" +makedepends=" + akonadi-calendar-dev + boost-dev + extra-cmake-modules + ki18n-dev + kontactinterface-dev + krunner-dev + kwindowsystem-dev + qt5-qtbase-dev + " +checkdepends=" + dbus + xvfb-run + " source="https://download.kde.org/stable/zanshin/zanshin-$pkgver.tar.xz Port-to-kontactinterface.patch Build-against-recent-Akonadi.patch @@ -49,7 +60,7 @@ check() { } package() { - DESTDIR="$pkgdir" cmake --build build --target install + DESTDIR="$pkgdir" cmake --install build } sha512sums="47b4fa8797dd50372dcf176198e1c80348cd1ba604d1ed61cd973956e54ba5551caea33c766d857bc3ad598bd0eae9882ffc315e13e6e3b9c1033d01c8e029d8 zanshin-0.5.71.tar.xz |