# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdesignerplugin pkgver=9999_git1688827222 pkgrel=0 pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator" # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://community.kde.org/Frameworks" license="LGPL-2.1-only" depends_dev=" kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kiconthemes-dev kio-dev kitemviews-dev kplotting-dev ktextwidgets-dev kwidgetsaddons-dev kxmlgui-dev sonnet-dev " makedepends="$depends_dev extra-cmake-modules kdoctools-dev qt5-qttools-dev samurai " checkdepends="xvfb-run" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/kdesignerplugin-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" 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=" 3bea59b6e8081d2db8deed2f19a6629e3e6684079c6ba3c9be86da736048dbf119788a82badab618e928565c0e246d1e54e04aa29eea508c03100acba74bc920 kdesignerplugin-5.108.0.tar.xz " options="$options !strip"