# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-workspace-wallpapers pkgver=5.16.3 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="de804ebf6756ecbd48e93d9e505c345b65360609ba70bd425bbec4344c29a3a77a0457315b4da71d39ec1cdc82de56129f9e284652763feccd7bd406d9ca54b3 plasma-workspace-wallpapers-5.16.3.tar.xz"