Skip to content
Snippets Groups Projects
Commit f06bbe5a authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/akonadi-calendar: disable on riscv64

parent ce3f3b26
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,31 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=akonadi-calendar
pkgver=21.04.2
pkgrel=0
pkgdesc="Libraries and daemons to implement basic email handling"
arch="all !ppc64le !s390x !armhf !mips !mips64" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine
pkgrel=1
pkgdesc="Akonadi calendar integration"
# armhf blocked by extra-cmake-modules
# ppc64le, s390x, mips64 and riscv64 blocked by kmailtransport -> libkgapi -> qt5-qtwebengine
arch="all !armhf !ppc64le !s390x !mips64 !riscv64"
url="https://community.kde.org/KDE_PIM"
license="LGPL-2.0-or-later"
depends_dev="ki18n-dev kwidgetsaddons-dev kxmlgui-dev kio-dev kcodecs-dev
kiconthemes-dev kdbusaddons-dev kmailtransport-dev kidentitymanagement-dev
kcalendarcore-dev kcalutils-dev akonadi-dev>=$pkgver akonadi-contacts-dev>=$pkgver"
makedepends="$depends_dev extra-cmake-modules"
depends_dev="
akonadi-contacts-dev>=$pkgver
akonadi-dev>=$pkgver
kcalendarcore-dev
kcalutils-dev
kcodecs-dev
kdbusaddons-dev
ki18n-dev
kiconthemes-dev
kidentitymanagement-dev
kio-dev
kmailtransport-dev
kwidgetsaddons-dev
kxmlgui-dev
"
makedepends="$depends_dev
extra-cmake-modules
"
checkdepends="xvfb-run"
source="https://download.kde.org/stable/release-service/$pkgver/src/akonadi-calendar-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-lang"
......@@ -30,7 +46,7 @@ check() {
}
package() {
DESTDIR="$pkgdir" cmake --build build --target install
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
96206ab71056a143ba827b0d6d855616c1d44276cd7cb918cbadc44c6b29d58143f928321f832a7b04b70321ddf7b8c50b57b7321cc6a4df4e71fefdce630622 akonadi-calendar-21.04.2.tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment