# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-desktop pkgver=9999_git1689653799 pkgrel=0 pkgdesc="KDE Plasma Desktop" # armhf blocked by qt5-qtdeclarative # ppc64le, s390x and riscv64 blocked by qt5-qtwebengine -> kaccounts-integration arch="all !armhf !ppc64le !s390x !riscv64" url='https://kde.org/plasma-desktop/' license="GPL-2.0-only AND LGPL-2.1-only" depends=" accountsservice font-noto-emoji ibus-emoji kirigami2 plasma-workspace qqc2-desktop-style setxkbmap xdg-user-dirs " makedepends=" attica-dev baloo-dev eudev-dev extra-cmake-modules fontconfig-dev ibus-dev kaccounts-integration-dev kactivities-dev kactivities-stats-dev kauth-dev kcmutils-dev kcodecs-dev kconfig-dev kdbusaddons-dev kdeclarative-dev kdelibs4support-dev kdoctools-dev kemoticons-dev kglobalaccel-dev ki18n-dev kitemmodels-dev knewstuff-dev knotifications-dev knotifyconfig-dev kpeople-dev kpipewire-dev krunner-dev kwallet-dev kwin-dev libxcursor-dev libxi-dev libxkbfile-dev plasma-framework-dev plasma-workspace-dev qqc2-desktop-style-dev qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev qt5-qtx11extras-dev samurai signon-plugin-oauth2-dev xf86-input-evdev-dev xf86-input-libinput-dev xf86-input-synaptics-dev xkeyboard-config-dev " checkdepends="xvfb-run iso-codes" case "$pkgver" in *.90*) _rel=unstable;; *) _rel=stable;; esac source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-desktop-$pkgver.tar.xz" subpackages="$pkgname-dbg $pkgname-doc knetattach" options="!check" # Requires running dbus 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 } knetattach() { pkgdesc="Wizard which makes it easier to integrate network resources with the Plasma Desktop" depends="kdelibs4support" amove usr/bin/knetattach amove usr/share/applications/org.kde.knetattach.desktop } sha512sums=" b1524c54b1ff5d45ae56883fef2fe34927991eba4b28e697867a1097baa8d6a235fc38e11385b1f02c78c5700e669ad902a721c089bb571accb13fd734c1fdb1 plasma-desktop-5.27.6.tar.xz " options="$options !strip"