# 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=akonadiconsole pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules # s390x, ppc64le and riscv64 blocked by akonadi # ppc64le blocked by calendarsupport arch="all !armhf !s390x !ppc64le !riscv64" url="https://kontact.kde.org/" pkgdesc="Application for debugging Akonadi Resources" license="GPL-2.0-or-later AND GFDL-1.2-only" makedepends=" akonadi-contacts-dev akonadi-dev akonadi-search-dev calendarsupport-dev extra-cmake-modules kcalendarcore-dev kcompletion-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcontacts-dev kcrash-dev kdbusaddons-dev kdoctools-dev ki18n-dev kio-dev kitemmodels-dev kitemviews-dev kmime-dev ktextwidgets-dev kwidgetsaddons-dev kxmlgui-dev libkdepim-dev messagelib-dev qt5-qtbase-dev samurai xapian-bindings " checkdepends="xvfb-run" _repo_url="https://invent.kde.org/pim/akonadiconsole.git" source="https://download.kde.org/stable/release-service/$pkgver/src/akonadiconsole-$pkgver.tar.xz" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=MinSizeRel \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { xvfb-run ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 9e20c5b7fa024b58d56489a90a082f481831367fc3d815eadca79df86ec3db251c463a76f45042bee103ab609aef7a79f25fcdfb935d91791e37370c010bd18a akonadiconsole-23.04.3.tar.xz "