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

Jan Steffens heftig at archlinux.org
Wed Sep 20 20:00:12 UTC 2017


    Date: Wednesday, September 20, 2017 @ 20:00:12
  Author: heftig
Revision: 305973

archrelease: copy trunk to gnome-unstable-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-20 19:58:07 UTC (rev 305972)
+++ PKGBUILD	2017-09-20 20:00:12 UTC (rev 305973)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-backgrounds
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-arch=(any)
-makedepends=('git' 'glib2' 'gnome-common' 'meson')
-url="https://git.gnome.org/browse/gnome-backgrounds"
-license=('GPL')
-groups=('gnome')
-_commit=2df57886192566ee08058cf1c79ae7a7de615364  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-backgrounds#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 305972, gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-20 20:00:12 UTC (rev 305973)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-backgrounds
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://git.gnome.org/browse/gnome-backgrounds"
+arch=(any)
+makedepends=(git glib2 meson)
+license=(GPL)
+groups=(gnome)
+_commit=ebb69030864690831b431a95dcea02dcd143815f  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-backgrounds#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list