# 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=akonadi-import-wizard pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules # ppc64le, s390x and riscv64 blocked by kmailtransport -> libkgapi -> qt5-qtwebengine arch="all !armhf !ppc64le !s390x !riscv64" url="https://kontact.kde.org/" pkgdesc="Import data from other mail clients to KMail" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only" makedepends=" akonadi-dev>=$pkgver extra-cmake-modules kauth-dev kconfig-dev kcontacts-dev kcrash-dev kdbusaddons-dev kdoctools-dev kidentitymanagement-dev kio-dev kmailtransport-dev kwallet-dev libkdepim-dev mailcommon-dev messagelib-dev pimcommon-dev qt5-qtbase-dev samurai " _repo_url="https://invent.kde.org/pim/akonadi-import-wizard.git" source="https://download.kde.org/stable/release-service/$pkgver/src/akonadi-import-wizard-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=MinSizeRel \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" d3f4f4cd6c761c1aa0684942755449088e69ff1e9b651b4bba7374b5d52bc5c3659044e3e0a65cdbf08667ca006d31e170b29d56b763dfa9bd045531e90e9f64 akonadi-import-wizard-23.04.3.tar.xz "