makedepends=(ibus baloo breeze polkit-kde-agent-1 systemsettings kcmutils kdeclarative kxmlgui kwin knewstuff knotifications knotifyconfig kpeople kdbusaddons kded kpackage extra-cmake-modules kdoctools systemsettings qqc2-desktop-style wayland-protocols sonnet plasma5support plasma-activities-stats plasma-workspace xorg-xf86-input-evdev xorg-xf86-input-libinput xorg-server) run=(xorg-xkeyboard-config xorg-libxkbfile) description="KDE Plasma Desktop" url="https://www.kde.org/" packager="Great-OS Team" maintainer="Great-OS Team" set=(plasma kde6 plasma-dev) name=plasma-desktop version=6.6.5 release=1 source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz) build() { mkdir build cd build cmake ../$name-$version \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make make DESTDIR=$PKG install }