# Contributor: Andrea Scarpino source ../frameworks.conf pkgname=plasma-framework pkgver=${KFVersion} pkgrel=2 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=('x86_64') url='https://projects.kde.org/projects/frameworks/plasma-framework' license=('LGPL') depends=('qt5-quickcontrols' 'kactivities' 'kpackage') makedepends=("extra-cmake-modules>=${KFECMVersion}" 'qt5-tools' 'kdoctools') options=("debug") groups=('kf5') source=("${KFServer}/${pkgname}-${pkgver}.tar.xz"{,.sig}) sha256sums=( $(getSum ${pkgname}) SKIP) validpgpkeys=( ${KFvalidpgpkeys} ) prepare() { mkdir -p build cd $pkgname-$pkgver } build() { cd build cmake_kf5 ../${pkgname}-${pkgver} make } package() { cd build make DESTDIR="${pkgdir}" install }