Date: Friday, September 22, 2017 @ 22:39:26
  Author: jgc
Revision: 306134

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

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

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

Copied: gnome-chess/repos/gnome-unstable-i686/PKGBUILD (from rev 306133, 
gnome-chess/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2017-09-22 22:39:26 UTC (rev 306134)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-chess
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=74da790a729320b27214f4d338ec8d66ec7c3298  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-chess#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-chess/repos/gnome-unstable-x86_64/PKGBUILD (from rev 306133, 
gnome-chess/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2017-09-22 22:39:26 UTC (rev 306134)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-chess
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=74da790a729320b27214f4d338ec8d66ec7c3298  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-chess#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
+}

Reply via email to