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

Jan Steffens heftig at archlinux.org
Wed Mar 14 20:29:57 UTC 2018


    Date: Wednesday, March 14, 2018 @ 20:29:57
  Author: heftig
Revision: 319109

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-robots/repos/gnome-unstable-x86_64/
  gnome-robots/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 319108, gnome-robots/trunk/PKGBUILD)

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

Copied: gnome-robots/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319108, gnome-robots/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 20:29:57 UTC (rev 319109)
@@ -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-robots
+pkgver=3.22.3+2+g985e8e4
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+url="https://wiki.gnome.org/Apps/Robots"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg libgnome-games-support)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=985e8e47863abb5cb0196e6c5a54714c3226ba45  # master
+source=("git+https://git.gnome.org/browse/gnome-robots#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