[arch-commits] Commit in gnome-nibbles/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Aug 21 18:24:55 UTC 2018


    Date: Tuesday, August 21, 2018 @ 18:24:55
  Author: heftig
Revision: 332757

archrelease: copy trunk to extra-x86_64

Added:
  gnome-nibbles/repos/extra-x86_64/PKGBUILD
    (from rev 332756, gnome-nibbles/trunk/PKGBUILD)
Deleted:
  gnome-nibbles/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-21 18:24:23 UTC (rev 332756)
+++ PKGBUILD	2018-08-21 18:24:55 UTC (rev 332757)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-nibbles
-pkgver=3.24.0+5+g1c331f4
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-url="https://wiki.gnome.org/Apps/Nibbles"
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk libcanberra librsvg libgnome-games-support libgee)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=1c331f43b08dcc54f893b0e8e718a7871767e780  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gnome-nibbles#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-nibbles/repos/extra-x86_64/PKGBUILD (from rev 332756, gnome-nibbles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-21 18:24:55 UTC (rev 332757)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-nibbles
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+url="https://wiki.gnome.org/Apps/Nibbles"
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk libcanberra librsvg libgnome-games-support libgee)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=906ef44a7563086dfc83ec978cd5ebbb65d74a39  # tags/3.24.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list