# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kauth pkgver=5.70.0 pkgrel=0 pkgdesc="Abstraction to system policy and authentication features" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev kcoreaddons-dev polkit-qt-1-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kauth-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON cmake --build build } check() { cd build # KAuthHelperTest hangs CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E '(KAuthHelperTest)' } package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums="736c372732bff566f0f7beaa953e8b8ddb930b08cb4269e38174523fbfe6b77041dc3141980f109ec15d176a5d367dd05dd58e1fcca234f7eee828a456fde906 kauth-5.70.0.tar.xz"