# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kauth pkgver=5.49.0 pkgrel=0 pkgdesc="Abstraction to system policy and authentication features" arch="all" url="https://community.kde.org/Frameworks" license="LGPL-2.1" depends="" depends_dev="kcoreaddons-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen polkit-qt-dev polkit-qt" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_LIBEXECDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E KAuthHelperTest } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="123648925dbc6fec8068e3ba9f7703437e3662929d26ba244d0a9f856dd7c991f0c5701aca6644f129ab33a41df8c0ea231fee62967be4afbf76c64f4414acd6 kauth-5.49.0.tar.xz"