# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kwallet pkgver=5.74.0 pkgrel=0 pkgdesc="Secure and unified container for user passwords" arch="all !armhf !s390x" # armhf blocked by extra-cmake-modules and s390x blocked by polkit url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends_dev="libgcrypt-dev kcoreaddons-dev kconfig-dev kwindowsystem-dev ki18n-dev kconfigwidgets-dev kdbusaddons-dev kiconthemes-dev knotifications-dev kservice-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen graphviz kdoctools-dev" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kwallet-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" provides="dbus:org.freedesktop.Secrets" # 2nd highst priority after gnome-keyring, mainly for KDE provider_priority=10 case "$CARCH" in mips*) options="!check";; esac 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 local excluded_checks= case "$CARCH" in s390x) excluded_checks="(blowfishtest)";; esac CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$excluded_checks" } package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums="e18de73657c4b51c3150de88e2d764f710932527dc6e9fbfc8778e853b66e0776619fc5d8918cbf8fb6384f92d7b74836797c374d45a50223aa7d543cf743fa2 kwallet-5.74.0.tar.xz"