[arch-commits] Commit in gnome-chess/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Feb 16 16:14:27 UTC 2018


    Date: Friday, February 16, 2018 @ 16:14:25
  Author: heftig
Revision: 317147

archrelease: copy trunk to extra-x86_64

Added:
  gnome-chess/repos/extra-x86_64/PKGBUILD
    (from rev 317146, gnome-chess/trunk/PKGBUILD)
Deleted:
  gnome-chess/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 16:13:34 UTC (rev 317146)
+++ PKGBUILD	2018-02-16 16:14:25 UTC (rev 317147)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-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/extra-x86_64/PKGBUILD (from rev 317146, gnome-chess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-16 16:14:25 UTC (rev 317147)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-chess
+pkgver=3.26.0+4+gf6e1b13
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess"
+arch=(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=f6e1b130e2372828b116c8a11d57aa785f730614  # gnome-3-26
+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
+}



More information about the arch-commits mailing list