aports/community/plasma-workspace-wallpapers/APKBUILD
2025-05-09 06:12:35 +00:00

40 lines
1 KiB
Text

# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-plasma
maintainer="team/kde <bribbers@disroot.org>"
pkgname=plasma-workspace-wallpapers
pkgver=6.3.5
pkgrel=0
pkgdesc="Wallpapers for the Plasma Workspace"
arch="noarch"
url="https://kde.org/plasma-desktop/"
license="GPL-2.0-or-later"
makedepends="
extra-cmake-modules
qt6-qttools-dev
samurai
"
case "$pkgver" in
*.*.9*) _rel=unstable;;
*) _rel=stable;;
esac
_repo_url="https://invent.kde.org/plasma/plasma-workspace-wallpapers.git"
source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-workspace-wallpapers-$pkgver.tar.xz"
options="!check" # No code to test
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="
bc464961a86260680dcee6892f97e6c4ed0024f237f5446d42bfe38d011f93683eb8195dfed5083bfea31adb84cb2f0acb4c91e44749b00f3b9f0b69c8a42bd2 plasma-workspace-wallpapers-6.3.5.tar.xz
"