# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=akonadi-calendar pkgver=18.12.0 pkgrel=0 pkgdesc='Libraries and daemons to implement basic email handling.' arch="all" url='https://community.kde.org/KDE_PIM' license="GPL-2.0 LGPL-2.1 BSD" depends="" depends_dev="kio-dev kwallet-dev kmailtransport-dev kidentitymanagement-dev kcalutils-dev akonadi-contacts-dev" makedepends="$depends_dev extra-cmake-modules" source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev" options="!check" # Broken build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="3c4bd2ee46696a0ba3c84ad49bf5a57d6d6f3c0d8df07c439925eeb8ef39c4e903f7fa41262be1d9545ce9af0b289865021182a2b538d9eae99fb78826243e0c akonadi-calendar-18.12.0.tar.xz"