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

2016-04-12 Thread Jan Steffens
Date: Tuesday, April 12, 2016 @ 23:47:48
  Author: heftig
Revision: 264772

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-nibbles.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-nibbles.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-12 21:46:30 UTC (rev 264771)
+++ extra-i686/PKGBUILD 2016-04-12 21:47:48 UTC (rev 264772)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg' 
'libgames-support' 'libgee')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url="https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9773077d73c2c58be3ef546457228d74b1e61cd1501ca213d6d5fbc1b0d478cc')
-
-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-nibbles/repos/extra-i686/PKGBUILD (from rev 264771, 
gnome-nibbles/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-12 21:47:48 UTC (rev 264772)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg' 
'libgames-support' 'libgee')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url="https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2de5929f1a26d1e4afe2a0d6d8b832a2d0a6ebd631943a5824f1cd8c67d286d7')
+
+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-nibbles.install
===
--- extra-i686/gnome-nibbles.install2016-04-12 21:46:30 UTC (rev 264771)
+++ extra-i686/gnome-nibbles.install2016-04-12 21:47:48 UTC (rev 264772)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/extra-i686/gnome-nibbles.install (from rev 264771, 
gnome-nibbles/trunk/gnome-nibbles.install)
===
--- extra-i686/gnome-nibbles.install(rev 0)
+++ extra-i686/gnome-nibbles.install2016-04-12 21:47:48 UTC (rev 264772)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-12 21:46:30 UTC (rev 264771)
+++ extra-x86_64/PKGBUILD   

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

2015-11-09 Thread Jan Steffens
Date: Monday, November 9, 2015 @ 23:59:15
  Author: heftig
