[arch-commits] Commit in gnome-backgrounds/repos/gnome-unstable-any (2 files)

Jan Steffens heftig at archlinux.org
Wed Mar 14 18:25:59 UTC 2018


    Date: Wednesday, March 14, 2018 @ 18:25:58
  Author: heftig
Revision: 318997

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD
    (from rev 318995, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 28 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 18:25:57 UTC (rev 318996)
+++ PKGBUILD	2018-03-14 18:25:58 UTC (rev 318997)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-backgrounds
-pkgver=3.27.90
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-url="https://git.gnome.org/browse/gnome-backgrounds"
-arch=(any)
-makedepends=(glib2 meson)
-license=(GPL)
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e52a2b217d34fae16d0c8d543f75fdad7290edbe71abdc47a44b563387b04723')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 318995, gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-14 18:25:58 UTC (rev 318997)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://git.gnome.org/browse/gnome-backgrounds"
+arch=(any)
+makedepends=(glib2 meson)
+license=(GPL)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b25b963d9d1ce076b489ef1e85c6540166f2312c77132f4ec0ecc90f3da8f1e1')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list