aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnome-backgrounds
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-09-15 14:13:53 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-09-15 16:28:46 +0000
commit203114e05ec49106dc16337b13fbc7af97feb421 (patch)
treeda3b891fb911b878be402e49579e91ab67c5a538 /testing/gnome-backgrounds
parentbbf52d5f4fa9537d43741ceca0b83363a880c508 (diff)
testing/gnome-backgrounds: upgrade to 3.26.1
Diffstat (limited to 'testing/gnome-backgrounds')
-rw-r--r--testing/gnome-backgrounds/APKBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/testing/gnome-backgrounds/APKBUILD b/testing/gnome-backgrounds/APKBUILD
index 762fc75fb80..cc53e65f783 100644
--- a/testing/gnome-backgrounds/APKBUILD
+++ b/testing/gnome-backgrounds/APKBUILD
@@ -1,17 +1,15 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-backgrounds
-pkgver=3.24.0
+pkgver=3.26.1
pkgrel=0
pkgdesc="backgrounds for the GNOME desktop environment"
url="http://www.gnome.org/"
-arch="all"
+arch="noarch"
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"
+source="http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
@@ -25,9 +23,14 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="ba044cd21d4c22dd6bf1a93a17579f2bc5f2b9198e40331486772f4fcb81a1c0179949a162e5a1e332f49cd833ca773cf27c1592966e94afbecd8b4d0728c24b gnome-backgrounds-3.24.0.tar.xz"
+sha512sums="2b8a62edafc610c3280a2c2d1be52f2c3d9c47d6443f676cde365a03fd75dbf30385b6db0602f58e8833235ccfe8574e23b4fd6fc41dfeb8426dd934aecd5b77 gnome-backgrounds-3.26.1.tar.xz"