# Maintainer: William Pitcock pkgname=gnome-backgrounds pkgver=3.24.0 pkgrel=0 pkgdesc="backgrounds for the GNOME desktop environment" url="http://www.gnome.org/" arch="all" license="GPL" depends="" makedepends="gnome-desktop-dev" install="" subpackages="$pkgname-lang" source="http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/3.24/gnome-backgrounds-$pkgver.tar.xz" builddir="$srcdir/gnome-backgrounds-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="ba044cd21d4c22dd6bf1a93a17579f2bc5f2b9198e40331486772f4fcb81a1c0179949a162e5a1e332f49cd833ca773cf27c1592966e94afbecd8b4d0728c24b gnome-backgrounds-3.24.0.tar.xz"