# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/systemsettings source ../plasma.conf pkgname=systemsettings pkgver=${PVersion} pkgrel=1 pkgdesc='KDE system settings' arch=('x86_64') url='https://projects.kde.org/projects/kde/workspace/systemsettings' license=('LGPL') depends=('kcmutils' 'khtml') makedepends=('extra-cmake-modules' 'kdoctools' 'python3') groups=('plasma') options=("debug") source=("${PServer}/${pkgver}/${pkgname}-${PVersion}.tar.xz"{,.sig}) sha256sums=( $(getSum ${pkgname}) 'SKIP' ) validpgpkeys=(${Pvalidpgpkeys}) prepare() { mkdir -p build } build() { cd build cmake_kf5 ../${pkgname}-${pkgver} \ -DPYTHON_EXECUTABLE=/usr/bin/python3 make } package() { cd build make DESTDIR="${pkgdir}" install }