# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=frameworkintegration pkgver=9999_git1688826977 pkgrel=0 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://www.kde.org" license="LGPL-2.1-or-later" depends_dev=" appstream-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev knewstuff-dev knotifications-dev kpackage-dev kwidgetsaddons-dev qt5-qtbase-dev " makedepends="$depends_dev extra-cmake-modules samurai " checkdepends="xvfb-run" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/frameworkintegration-$pkgver.tar.xz" subpackages="$pkgname-dev" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { cd build CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" ea67b11edcffb546ec1cc41da03ac921738d6879ee0ecd652e27aacf6dd8af0d37da5bd29e2f3a43e41295abcec53d0b2679d56e937e99675cf0451d91db865e frameworkintegration-5.108.0.tar.xz " options="$options !strip"