[arch-commits] Commit in gnome-chess/repos (8 files)

2015-05-08 Thread Jan Steffens
Date: Friday, May 8, 2015 @ 22:26:40
  Author: heftig
Revision: 238736

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 238735, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 238735, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 238735, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 238735, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-08 20:25:20 UTC (rev 238735)
+++ extra-i686/PKGBUILD 2015-05-08 20:26:40 UTC (rev 238736)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://wiki.gnome.org/Apps/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5dd84764963a4fedd975385362f3cf7be1f604376b58b8601be6ad8fd9433abb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 238735, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-08 20:26:40 UTC (rev 238736)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://wiki.gnome.org/Apps/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f73b4c645a86e775d092b5b334c70d0868953c1a26cac9d5a234e5f83db3b48')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2015-05-08 20:25:20 UTC (rev 238735)
+++ extra-i686/gnome-chess.install  2015-05-08 20:26:40 UTC (rev 238736)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 238735, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2015-05-08 20:26:40 UTC (rev 238736)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-08 20:25:20 UTC (rev 238735)
+++ extra-x86_64/PKGBUILD   2015-05-08 20:26

[arch-commits] Commit in gnome-chess/repos (8 files)

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:15:57
  Author: heftig
Revision: 236409

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 236408, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 236408, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 236408, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 236408, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 01:13:43 UTC (rev 236408)
+++ extra-i686/PKGBUILD 2015-04-14 01:15:57 UTC (rev 236409)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://wiki.gnome.org/Apps/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e465845c925d6ea017e65c782ccdd39fabeb61c0f7f667102fc604ad491e1e4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 236408, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 01:15:57 UTC (rev 236409)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://wiki.gnome.org/Apps/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5dd84764963a4fedd975385362f3cf7be1f604376b58b8601be6ad8fd9433abb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2015-04-14 01:13:43 UTC (rev 236408)
+++ extra-i686/gnome-chess.install  2015-04-14 01:15:57 UTC (rev 236409)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 236408, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2015-04-14 01:15:57 UTC (rev 236409)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-14 01:13:43 UTC (rev 236408)
+++ extra-x86_64/PKGBUILD   2015-04-14 0

[arch-commits] Commit in gnome-chess/repos (8 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:36:48
  Author: jgc
Revision: 234870

db-move: moved gnome-chess from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-chess/repos/testing-i686/
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 234786, gnome-chess/repos/gnome-unstable-i686/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 234786, gnome-chess/repos/gnome-unstable-i686/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 234786, gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 234786, 
gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install)
Deleted:
  gnome-chess/repos/gnome-unstable-i686/
  gnome-chess/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gnome-chess.install   |   13 +
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gnome-chess.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 234786, 
gnome-chess/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:36:48 UTC (rev 234870)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://wiki.gnome.org/Apps/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e465845c925d6ea017e65c782ccdd39fabeb61c0f7f667102fc604ad491e1e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 234786, 
gnome-chess/repos/gnome-unstable-i686/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2015-03-25 15:36:48 UTC (rev 234870)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/testing-x86_64/PKGBUILD (from rev 234786, 
gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:36:48 UTC (rev 234870)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://wiki.gnome.org/Apps/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e465845c925d6ea017e65c782ccdd39fabeb61c0f7f667102fc604ad491e1e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/testing-x86_64/gnome-chess.install (from rev 234786, 
gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install)
===
--- testing-x86_64/gnome-chess.install  (rev 0)
+++ testing-x86_64/gnome-chess.install  2015-03-25 15:36:48 UTC (rev 234870)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_r

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:21:06
  Author: heftig
Revision: 225961

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 225959, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 225959, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 225959, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 225959, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 23:20:58 UTC (rev 225960)
+++ extra-i686/PKGBUILD 2014-11-10 23:21:06 UTC (rev 225961)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 225959, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 23:21:06 UTC (rev 225961)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://wiki.gnome.org/Apps/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('052336b72c19c92792e79980448b32b567d32514133bd05f42be737b433f81a4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-11-10 23:20:58 UTC (rev 225960)
+++ extra-i686/gnome-chess.install  2014-11-10 23:21:06 UTC (rev 225961)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 225959, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-11-10 23:21:06 UTC (rev 225961)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-10 23:20:58 UTC (rev 225960)
+++ extra-x86_64/PKGBUILD 

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:46
  Author: jgc
