Date: Thursday, September 16, 2021 @ 11:52:14 Author: arojas Revision: 424194
archrelease: copy kde-unstable to kde-unstable-any Added: plasma-workspace-wallpapers/repos/kde-unstable-any/ plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 424193, plasma-workspace-wallpapers/kde-unstable/PKGBUILD) ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Copied: plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 424193, plasma-workspace-wallpapers/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-any/PKGBUILD (rev 0) +++ kde-unstable-any/PKGBUILD 2021-09-16 11:52:14 UTC (rev 424194) @@ -0,0 +1,30 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=plasma-workspace-wallpapers +pkgver=5.22.90 +pkgrel=1 +pkgdesc='Additional wallpapers for the Plasma Workspace' +arch=(any) +url='https://kde.org/plasma-desktop/' +license=(LGPL) +makedepends=(extra-cmake-modules qt5-base) +groups=(plasma) +source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('a320555316751f4bc88d9e2dfb2cb74b84dc87d72a7feaee3518f1d2de5298da' + 'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <j...@jriddell.org> + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bs...@kde.org> + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmund...@kde.org> + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notm...@gmail.com> + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}