# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-backgrounds pkgver=1.19.0 pkgrel=1 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" arch="noarch" license="GPL-2.0" depends="mate-common" makedepends="intltool" subpackages="$pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="8392eeb54bef9afaafe3f6afd5517fa09e22e6159b123ac47de2933f17c027c579b0370de858652a83fccefacba729efe98d7f3bfa7e853ba759d82ec849a60d mate-backgrounds-1.19.0.tar.xz"