[arch-commits] Commit in gnome-klotski/repos (4 files)

Jan de Groot jgc at archlinux.org
Sat Sep 23 22:26:36 UTC 2017


    Date: Saturday, September 23, 2017 @ 22:26:36
  Author: jgc
Revision: 306161

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-klotski/repos/gnome-unstable-i686/
  gnome-klotski/repos/gnome-unstable-i686/PKGBUILD
    (from rev 306160, gnome-klotski/trunk/PKGBUILD)
  gnome-klotski/repos/gnome-unstable-x86_64/
  gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 306160, gnome-klotski/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: gnome-klotski/repos/gnome-unstable-i686/PKGBUILD (from rev 306160, gnome-klotski/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-23 22:26:36 UTC (rev 306161)
@@ -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-klotski
+pkgver=3.22.2+4+ga445c76
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+url="https://wiki.gnome.org/Apps/Klotski"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=a445c76244d086653d080c52c9c7a63282339398  # master
+source=("git+https://git.gnome.org/browse/gnome-klotski#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-klotski/repos/gnome-unstable-x86_64/PKGBUILD (from rev 306160, gnome-klotski/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-23 22:26:36 UTC (rev 306161)
@@ -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-klotski
+pkgver=3.22.2+4+ga445c76
+pkgrel=1
+pkgdesc="Slide blocks to solve the puzzle"
+url="https://wiki.gnome.org/Apps/Klotski"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=a445c76244d086653d080c52c9c7a63282339398  # master
+source=("git+https://git.gnome.org/browse/gnome-klotski#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