# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kservice pkgver=5.103.0 pkgrel=0 pkgdesc="Advanced plugin and service introspection" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" license="LGPL-2.1-only AND LGPL-2.1-or-later" depends_dev="kconfig-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev ki18n-dev" makedepends="$depends_dev extra-cmake-modules kdoctools-dev doxygen qt5-qttools-dev flex-dev bison samurai" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kservice-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON cmake --build build } check() { cd build # ksycoca_xdgdirstest, kmimeassociationstest kapplicationtradertest and ksycocathreadtest are broken # ksycocatest requires running X local skipped_tests="(" local tests=" kapplicationtrader kmimeassociations ksycoca ksycoca_xdgdirs ksyscocathread " for test in $tests; do skipped_tests="$skipped_tests|$test" done skipped_tests="$skipped_tests)test" CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$skipped_tests" } package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums=" 978faae08fc3c8384eb57b46530e302f11bd68ab64c995834f1a902af5f55f7cb0de61519d06d36d9cceaa7f2cf925db96bda088ede762dab6c57109af0fa3be kservice-5.103.0.tar.xz "