Revision: 250508

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-nibbles.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-nibbles.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 22:57:12 UTC (rev 250507)
+++ extra-i686/PKGBUILD 2015-11-09 22:59:15 UTC (rev 250508)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url="https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2adde3b9b40a96e9d517d90230879318647793ffe6d41d2ddb84c63d405511bd')
-
-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-nibbles/repos/extra-i686/PKGBUILD (from rev 250507, 
gnome-nibbles/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 22:59:15 UTC (rev 250508)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url="https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('106cacd8b55aeb6911b4d982071cf599cbec272e01bed6f16f16f9486026e229')
+
+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-nibbles.install
===
--- extra-i686/gnome-nibbles.install2015-11-09 22:57:12 UTC (rev 250507)
+++ extra-i686/gnome-nibbles.install2015-11-09 22:59:15 UTC (rev 250508)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/extra-i686/gnome-nibbles.install (from rev 250507, 
gnome-nibbles/trunk/gnome-nibbles.install)
===
--- extra-i686/gnome-nibbles.install(rev 0)
+++ extra-i686/gnome-nibbles.install2015-11-09 22:59:15 UTC (rev 250508)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 22:57:12 UTC (rev 250507)
+++ extra-x86_64/PKGBUILD   2015-11-09 22:59:15 UTC (rev 250508)
@@ -1,32 +0,0 

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

2015-10-11 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 03:36:31
  Author: heftig
Revision: 248909

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-nibbles.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-nibbles.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-12 01:35:49 UTC (rev 248908)
+++ extra-i686/PKGBUILD 2015-10-12 01:36:31 UTC (rev 248909)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url="https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9ffc549d574774905c79b391d3e59f8045f47504d96279d9b26cc602f59ad545')
-
-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-nibbles/repos/extra-i686/PKGBUILD (from rev 248908, 
gnome-nibbles/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-12 01:36:31 UTC (rev 248909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url="https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2adde3b9b40a96e9d517d90230879318647793ffe6d41d2ddb84c63d405511bd')
+
+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-nibbles.install
===
--- extra-i686/gnome-nibbles.install2015-10-12 01:35:49 UTC (rev 248908)
+++ extra-i686/gnome-nibbles.install2015-10-12 01:36:31 UTC (rev 248909)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/extra-i686/gnome-nibbles.install (from rev 248908, 
gnome-nibbles/trunk/gnome-nibbles.install)
===
--- extra-i686/gnome-nibbles.install(rev 0)
+++ extra-i686/gnome-nibbles.install2015-10-12 01:36:31 UTC (rev 248909)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-12 01:35:49 UTC (rev 248908)
+++ extra-x86_64/PKGBUILD   2015-10-12 01:36:31 UTC (rev 248909)
@@ -1,32 +0,0 

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

2015-04-13 Thread Jan Steffens
Date: Tuesday, April 14, 2015 @ 03:50:49
  Author: heftig
Revision: 236453

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-nibbles.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-nibbles.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-14 01:49:24 UTC (rev 236452)
+++ extra-i686/PKGBUILD 2015-04-14 01:50:49 UTC (rev 236453)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-nibbles
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Guide a worm around a maze
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url=https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f8c8195a2526b8d38a6aeba4cee1ef6da777bfcbf1bc6dfdfabc844b5a6695b')
-
-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-nibbles/repos/extra-i686/PKGBUILD (from rev 236452, 
gnome-nibbles/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-14 01:50:49 UTC (rev 236453)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bddaa055cac27cb90d9821b24048c2d5cb60a06481dfc0ea94218ebe0f83048d')
+
+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-nibbles.install
===
--- extra-i686/gnome-nibbles.install2015-04-14 01:49:24 UTC (rev 236452)
+++ extra-i686/gnome-nibbles.install2015-04-14 01:50:49 UTC (rev 236453)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/extra-i686/gnome-nibbles.install (from rev 236452, 
gnome-nibbles/trunk/gnome-nibbles.install)
===
--- extra-i686/gnome-nibbles.install(rev 0)
+++ extra-i686/gnome-nibbles.install2015-04-14 01:50:49 UTC (rev 236453)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f 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:49:24 UTC (rev 236452)
+++ extra-x86_64/PKGBUILD   2015-04-14 01:50:49 UTC (rev 236453)
@@ -1,32 +0,0 @@
-# $Id$
-# 

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

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

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

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

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-nibbles.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-nibbles.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-nibbles/repos/testing-i686/PKGBUILD (from rev 234786, 
gnome-nibbles/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:36:14 UTC (rev 234852)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f8c8195a2526b8d38a6aeba4cee1ef6da777bfcbf1bc6dfdfabc844b5a6695b')
+
+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-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
234786, gnome-nibbles/repos/gnome-unstable-i686/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2015-03-25 15:36:14 UTC (rev 234852)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-nibbles/repos/testing-x86_64/PKGBUILD (from rev 234786, 
gnome-nibbles/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:36:14 UTC (rev 234852)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f8c8195a2526b8d38a6aeba4cee1ef6da777bfcbf1bc6dfdfabc844b5a6695b')
+
+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-nibbles/repos/testing-x86_64/gnome-nibbles.install (from rev 
234786, gnome-nibbles/repos/gnome-unstable-x86_64/gnome-nibbles.install)
===
--- testing-x86_64/gnome-nibbles.install(rev 0)
+++ testing-x86_64/gnome-nibbles.install2015-03-25 15:36:14 UTC (rev 
234852)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-10-14 Thread Jan de Groot
Date: Tuesday, October 14, 2014 @ 15:18:28
  Author: jgc
Revision: 224308

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

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

--+
 /PKGBUILD|   64 +
 /gnome-nibbles.install   |   24 
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-nibbles.install   |   12 --
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-14 13:18:22 UTC (rev 224307)
+++ testing-i686/PKGBUILD   2014-10-14 13:18:28 UTC (rev 224308)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-nibbles
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Guide a worm around a maze
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url=https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
-
-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-nibbles/repos/testing-i686/PKGBUILD (from rev 224307, 
gnome-nibbles/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-14 13:18:28 UTC (rev 224308)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cfdccdf7c4c81a589040ff72b6ef426e8c7506157bdbb1521d9b5a45829446b8')
+
+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-nibbles.install
===
--- testing-i686/gnome-nibbles.install  2014-10-14 13:18:22 UTC (rev 224307)
+++ testing-i686/gnome-nibbles.install  2014-10-14 13:18:28 UTC (rev 224308)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
224307, gnome-nibbles/trunk/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2014-10-14 13:18:28 UTC (rev 224308)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-14 13:18:22 UTC (rev 224307)
+++ testing-x86_64/PKGBUILD 

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

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

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

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

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-nibbles.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-nibbles.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-nibbles/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-nibbles/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:03 UTC (rev 223107)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
+
+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-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
223030, gnome-nibbles/repos/gnome-unstable-i686/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2014-09-26 10:56:03 UTC (rev 223107)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-nibbles/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-nibbles/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:03 UTC (rev 223107)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
+
+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-nibbles/repos/testing-x86_64/gnome-nibbles.install (from rev 
223030, gnome-nibbles/repos/gnome-unstable-x86_64/gnome-nibbles.install)
===
--- testing-x86_64/gnome-nibbles.install(rev 0)
+++ testing-x86_64/gnome-nibbles.install2014-09-26 10:56:03 UTC (rev 
223107)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 15:41:12
  Author: jgc
Revision: 222658

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

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

-+
 /PKGBUILD   |   64 ++
 /gnome-nibbles.install  |   24 +
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/gnome-nibbles.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/gnome-nibbles.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 13:41:06 UTC (rev 222657)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 13:41:12 UTC (rev 222658)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-nibbles
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=Guide a worm around a maze
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url=https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5103e1dedc607997ed839bef28c06b5c07346df14a0ee98faebdc764be6a62c4')
-
-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-nibbles/repos/gnome-unstable-i686/PKGBUILD (from rev 222657, 
gnome-nibbles/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 13:41:12 UTC (rev 222658)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
+
+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-nibbles.install
===
--- gnome-unstable-i686/gnome-nibbles.install   2014-09-22 13:41:06 UTC (rev 
222657)
+++ gnome-unstable-i686/gnome-nibbles.install   2014-09-22 13:41:12 UTC (rev 
222658)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

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


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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:47:37
  Author: heftig
Revision: 213489

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

Added:
  gnome-nibbles/repos/extra-i686/PKGBUILD
(from rev 213487, gnome-nibbles/trunk/PKGBUILD)
  gnome-nibbles/repos/extra-i686/gnome-nibbles.install
(from rev 213487, gnome-nibbles/trunk/gnome-nibbles.install)
  gnome-nibbles/repos/extra-x86_64/PKGBUILD
(from rev 213488, gnome-nibbles/trunk/PKGBUILD)
  gnome-nibbles/repos/extra-x86_64/gnome-nibbles.install
(from rev 213488, gnome-nibbles/trunk/gnome-nibbles.install)
Deleted:
  gnome-nibbles/repos/extra-i686/PKGBUILD
  gnome-nibbles/repos/extra-i686/gnome-nibbles.install
  gnome-nibbles/repos/extra-x86_64/PKGBUILD
  gnome-nibbles/repos/extra-x86_64/gnome-nibbles.install

+
 /PKGBUILD  |   64 +++
 /gnome-nibbles.install |   24 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-nibbles.install   |   12 --
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-nibbles.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:47:19 UTC (rev 213488)
+++ extra-i686/PKGBUILD 2014-05-23 23:47:37 UTC (rev 213489)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-nibbles
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Guide a worm around a maze
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url=https://wiki.gnome.org/Apps/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fcb37c060492d7299f194c789358b69412cbff153272c3b69c7d31e6eae011b8')
-
-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-nibbles/repos/extra-i686/PKGBUILD (from rev 213487, 
gnome-nibbles/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:47:37 UTC (rev 213489)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a8a2a845664bfae9a810bfb1dd039015d1b33b7503d2320212e801e5c19d90e')
+
+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-nibbles.install
===
--- extra-i686/gnome-nibbles.install2014-05-23 23:47:19 UTC (rev 213488)
+++ extra-i686/gnome-nibbles.install2014-05-23 23:47:37 UTC (rev 213489)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/extra-i686/gnome-nibbles.install (from rev 213487, 
gnome-nibbles/trunk/gnome-nibbles.install)
===
--- extra-i686/gnome-nibbles.install(rev 0)
+++ extra-i686/gnome-nibbles.install2014-05-23 23:47:37 UTC (rev 213489)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f 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:47:19 UTC (rev 213488)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:47:37 UTC (rev 213489)
@@ -1,32 +0,0 @@
-# $Id$
-# 

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

2014-04-14 Thread Jan de Groot
Date: Monday, April 14, 2014 @ 08:54:22
  Author: jgc
Revision: 210305

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-04-14 06:54:16 UTC (rev 210304)
+++ testing-i686/PKGBUILD   2014-04-14 06:54:22 UTC (rev 210305)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-nibbles
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Guide a worm around a maze
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-nibbles.install
-url=https://live.gnome.org/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9be26c54411b11d05eaca99d38b3430a75a57b80ed035ffe53819067289b03e2')
-
-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-nibbles/repos/testing-i686/PKGBUILD (from rev 210304, 
gnome-nibbles/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-14 06:54:22 UTC (rev 210305)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.12.1
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fcb37c060492d7299f194c789358b69412cbff153272c3b69c7d31e6eae011b8')
+
+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-nibbles.install
===
--- testing-i686/gnome-nibbles.install  2014-04-14 06:54:16 UTC (rev 210304)
+++ testing-i686/gnome-nibbles.install  2014-04-14 06:54:22 UTC (rev 210305)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
210304, gnome-nibbles/trunk/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2014-04-14 06:54:22 UTC (rev 210305)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-04-14 06:54:16 UTC 

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

2013-10-11 Thread Jan Steffens
Date: Saturday, October 12, 2013 @ 06:08:16
  Author: heftig
Revision: 196347

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

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

+
 /PKGBUILD  |   72 +++
 /gnome-nibbles.install |   80 +++
 extra-i686/PKGBUILD|   36 ---
 extra-i686/gnome-nibbles.install   |   40 -
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/gnome-nibbles.install |   40 -
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-12 04:06:42 UTC (rev 196346)
+++ extra-i686/PKGBUILD 2013-10-12 04:08:16 UTC (rev 196347)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-nibbles
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Guide a worm around a maze
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-nibbles.install
-url=https://live.gnome.org/Nibbles;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6bf774cbd86e617c49f1740e79d52a7d26bf23656a673db1efb20bcc893e614a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf $pkgdir/var
-}

Copied: gnome-nibbles/repos/extra-i686/PKGBUILD (from rev 196346, 
gnome-nibbles/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-12 04:08:16 UTC (rev 196347)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-nibbles.install
+url=https://live.gnome.org/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('af659b52974493a618de5c288427aea2ebece9c90b5dd075a31c2a4d502d0ef9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Deleted: extra-i686/gnome-nibbles.install
===
--- extra-i686/gnome-nibbles.install2013-10-12 04:06:42 UTC (rev 196346)
+++ extra-i686/gnome-nibbles.install2013-10-12 04:08:16 UTC (rev 196347)
@@ -1,40 +0,0 @@
-_scores=(
-   gnome-nibbles.1.0.scores
-   gnome-nibbles.2.0.scores
-   gnome-nibbles.3.0.scores
-   gnome-nibbles.4.0.scores
-   gnome-nibbles.1.1.scores
-   gnome-nibbles.2.1.scores
-   gnome-nibbles.3.1.scores
-   gnome-nibbles.4.1.scores
-)
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in ${_scores[@]} ; do
-if [ -e var/games/$score ]; then
-  continue
-fi
-
-touch var/games/$score
-chown root:games var/games/$score
-chmod 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:10:10
  Author: heftig
Revision: 183391

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

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

+
 extra-i686/PKGBUILD|   36 +++
 extra-i686/gnome-nibbles.install   |   40 +++
 extra-x86_64/PKGBUILD  |   36 +++
 extra-x86_64/gnome-nibbles.install |   40 +++
 4 files changed, 152 insertions(+)

Copied: gnome-nibbles/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-nibbles/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:10:10 UTC (rev 183391)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-nibbles.install
+url=https://live.gnome.org/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc1e4f687f1e794ef15a4162492154970300ac682378e59f9471327e5fd0d606')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: gnome-nibbles/repos/extra-i686/gnome-nibbles.install (from rev 183326, 
gnome-nibbles/repos/testing-i686/gnome-nibbles.install)
===
--- extra-i686/gnome-nibbles.install(rev 0)
+++ extra-i686/gnome-nibbles.install2013-04-21 22:10:10 UTC (rev 183391)
@@ -0,0 +1,40 @@
+_scores=(
+   gnome-nibbles.1.0.scores
+   gnome-nibbles.2.0.scores
+   gnome-nibbles.3.0.scores
+   gnome-nibbles.4.0.scores
+   gnome-nibbles.1.1.scores
+   gnome-nibbles.2.1.scores
+   gnome-nibbles.3.1.scores
+   gnome-nibbles.4.1.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+if [ -e var/games/$score ]; then
+  continue
+fi
+
+touch var/games/$score
+chown root:games var/games/$score
+chmod 664 var/games/$score
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+rm -f var/games/$score
+  done
+}

Copied: gnome-nibbles/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-nibbles/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-21 22:10:10 UTC (rev 183391)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-nibbles.install
+url=https://live.gnome.org/Nibbles;
+groups=('gnome-extra')

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

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

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

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

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/gnome-nibbles.install   |   40 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/gnome-nibbles.install |   40 +
 4 files changed, 152 insertions(+)

Copied: gnome-nibbles/repos/testing-i686/PKGBUILD (from rev 182430, 
gnome-nibbles/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:54 UTC (rev 182509)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-nibbles.install
+url=https://live.gnome.org/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc1e4f687f1e794ef15a4162492154970300ac682378e59f9471327e5fd0d606')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: gnome-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
182430, gnome-nibbles/repos/staging-i686/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2013-04-10 19:12:54 UTC (rev 182509)
@@ -0,0 +1,40 @@
+_scores=(
+   gnome-nibbles.1.0.scores
+   gnome-nibbles.2.0.scores
+   gnome-nibbles.3.0.scores
+   gnome-nibbles.4.0.scores
+   gnome-nibbles.1.1.scores
+   gnome-nibbles.2.1.scores
+   gnome-nibbles.3.1.scores
+   gnome-nibbles.4.1.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+if [ -e var/games/$score ]; then
+  continue
+fi
+
+touch var/games/$score
+chown root:games var/games/$score
+chmod 664 var/games/$score
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+rm -f var/games/$score
+  done
+}

Copied: gnome-nibbles/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gnome-nibbles/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:54 UTC (rev 182509)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-nibbles.install
+url=https://live.gnome.org/Nibbles;
+groups=('gnome-extra')