# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-integration pkgver=5.18.2 pkgrel=0 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all !armhf" # Blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))" depends="font-noto ttf-hack qqc2-desktop-style" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev qt5-qtquickcontrols2-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwayland-dev kwidgetsaddons-dev kwindowsystem-dev breeze-dev libxcursor-dev" checkdepends="xvfb-run" source="https://download.kde.org/stable/plasma/$pkgver/plasma-integration-$pkgver.tar.xz" subpackages="$pkgname-lang" options="!check" # Broken build() { cmake -B "$builddir"/build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \ -DCMAKE_DISABLE_FIND_PACKAGE_FontHack=true make -C build } check() { cd "$builddir"/build CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { DESTDIR="$pkgdir" make -C build install } sha512sums="d605bba7e1ac1786bbdceecd38a571cf8f9d71f95b31a9beb66100af85d0d607304ee00d7df135e7f76c295e4832ccd197e666dd2ea3c3842307fb649ff53559 plasma-integration-5.18.2.tar.xz"