Revision: 223126

db-move: moved gnome-chess from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-chess/repos/testing-i686/
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-chess/repos/gnome-unstable-i686/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 223030, gnome-chess/repos/gnome-unstable-i686/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 223030, 
gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install)
Deleted:
  gnome-chess/repos/gnome-unstable-i686/
  gnome-chess/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gnome-chess.install   |   13 +
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gnome-chess.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-chess/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 223030, 
gnome-chess/repos/gnome-unstable-i686/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/testing-x86_64/gnome-chess.install (from rev 223030, 
gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install)
===
--- testing-x86_64/gnome-chess.install  (rev 0)
+++ testing-x86_64/gnome-chess.install  2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:41
  Author: jgc
Revision: 222603

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

Added:
  gnome-chess/repos/gnome-unstable-i686/PKGBUILD
(from rev 222602, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/gnome-unstable-i686/gnome-chess.install
(from rev 222602, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222602, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install
(from rev 222602, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/gnome-unstable-i686/PKGBUILD
  gnome-chess/repos/gnome-unstable-i686/gnome-chess.install
  gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install

---+
 /PKGBUILD |   66 
 /gnome-chess.install  |   26 +++
 gnome-unstable-i686/PKGBUILD  |   33 --
 gnome-unstable-i686/gnome-chess.install   |   13 -
 gnome-unstable-x86_64/PKGBUILD|   33 --
 gnome-unstable-x86_64/gnome-chess.install |   13 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:35 UTC (rev 222602)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:41 UTC (rev 222603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.13.92
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a698011a7a36f910b3e9a969d0b1d757b40e903c7a9efde63037f597e80a285')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/gnome-unstable-i686/PKGBUILD (from rev 222602, 
gnome-chess/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:41 UTC (rev 222603)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/gnome-chess.install
===
--- gnome-unstable-i686/gnome-chess.install 2014-09-22 09:16:35 UTC (rev 
222602)
+++ gnome-unstable-i686/gnome-chess.install 2014-09-22 09:16:41 UTC (rev 
222603)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/gnome-unstable-i686/gnome-chess.install (from rev 
222602, gnome-chess/trunk/gnome-chess.install)
===
--- gnome-unstable-i686/gnome-chess.install (rev 0)
+++ gnome-unstable-i686/gnome-chess.install 2014-09-22 09:16:41 UTC (rev 
222603)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:58:15
  Author: heftig
Revision: 215589

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 215588, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 215588, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 215588, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 215588, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-i686/PKGBUILD 2014-06-29 21:58:15 UTC (rev 215589)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 215588, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 21:58:15 UTC (rev 215589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-i686/gnome-chess.install  2014-06-29 21:58:15 UTC (rev 215589)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 215588, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-06-29 21:58:15 UTC (rev 215589)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-x86_64/PKGBUILD   2014-06-29 2

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:35:41
  Author: heftig
Revision: 213468

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 213467, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 213467, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 213467, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 213467, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:35:16 UTC (rev 213467)
+++ extra-i686/PKGBUILD 2014-05-23 23:35:41 UTC (rev 213468)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f0052ffb3deef5108c94558c1bb18ab4b2c8ca6e4adb7c75faaac0ce6e8ead8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 213467, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:35:41 UTC (rev 213468)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-05-23 23:35:16 UTC (rev 213467)
+++ extra-i686/gnome-chess.install  2014-05-23 23:35:41 UTC (rev 213468)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 213467, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-05-23 23:35:41 UTC (rev 213468)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:35:16 UTC (rev 213467)
+++ extra-x86_64/PKGBUILD   2014-05-23 

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 21:03:53
  Author: jgc
Revision: 210378

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

Added:
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 210377, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 210377, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 210377, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 210377, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/testing-i686/PKGBUILD
  gnome-chess/repos/testing-i686/gnome-chess.install
  gnome-chess/repos/testing-x86_64/PKGBUILD
  gnome-chess/repos/testing-x86_64/gnome-chess.install

+
 /PKGBUILD  |   66 +++
 /gnome-chess.install   |   26 +
 testing-i686/PKGBUILD  |   33 -
 testing-i686/gnome-chess.install   |   13 --
 testing-x86_64/PKGBUILD|   33 -
 testing-x86_64/gnome-chess.install |   13 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-14 19:03:47 UTC (rev 210377)
+++ testing-i686/PKGBUILD   2014-04-14 19:03:53 UTC (rev 210378)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('68295fccc998774e1cc06ed5c73ab7fdc7a824e2d765a6aeb0fe01e59323022d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 210377, 
gnome-chess/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-14 19:03:53 UTC (rev 210378)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f0052ffb3deef5108c94558c1bb18ab4b2c8ca6e4adb7c75faaac0ce6e8ead8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-chess.install
===
--- testing-i686/gnome-chess.install2014-04-14 19:03:47 UTC (rev 210377)
+++ testing-i686/gnome-chess.install2014-04-14 19:03:53 UTC (rev 210378)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 210377, 
gnome-chess/trunk/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2014-04-14 19:03:53 UTC (rev 210378)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-04-14 19:

[arch-commits] Commit in gnome-chess/repos (8 files)

2014-01-20 Thread Jan Steffens
Date: Monday, January 20, 2014 @ 21:37:38
  Author: heftig
Revision: 204484

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 204483, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 204483, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 204483, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 204483, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-20 20:35:39 UTC (rev 204483)
+++ extra-i686/PKGBUILD 2014-01-20 20:37:38 UTC (rev 204484)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.10.2
-pkgrel=2
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 204483, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-20 20:37:38 UTC (rev 204484)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.10.3
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('239a373dc318eeb33ecbbe175880d95239aa8500f7b67d554e084ed6ace69324')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-01-20 20:35:39 UTC (rev 204483)
+++ extra-i686/gnome-chess.install  2014-01-20 20:37:38 UTC (rev 204484)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 204483, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-01-20 20:37:38 UTC (rev 204484)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-20 20:35:39 UTC (rev 204483)
+++ extra-x86_64/PKGBUILD   2014-01-2

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-12-12 Thread Jan Steffens
Date: Thursday, December 12, 2013 @ 23:17:22
  Author: heftig
Revision: 201495

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 201494, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 201494, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 201494, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 201494, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-12 22:15:32 UTC (rev 201494)
+++ extra-i686/PKGBUILD 2013-12-12 22:17:22 UTC (rev 201495)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.10.2
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 201494, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-12 22:17:22 UTC (rev 201495)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.10.2
+pkgrel=2
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-12-12 22:15:32 UTC (rev 201494)
+++ extra-i686/gnome-chess.install  2013-12-12 22:17:22 UTC (rev 201495)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 201494, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-12-12 22:17:22 UTC (rev 201495)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-12 22:15:32 UTC (rev 201494)
+++ extra-x86_64/PKGBUILD   201

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-11-11 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 17:08:53
  Author: heftig
Revision: 199352

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 199351, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 199351, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 199351, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 199351, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-11 16:08:37 UTC (rev 199351)
+++ extra-i686/PKGBUILD 2013-11-11 16:08:53 UTC (rev 199352)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.10.1.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('abdee96eaf56689c4c2bd78cd115a0e30d302e16a8f42dfcb39520c9a33c6eec')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 199351, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-11 16:08:53 UTC (rev 199352)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-11-11 16:08:37 UTC (rev 199351)
+++ extra-i686/gnome-chess.install  2013-11-11 16:08:53 UTC (rev 199352)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 199351, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-11-11 16:08:53 UTC (rev 199352)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-11 16:08:37 UTC (rev 199351)
+++ extra-x86_64/PKGBUILD   

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-10-13 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 02:53:21
  Author: heftig
Revision: 196449

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 196448, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 196448, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 196448, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 196448, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 00:51:49 UTC (rev 196448)
+++ extra-i686/PKGBUILD 2013-10-14 00:53:21 UTC (rev 196449)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6541db85d2ca5b843fce61bd3be9c08733cf456c6fdf9bbc02ad78d043ca71fd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 196448, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 00:53:21 UTC (rev 196449)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.10.1.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abdee96eaf56689c4c2bd78cd115a0e30d302e16a8f42dfcb39520c9a33c6eec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-10-14 00:51:49 UTC (rev 196448)
+++ extra-i686/gnome-chess.install  2013-10-14 00:53:21 UTC (rev 196449)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 196448, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-10-14 00:53:21 UTC (rev 196449)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 00:51:49 UTC (rev 196448)
+++ extra-x8

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-10-12 Thread Jan Steffens
Date: Saturday, October 12, 2013 @ 18:54:13
  Author: heftig
Revision: 196390

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 196389, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 196389, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 196389, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 196389, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-12 16:52:25 UTC (rev 196389)
+++ extra-i686/PKGBUILD 2013-10-12 16:54:13 UTC (rev 196390)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9bbc0b2819a3f6d9d688ea0089a0d5f826d368100af7a0f3e8361e0d6f9e77ee')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 196389, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-12 16:54:13 UTC (rev 196390)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6541db85d2ca5b843fce61bd3be9c08733cf456c6fdf9bbc02ad78d043ca71fd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-10-12 16:52:25 UTC (rev 196389)
+++ extra-i686/gnome-chess.install  2013-10-12 16:54:13 UTC (rev 196390)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 196389, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-10-12 16:54:13 UTC (rev 196390)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-12 16:52:25 UTC (rev 196389)
+++ extra-x86

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-08-20 Thread Jan de Groot
Date: Tuesday, August 20, 2013 @ 09:10:18
  Author: jgc
Revision: 193436

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 193435, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 193435, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 193435, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 193435, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-20 07:10:12 UTC (rev 193435)
+++ extra-i686/PKGBUILD 2013-08-20 07:10:18 UTC (rev 193436)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c45493ca7de778029ea78bcf328410a6399dfd91f50241c6f6b4420115c2e786')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 193435, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-20 07:10:18 UTC (rev 193436)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b7f20d875585e1d36bc0e4dda8c66ccd2e014f8ef829c4a6ec87275c4418d6a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-08-20 07:10:12 UTC (rev 193435)
+++ extra-i686/gnome-chess.install  2013-08-20 07:10:18 UTC (rev 193436)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 193435, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-08-20 07:10:18 UTC (rev 193436)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-20 07:10:12 UTC (rev 193435)
+++ extra-x86_64/P

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-06-10 Thread Jan Steffens
Date: Monday, June 10, 2013 @ 09:55:22
  Author: heftig
Revision: 188128

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 188127, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 188127, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 188127, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 188127, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-10 07:53:30 UTC (rev 188127)
+++ extra-i686/PKGBUILD 2013-06-10 07:55:22 UTC (rev 188128)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.2.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d38cf534eeeffa4db81edf9db92c0c188d5ffd52cd7091352a0972b2b5c655cb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 188127, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-10 07:55:22 UTC (rev 188128)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.3
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c45493ca7de778029ea78bcf328410a6399dfd91f50241c6f6b4420115c2e786')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-06-10 07:53:30 UTC (rev 188127)
+++ extra-i686/gnome-chess.install  2013-06-10 07:55:22 UTC (rev 188128)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 188127, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-06-10 07:55:22 UTC (rev 188128)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-10 07:53:30 UTC (rev 188127)
+++ extra-x86_64

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 16:54:23
  Author: heftig
Revision: 185633

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 185632, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 185632, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 185632, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 185632, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   32 -
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   32 -
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 14:52:46 UTC (rev 185632)
+++ extra-i686/PKGBUILD 2013-05-16 14:54:23 UTC (rev 185633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('282e788407603b9619290ecfe5b8a717463dbb17c89dd38aeefdd4b19561bbb3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 185632, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 14:54:23 UTC (rev 185633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.2.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d38cf534eeeffa4db81edf9db92c0c188d5ffd52cd7091352a0972b2b5c655cb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-05-16 14:52:46 UTC (rev 185632)
+++ extra-i686/gnome-chess.install  2013-05-16 14:54:23 UTC (rev 185633)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 185632, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-05-16 14:54:23 UTC (rev 185633)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 14:52:46 UTC (rev 185632)
+++ extra-x86_64/PKGBUILD   2013-05-16 14:54:23 UTC (rev 1856

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-05-12 Thread Jan Steffens
Date: Monday, May 13, 2013 @ 06:58:41
  Author: heftig
Revision: 185301

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 185300, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 185300, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 185300, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 185300, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   64 +
 /gnome-chess.install |   26 +++
 extra-i686/PKGBUILD  |   32 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-13 04:56:20 UTC (rev 185300)
+++ extra-i686/PKGBUILD 2013-05-13 04:58:41 UTC (rev 185301)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 185300, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-13 04:58:41 UTC (rev 185301)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('282e788407603b9619290ecfe5b8a717463dbb17c89dd38aeefdd4b19561bbb3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-05-13 04:56:20 UTC (rev 185300)
+++ extra-i686/gnome-chess.install  2013-05-13 04:58:41 UTC (rev 185301)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 185300, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-05-13 04:58:41 UTC (rev 185301)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-13 04:56:20 UTC (rev 185300)
+++ extra-x86_64/PKGBUILD   2013-05-13 04:58:41 UTC (rev 185301)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan A

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:09:39
  Author: heftig
Revision: 183371

db-move: moved gnome-chess from [testing] to [extra] (i686, x86_64)

Added:
  gnome-chess/repos/extra-i686/
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 183326, gnome-chess/repos/testing-i686/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 183326, gnome-chess/repos/testing-i686/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 183326, gnome-chess/repos/testing-x86_64/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 183326, gnome-chess/repos/testing-x86_64/gnome-chess.install)
Deleted:
  gnome-chess/repos/testing-i686/
  gnome-chess/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   32 
 extra-i686/gnome-chess.install   |   13 +
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/gnome-chess.install |   13 +
 4 files changed, 90 insertions(+)

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-chess/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 183326, 
gnome-chess/repos/testing-i686/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-chess/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/extra-x86_64/gnome-chess.install (from rev 183326, 
gnome-chess/repos/testing-x86_64/gnome-chess.install)
===
--- extra-x86_64/gnome-chess.install(rev 0)
+++ extra-x86_64/gnome-chess.install2013-04-21 22:09:39 UTC (rev 183371)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-chess/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:29:57
  Author: heftig
Revision: 182829

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

Added:
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 182828, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 182828, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 182828, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 182828, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/testing-i686/PKGBUILD
  gnome-chess/repos/testing-i686/gnome-chess.install
  gnome-chess/repos/testing-x86_64/PKGBUILD
  gnome-chess/repos/testing-x86_64/gnome-chess.install

+
 /PKGBUILD  |   64 +++
 /gnome-chess.install   |   26 ++
 testing-i686/PKGBUILD  |   32 -
 testing-i686/gnome-chess.install   |   13 ---
 testing-x86_64/PKGBUILD|   32 -
 testing-x86_64/gnome-chess.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:28:27 UTC (rev 182828)
+++ testing-i686/PKGBUILD   2013-04-15 15:29:57 UTC (rev 182829)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed6ae4f20b8c21d8e3ce54557c79320dabff63ddbd83292b395a2e3a3156b24d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 182828, 
gnome-chess/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:29:57 UTC (rev 182829)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-chess.install
===
--- testing-i686/gnome-chess.install2013-04-15 15:28:27 UTC (rev 182828)
+++ testing-i686/gnome-chess.install2013-04-15 15:29:57 UTC (rev 182829)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 182828, 
gnome-chess/trunk/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2013-04-15 15:29:57 UTC (rev 182829)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:28:27 UTC (rev 182

[arch-commits] Commit in gnome-chess/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:24
  Author: heftig
Revision: 182489

db-move: moved gnome-chess from [staging] to [testing] (i686, x86_64)

Added:
  gnome-chess/repos/testing-i686/
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 182430, gnome-chess/repos/staging-i686/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 182430, gnome-chess/repos/staging-i686/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 182430, gnome-chess/repos/staging-x86_64/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 182430, gnome-chess/repos/staging-x86_64/gnome-chess.install)
Deleted:
  gnome-chess/repos/staging-i686/
  gnome-chess/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/gnome-chess.install   |   13 +
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/gnome-chess.install |   13 +
 4 files changed, 90 insertions(+)

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 182430, 
gnome-chess/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:24 UTC (rev 182489)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed6ae4f20b8c21d8e3ce54557c79320dabff63ddbd83292b395a2e3a3156b24d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 182430, 
gnome-chess/repos/staging-i686/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2013-04-10 19:12:24 UTC (rev 182489)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gnome-chess/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:24 UTC (rev 182489)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed6ae4f20b8c21d8e3ce54557c79320dabff63ddbd83292b395a2e3a3156b24d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-chess/repos/testing-x86_64/gnome-chess.install (from rev 182430, 
gnome-chess/repos/staging-x86_64/gnome-chess.install)
===
--- testing-x86_64/gnome-chess.install  (rev 0)
+++ testing-x86_64/gnome-chess.install  2013-04-10 19:12:24 UTC (rev 182489)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}