source ../plasma.conf pkgname=xdg-desktop-portal-kde pkgver=${PVersion} pkgrel=1 pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5' arch=(x86_64) url='https://www.kde.org/workspaces/plasmadesktop/' license=(LGPL) depends=(ki18n knotifications) makedepends=(extra-cmake-modules python3) provides=(xdg-desktop-portal-impl) groups=(plasma) 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} make } package() { cd build make DESTDIR="${pkgdir}" install }