[arch-commits] Commit in gnome-nibbles/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Mar 14 20:31:47 UTC 2018


    Date: Wednesday, March 14, 2018 @ 20:31:46
  Author: heftig
Revision: 319116

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-nibbles/repos/gnome-unstable-x86_64/
  gnome-nibbles/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 319115, gnome-nibbles/trunk/PKGBUILD)

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

Copied: gnome-nibbles/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319115, gnome-nibbles/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 20:31:46 UTC (rev 319116)
@@ -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.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
+}



More information about the arch-commits mailing list