# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kwallet pkgver=5.63.0 pkgrel=0 pkgdesc="Secure and unified container for user passwords" arch="all" 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" prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir"/build local excluded_checks= case "$CARCH" in s390x) excluded_checks="(blowfishtest)";; esac CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$excluded_checks" } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="1e78dd721bc1b411f06fa8fee707b0995287618302ac87e10823a6356304ee17394b818472bb5c850ae2931119d619e0ddb720db0c4e97b38f58899e80a4623d kwallet-5.63.0.tar.xz"