# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-workspace-wallpapers pkgver=5.16.2 pkgrel=0 pkgdesc="Wallpapers for the Plasma Workspace" arch="noarch" url="https://www.kde.org/workspaces/plasmadesktop/" license="GPL-2.0-or-later" makedepends="extra-cmake-modules" source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" options="!check" # No tests available build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } package() { DESTDIR="$pkgdir" make install } sha512sums="717662e390149667aa378f9f5e630a7f6a653ffad597847cee623038687d653c2a613cb544cf14bf67605af462d2021db158d1bdc05f9207424a2c2e04f8f69e plasma-workspace-wallpapers-5.16.2.tar.xz"