# Contributor: Bart Ribbers # Maintainer: team/kde # The group tag is just to easily find this APKBUILD by some scripts for automation # group=kde-applications pkgname=kdepim-runtime pkgver=23.04.3 pkgrel=1 pkgdesc="Extends the functionality of kdepim" url="https://kontact.kde.org/" # armhf blocked by extra-cmake-modules # ppc64le, s390x and riscv64 blocked by qt5-qtwebengine -> akonadi arch="all !armhf !ppc64le !s390x !riscv64" license="LGPL-2.0-or-later" makedepends=" akonadi-calendar-dev akonadi-contacts-dev akonadi-dev akonadi-mime-dev akonadi-notes-dev extra-cmake-modules kcalendarcore-dev kcalutils-dev kcodecs-dev kconfig-dev kconfigwidgets-dev kcontacts-dev kdav-dev kdoctools-dev kholidays-dev kidentitymanagement-dev kimap-dev kio-dev kitemmodels-dev kmailtransport-dev kmbox-dev kmime-dev knotifications-dev knotifyconfig-dev ktextwidgets-dev kwindowsystem-dev libkgapi-dev libxslt-dev pimcommon-dev qca-dev qt5-qtbase-dev qt5-qtnetworkauth-dev qt5-qtspeech-dev qt5-qtxmlpatterns-dev samurai shared-mime-info " subpackages="$pkgname-dbg $pkgname-doc $pkgname-lang" _repo_url="https://invent.kde.org/pim/kdepim-runtime.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kdepim-runtime-$pkgver.tar.xz 0001-Fix-non-existing-import-in-ews-tests.patch " build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 5a0373a0da38adf8c7d860727f943536f5b4796b49550947cc11d24919ad00d8af5bad5a3b709434c9415412f027c10a5b1b9cf6c1d3a878140ad246f9cf4b2d kdepim-runtime-23.04.3.tar.xz 5e0d0306be76e0aef80e2b7f17b36b6a5d7775428c54cf97fc242e511e926982b0092ddb1ed79fab37ca7145bde06a94a378ad9df85e7de0653813e076a3a644 0001-Fix-non-existing-import-in-ews-tests.patch "