1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-backgrounds
7 pkgdesc="Background images and data for GNOME"
8 url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
10 makedepends=(glib2 meson)
13 source=(https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz)
14 sha256sums=('4c7fe1a09f459c5f77189a5982524fce05d888944955d679910f234606c1295d')
17 arch-meson $pkgname-$pkgver build
18 meson compile -C build
22 meson test -C build --print-errorlogs
26 meson install -C build --destdir "$pkgdir"