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

Jan Steffens heftig at archlinux.org
Sun Oct 1 21:45:02 UTC 2017


    Date: Sunday, October 1, 2017 @ 21:45:00
  Author: heftig
Revision: 306524

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iagno/repos/testing-i686/
  iagno/repos/testing-i686/PKGBUILD
    (from rev 306523, iagno/trunk/PKGBUILD)
  iagno/repos/testing-x86_64/
  iagno/repos/testing-x86_64/PKGBUILD
    (from rev 306523, iagno/trunk/PKGBUILD)

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

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 306523, iagno/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-01 21:45:00 UTC (rev 306524)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iagno
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=c95171941fb64f07e3498613ca6c7b56ddbcfa46  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/iagno#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: iagno/repos/testing-x86_64/PKGBUILD (from rev 306523, iagno/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-01 21:45:00 UTC (rev 306524)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iagno
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=c95171941fb64f07e3498613ca6c7b56ddbcfa46  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/iagno#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