source ../plasma.conf pkgname=plasma-workspace-wallpapers pkgver=${PVersion} pkgrel=1 pkgdesc='Additional wallpapers for the Plasma Workspace' arch=('any') url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' license=('LGPL') makedepends=('extra-cmake-modules') groups=('plasma') options=("debug") source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz") sha256sums=( $(getSum ${pkgname}) ) prepare() { mkdir -p build } build() { cd build cmake_kf5 ../${pkgname}-${pkgver} make } package() { cd build make DESTDIR="${pkgdir}" install }