# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-workspace-wallpapers pkgver=9999_git1687266957 pkgrel=0 pkgdesc="Wallpapers for the Plasma Workspace" arch="noarch !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/plasma-desktop/" license="GPL-2.0-or-later" makedepends="extra-cmake-modules samurai" case "$pkgver" in *.90*) _rel=unstable;; *) _rel=stable;; esac source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-workspace-wallpapers-$pkgver.tar.xz" options="!check" # No tests available build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 87eeebc30c6e2e71d43e14a11a700bc234b350514e5aca76a0bad6a4cd190a7185836eca52b6f649297f1147cac2bb6f0504873ef67f7fe3d94415cc59e765bf plasma-workspace-wallpapers-5.27.6.tar.xz " options="$options !strip"