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

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:26:55
  Author: jgc
Revision: 169228

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

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

+
 testing-i686/PKGBUILD  |   37 ++
 testing-i686/gnome-games.install   |  122 +++
 testing-x86_64/PKGBUILD|   37 ++
 testing-x86_64/gnome-games.install |  122 +++
 4 files changed, 318 insertions(+)

Copied: gnome-games/repos/testing-i686/PKGBUILD (from rev 169138, 
gnome-games/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:26:55 UTC (rev 169228)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'glu' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f016068350ca2a4deceeac0374d5372610b1da07e2c4b356470f3401e6e2a43d')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
+}

Copied: gnome-games/repos/testing-i686/gnome-games.install (from rev 169138, 
gnome-games/repos/gnome-unstable-i686/gnome-games.install)
===
--- testing-i686/gnome-games.install(rev 0)
+++ testing-i686/gnome-games.install2012-10-18 19:26:55 UTC (rev 169228)
@@ -0,0 +1,122 @@
+_scores=(glines.Small.scores
+   glines.Medium.scores
+   glines.Large.scores
+   gnibbles.4.0.scores
+   gnibbles.3.0.scores
+   gnibbles.2.0.scores
+   gnibbles.1.0.scores
+   gnibbles.4.1.scores
+   gnibbles.3.1.scores
+   gnibbles.2.1.scores
+   gnibbles.1.1.scores
+   gnobots2.robots2.scores
+   gnobots2.robots2-safe.scores
+   gnobots2.robots2-super-safe.scores
+   gnobots2.robots2_easy.scores
+   gnobots2.robots2_easy-safe.scores
+   gnobots2.robots2_easy-super-safe.scores
+   gnobots2.classic_robots.scores
+   gnobots2.classic_robots-safe.scores
+   gnobots2.classic_robots-super-safe.scores
+   gnobots2.robots_with_safe_teleport.scores
+   gnobots2.robots_with_safe_teleport-safe.scores
+   gnobots2.robots_with_safe_teleport-super-safe.scores
+   gnobots2.nightmare.scores
+   gnobots2.nightmare-safe.scores
+   gnobots2.nightmare-super-safe.scores
+   gnomine.Small.scores
+   gnomine.Medium.scores
+   gnomine.Large.scores
+   gnomine.Custom.scores
+   gnotravex.2x2.scores
+   gnotravex.3x3.scores
+   gnotravex.4x4.scores
+   gnotravex.5x5.scores
+   gnotravex.6x6.scores
+   gnotski.1.scores
+   gnotski.2.scores
+   gnotski.3.scores
+   gnotski.4.scores
+   gnotski.5.scores
+   gnotski.6.scores
+   gnotski.7.scores
+   gnotski.8.scores
+   gnotski.9.scores
+   gnotski.10.scores
+   gnotski.11.scores
+   gnotski.12.scores
+   gnotski.13.scores
+   gnotski.14.scores
+   gnotski.15.scores
+   gnotski.16.scores
+   gnotski.17.scores
+   gnotski.18.scores
+   gnotski.19.scores
+   gnotski.20.scores
+   gnotski.21.scores
+   gnotski.22.scores
+   gnotski.23.scores
+   gnotski.24.scores
+   

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

2012-10-16 Thread Jan Steffens
Date: Tuesday, October 16, 2012 @ 13:04:37
  Author: heftig
Revision: 168946

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   74 
 gnome-unstable-i686/gnome-games.install   |  244 ++--
 gnome-unstable-x86_64/PKGBUILD|   74 
 gnome-unstable-x86_64/gnome-games.install |  244 ++--
 4 files changed, 318 insertions(+), 318 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-16 17:02:14 UTC (rev 168945)
+++ gnome-unstable-i686/PKGBUILD2012-10-16 17:04:37 UTC (rev 168946)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.6.0.2
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
-makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('353b416dd86e2b6f323d28011c9b478b9848fabc5686a2e01bbd35e36402ed2c')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf $pkgdir/var
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/gnome-unstable-i686/PKGBUILD (from rev 168945, 
gnome-games/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-16 17:04:37 UTC (rev 168946)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'glu' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f016068350ca2a4deceeac0374d5372610b1da07e2c4b356470f3401e6e2a43d')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
+}

Deleted: gnome-unstable-i686/gnome-games.install
===
--- gnome-unstable-i686/gnome-games.install 2012-10-16 17:02:14 UTC (rev 
168945)
+++ gnome-unstable-i686/gnome-games.install 2012-10-16 17:04:37 UTC (rev 
168946)
@@ -1,122 +0,0 @@
-_scores=(glines.Small.scores
-   glines.Medium.scores
-   glines.Large.scores
-   gnibbles.4.0.scores
-   gnibbles.3.0.scores
-   gnibbles.2.0.scores
-   gnibbles.1.0.scores
-   gnibbles.4.1.scores
-   gnibbles.3.1.scores
-   gnibbles.2.1.scores
-   gnibbles.1.1.scores
-   

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

2012-10-12 Thread Jan Steffens
Date: Friday, October 12, 2012 @ 20:06:42
  Author: heftig
Revision: 168505

whoops, belong to testing

Added:
  gnome-games/repos/testing-i686/
  gnome-games/repos/testing-i686/PKGBUILD
(from rev 168504, gnome-games/repos/extra-i686/PKGBUILD)
  gnome-games/repos/testing-x86_64/
  gnome-games/repos/testing-x86_64/PKGBUILD
(from rev 168504, gnome-games/repos/extra-x86_64/PKGBUILD)
Modified:
  gnome-games/repos/extra-i686/PKGBUILD
  gnome-games/repos/extra-x86_64/PKGBUILD
Deleted:
  gnome-games/repos/testing-i686/PKGBUILD
  gnome-games/repos/testing-x86_64/PKGBUILD

-+
 extra-i686/PKGBUILD |4 +-
 extra-x86_64/PKGBUILD   |4 +-
 testing-i686/PKGBUILD   |   74 +++---
 testing-x86_64/PKGBUILD |   74 +++---
 4 files changed, 78 insertions(+), 78 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-13 00:05:01 UTC (rev 168504)
+++ extra-i686/PKGBUILD 2012-10-13 00:06:42 UTC (rev 168505)
@@ -4,11 +4,11 @@
 
 pkgname=gnome-games
 pkgver=3.4.2
-pkgrel=2
+pkgrel=1
 pkgdesc=Some Games for GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'glu' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
 makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
 options=('!emptydirs' '!libtool')
 install=gnome-games.install

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-13 00:05:01 UTC (rev 168504)
+++ extra-x86_64/PKGBUILD   2012-10-13 00:06:42 UTC (rev 168505)
@@ -4,11 +4,11 @@
 
 pkgname=gnome-games
 pkgver=3.4.2
-pkgrel=2
+pkgrel=1
 pkgdesc=Some Games for GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'glu' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
 makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
 options=('!emptydirs' '!libtool')
 install=gnome-games.install

Deleted: testing-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-12 21:20:37 UTC (rev 168503)
+++ testing-i686/PKGBUILD   2012-10-13 00:06:42 UTC (rev 168505)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
-makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('25676285fad33a39da7fc26b5b1dc751c7981ae778b8fe82e8b7c0a367e5117c')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf $pkgdir/var
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/testing-i686/PKGBUILD (from rev 168504, 
gnome-games/repos/extra-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-13 00:06:42 UTC (rev 168505)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.4.2
+pkgrel=2
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'glu' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('25676285fad33a39da7fc26b5b1dc751c7981ae778b8fe82e8b7c0a367e5117c')
+
+build() {
+  cd $pkgname-$pkgver
+  

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

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 07:54:56
  Author: heftig
Revision: 159079

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

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

--+
 extra-i686/PKGBUILD  |   74 +--
 extra-i686/gnome-games.install   |  244 ++---
 extra-x86_64/PKGBUILD|   74 +--
 extra-x86_64/gnome-games.install |  244 ++---
 4 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-15 11:53:21 UTC (rev 159078)
+++ extra-i686/PKGBUILD 2012-05-15 11:54:56 UTC (rev 159079)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
-makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('01726b0631205ccbd9f02938f7ccb1d7bd0c4c001cb4596f871fed7c3afc25d4')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf $pkgdir/var
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/extra-i686/PKGBUILD (from rev 159078, 
gnome-games/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-15 11:54:56 UTC (rev 159079)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.4.2
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('25676285fad33a39da7fc26b5b1dc751c7981ae778b8fe82e8b7c0a367e5117c')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
+}

Deleted: extra-i686/gnome-games.install
===
--- extra-i686/gnome-games.install  2012-05-15 11:53:21 UTC (rev 159078)
+++ extra-i686/gnome-games.install  2012-05-15 11:54:56 UTC (rev 159079)
@@ -1,122 +0,0 @@
-_scores=(glines.Large.scores
-   glines.Medium.scores
-   glines.Small.scores
-   gnibbles.1.0.scores
-   gnibbles.1.1.scores
-   gnibbles.2.0.scores
-   gnibbles.2.1.scores
-   gnibbles.3.0.scores
-   gnibbles.3.1.scores
-   gnibbles.4.0.scores
-   gnibbles.4.1.scores
-   gnobots2.classic_robots-safe.scores
-   gnobots2.classic_robots-super-safe.scores
-   gnobots2.classic_robots.scores
-   gnobots2.nightmare-safe.scores
-   gnobots2.nightmare-super-safe.scores
-   gnobots2.nightmare.scores
-   

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

2012-04-18 Thread Jan Steffens
Date: Wednesday, April 18, 2012 @ 05:25:03
  Author: heftig
Revision: 156427

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

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

+
 testing-i686/PKGBUILD  |   74 +-
 testing-i686/gnome-games.install   |  244 +--
 testing-x86_64/PKGBUILD|   74 +-
 testing-x86_64/gnome-games.install |  244 +--
 4 files changed, 318 insertions(+), 318 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-18 09:21:45 UTC (rev 156426)
+++ testing-i686/PKGBUILD   2012-04-18 09:25:03 UTC (rev 156427)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
-makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9dc639e6f16904f7f4df1692630f2ea190f82692afd196b281eebf21b81e0837')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf $pkgdir/var
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/testing-i686/PKGBUILD (from rev 156426, 
gnome-games/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-18 09:25:03 UTC (rev 156427)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'libcanberra' 'clutter-gtk' 'hicolor-icon-theme' 
'librsvg' 'python2-gobject' 'dconf')
+makedepends=('yelp-tools' 'intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('01726b0631205ccbd9f02938f7ccb1d7bd0c4c001cb4596f871fed7c3afc25d4')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
$pkgdir/usr/bin/gnome-sudoku
+}

Deleted: testing-i686/gnome-games.install
===
--- testing-i686/gnome-games.install2012-04-18 09:21:45 UTC (rev 156426)
+++ testing-i686/gnome-games.install2012-04-18 09:25:03 UTC (rev 156427)
@@ -1,122 +0,0 @@
-_scores=(glines.Large.scores
-   glines.Medium.scores
-   glines.Small.scores
-   gnibbles.1.0.scores
-   gnibbles.1.1.scores
-   gnibbles.2.0.scores
-   gnibbles.2.1.scores
-   gnibbles.3.0.scores
-   gnibbles.3.1.scores
-   gnibbles.4.0.scores
-   gnibbles.4.1.scores
-   gnobots2.classic_robots-safe.scores
-   gnobots2.classic_robots-super-safe.scores
-   gnobots2.classic_robots.scores
-   gnobots2.nightmare-safe.scores
-   

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

2011-09-30 Thread Ionut Biru
Date: Friday, September 30, 2011 @ 08:26:55
  Author: ibiru
Revision: 139159

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

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

+
 testing-i686/PKGBUILD  |   84 -
 testing-i686/gnome-games.install   |  306 +--
 testing-x86_64/PKGBUILD|   84 -
 testing-x86_64/gnome-games.install |  306 +--
 4 files changed, 388 insertions(+), 392 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-09-30 12:24:50 UTC (rev 139158)
+++ testing-i686/PKGBUILD   2011-09-30 12:26:55 UTC (rev 139159)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsm' 'gconf' 'guile' 'desktop-file-utils' 'libcanberra' 
'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'seed' 'pygobject')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-provides=('glchess')
-conflicts=('glchess')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d8595b09ecbb3c94cd4a655f5fb56cd585fd9441038ad334cba29b92d592279d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-static \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf ${pkgdir}/var
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/testing-i686/PKGBUILD (from rev 139158, 
gnome-games/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-09-30 12:26:55 UTC (rev 139159)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'gconf' 'desktop-file-utils' 'libcanberra' 'clutter-gtk' 
'hicolor-icon-theme' 'librsvg' 'python2-gobject' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d8595b09ecbb3c94cd4a655f5fb56cd585fd9441038ad334cba29b92d592279d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf ${pkgdir}/var
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
+}

Deleted: testing-i686/gnome-games.install
===
--- testing-i686/gnome-games.install2011-09-30 12:24:50 UTC (rev 139158)
+++ 

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

2011-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2011 @ 16:16:21
  Author: heftig
Revision: 138757

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   86 +++
 gnome-unstable-i686/gnome-games.install   |  306 ++--
 gnome-unstable-x86_64/PKGBUILD|   86 +++
 gnome-unstable-x86_64/gnome-games.install |  306 ++--
 4 files changed, 392 insertions(+), 392 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 20:06:21 UTC (rev 138756)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 20:16:21 UTC (rev 138757)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.1.92
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsm' 'gconf' 'guile' 'desktop-file-utils' 'libcanberra' 
'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'seed' 'pygobject')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-provides=('glchess')
-conflicts=('glchess')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('43aa83ca8ab132c63209c1e731f2b712a0b56a5de1564cc29e5c9da520f5986d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-static \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf ${pkgdir}/var
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/gnome-unstable-i686/PKGBUILD (from rev 138756, 
gnome-games/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 20:16:21 UTC (rev 138757)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'gconf' 'guile' 'desktop-file-utils' 'libcanberra' 
'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'seed' 'pygobject')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+provides=('glchess')
+conflicts=('glchess')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d8595b09ecbb3c94cd4a655f5fb56cd585fd9441038ad334cba29b92d592279d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf ${pkgdir}/var
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
+}

Deleted: 

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

2011-09-21 Thread Ionut Biru
Date: Wednesday, September 21, 2011 @ 11:18:50
  Author: ibiru
Revision: 138402

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   86 +++
 gnome-unstable-i686/gnome-games.install   |  306 ++--
 gnome-unstable-x86_64/PKGBUILD|   86 +++
 gnome-unstable-x86_64/gnome-games.install |  306 ++--
 4 files changed, 392 insertions(+), 392 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-21 15:05:22 UTC (rev 138401)
+++ gnome-unstable-i686/PKGBUILD2011-09-21 15:18:50 UTC (rev 138402)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-games
-pkgver=3.1.90
-pkgrel=1
-pkgdesc=Some Games for GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsm' 'gconf' 'guile' 'desktop-file-utils' 'libcanberra' 
'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'seed' 'pygobject')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-provides=('glchess')
-conflicts=('glchess')
-options=('!emptydirs' '!libtool')
-install=gnome-games.install
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f4b865a86d0dc02645b65e33fcdd4e1a04fdce4acb849951e4cfb37fe6c18d77')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper \
-  --disable-static \
-  --with-scores-user=root --with-scores-group=games \
-  --enable-introspection=yes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf ${pkgdir}/var
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
-}

Copied: gnome-games/repos/gnome-unstable-i686/PKGBUILD (from rev 138401, 
gnome-games/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-21 15:18:50 UTC (rev 138402)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-games
+pkgver=3.1.92
+pkgrel=1
+pkgdesc=Some Games for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'gconf' 'guile' 'desktop-file-utils' 'libcanberra' 
'clutter-gtk' 'hicolor-icon-theme' 'librsvg' 'seed' 'pygobject')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+provides=('glchess')
+conflicts=('glchess')
+options=('!emptydirs' '!libtool')
+install=gnome-games.install
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('43aa83ca8ab132c63209c1e731f2b712a0b56a5de1564cc29e5c9da520f5986d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-static \
+  --with-scores-user=root --with-scores-group=games \
+  --enable-introspection=yes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf ${pkgdir}/var
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-games ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' 
${pkgdir}/usr/bin/gnome-sudoku
+}

Deleted: