mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
26 lines
839 B
Plaintext
26 lines
839 B
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=gnome-backgrounds
|
|
pkgver=44.0
|
|
pkgrel=0
|
|
pkgdesc="Default wallpaper set for GNOME"
|
|
url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later AND CC-BY-2.0 AND CC-BY-SA-2.0 AND CC-BY-SA-3.0"
|
|
makedepends="meson gettext-dev"
|
|
options="!check" # no tests for wallpapers
|
|
source="https://download.gnome.org/sources/gnome-backgrounds/${pkgver%.*}/gnome-backgrounds-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson output .
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
d3550d2ec04894601594523f20b6da295f61952b69d894ed533017297158a342d21bf83532591775029aab0acdd9fd1127d570960e94f3668e2c3231486bbebc gnome-backgrounds-44.0.tar.xz
|
|
"
|