# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdbusaddons pkgver=5.56.0 pkgrel=0 pkgdesc="Addons to QtDBus" arch="all" url="https://community.kde.org/Frameworks" license="LGPL-2.1" makedepends="extra-cmake-modules qt5-qttools-dev clang doxygen shared-mime-info" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # Requires running dbus-daemon build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="f391d67bf06cb2ab26aee1090ba232594578edd137bd4501a976526a812c42d51f4190b9b29390007a40a95c5d7522e5d2a44024f5582cb8d5da66386ab70f83 kdbusaddons-5.56.0.tar.xz"