source ../plasma.conf pkgname=plasma-integration pkgver=${PVersion} pkgrel=1 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch=(x86_64) url='https://www.kde.org/workspaces/plasmadesktop/' license=(LGPL) depends=(kio kwayland libxcursor ttf-noto ttf-oxygen breeze) makedepends=("extra-cmake-modules>=${KFECMVersion}" python3) options=("debug") groups=('plasma') source=("${PServer}/${pkgver}/${pkgname}-${pkgver}.tar.xz") sha256sums=( $(getSum ${pkgname}) ) prepare() { mkdir -p build } build() { cd build cmake_kf5 ../$pkgname-$pkgver make } package() { cd build make DESTDIR="$pkgdir" install }