[arch-commits] Commit in gnome-tetravex/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sat Apr 22 13:05:01 UTC 2017
Date: Saturday, April 22, 2017 @ 13:05:00
Author: heftig
Revision: 293922
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-tetravex/repos/testing-i686/
gnome-tetravex/repos/testing-i686/PKGBUILD
(from rev 293921, gnome-tetravex/trunk/PKGBUILD)
gnome-tetravex/repos/testing-x86_64/
gnome-tetravex/repos/testing-x86_64/PKGBUILD
(from rev 293921, gnome-tetravex/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: gnome-tetravex/repos/testing-i686/PKGBUILD (from rev 293921, gnome-tetravex/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-04-22 13:05:00 UTC (rev 293922)
@@ -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-tetravex
+pkgver=3.22.0+4+g817dbf6
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+url="https://wiki.gnome.org/Apps/Tetravex"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(intltool itstool gobject-introspection vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=817dbf6801d272b338f87326ff1e2ac74035865f # master
+source=("git+https://git.gnome.org/browse/gnome-tetravex#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-tetravex/repos/testing-x86_64/PKGBUILD (from rev 293921, gnome-tetravex/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-22 13:05:00 UTC (rev 293922)
@@ -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-tetravex
+pkgver=3.22.0+4+g817dbf6
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+url="https://wiki.gnome.org/Apps/Tetravex"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(intltool itstool gobject-introspection vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=817dbf6801d272b338f87326ff1e2ac74035865f # master
+source=("git+https://git.gnome.org/browse/gnome-tetravex#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