# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=knotifyconfig pkgver=5.63.0 pkgrel=0 pkgdesc="Configuration system for KNotify" arch="all" url="https://community.kde.org/Frameworks" license="LGPL-2.0-only" depends_dev="kcompletion-dev kconfig-dev ki18n-dev kio-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/knotifyconfig-$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 CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="ab85656413db7308a28cf9a1e32f15235014de886dd7f85c5aa83642ddbf117dea2fd821db9b31da471cc140164e5fb49629fc3de242b0b2e45789b5058fac80 knotifyconfig-5.63.0.tar.xz"