[arch-commits] Commit in gnome-games-extra-data/trunk (PKGBUILD fix-path.patch)

2012-11-03 Thread Ionut Biru
Date: Saturday, November 3, 2012 @ 08:37:52
  Author: ibiru
Revision: 170132

fix path FS#32416

Added:
  gnome-games-extra-data/trunk/fix-path.patch
Modified:
  gnome-games-extra-data/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 fix-path.patch |   50 ++
 2 files changed, 60 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-03 12:34:41 UTC (rev 170131)
+++ PKGBUILD2012-11-03 12:37:52 UTC (rev 170132)
@@ -3,18 +3,25 @@
 
 pkgname=gnome-games-extra-data
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Optional extra data for gnome-games
 arch=(any)
 license=('GPL')
 depends=('gnome-games')
 url=http://www.gnome.org;
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1c3d942c3cf3e9092b72ec30b3e7ad74b19d8526103c6785993011aac1a95757')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz
+fix-path.patch)
+sha256sums=('1c3d942c3cf3e9092b72ec30b3e7ad74b19d8526103c6785993011aac1a95757'
+'55f81f38540a1b84273c0162e675b4ff2b77289e38b3b455e36bfcf359a6c10b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Use new theme dir locations
+  patch -Np1 -i ${srcdir}/fix-path.patch
+
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }

Added: fix-path.patch
===
--- fix-path.patch  (rev 0)
+++ fix-path.patch  2012-11-03 12:37:52 UTC (rev 170132)
@@ -0,0 +1,50 @@
+From 03ba7f6a58dc2ca0ef59a689c06ab1cf18f57ec4 Mon Sep 17 00:00:00 2001
+From: Robert Ancell robert.anc...@canonical.com
+Date: Tue, 22 May 2012 04:26:33 +
+Subject: Fix data directories pointing to old locations
+
+Modified by Arch Linux for gnome-games 3.6
+
+---
+diff --git a/glines/Makefile.am b/glines/Makefile.am
+index 794122f..270b0b5 100644
+--- a/glines/Makefile.am
 b/glines/Makefile.am
+@@ -1,4 +1,4 @@
+-pixmapdir = $(datadir)/gnome-games/glines/pixmaps
++pixmapdir = $(datadir)/glines/themes
+ pixmap_DATA = classic.png dots.png gumball.png pulse.png
+ 
+ EXTRA_DIST = $(pixmap_DATA)
+diff --git a/gnobots2/Makefile.am b/gnobots2/Makefile.am
+index fc70f09..d4917ba 100644
+--- a/gnobots2/Makefile.am
 b/gnobots2/Makefile.am
+@@ -1,4 +1,4 @@
+-themedir = $(datadir)/gnome-games/gnobots2/themes
++themedir = $(datadir)/gnobots2/themes
+ theme_DATA = anthills.png cows.png eggs.png mice.png spills.png 
stormclouds.png toasters.png
+ 
+ EXTRA_DIST = $(theme_DATA)
+diff --git a/iagno/Makefile.am b/iagno/Makefile.am
+index f311272..8bf2d26 100644
+--- a/iagno/Makefile.am
 b/iagno/Makefile.am
+@@ -1,4 +1,4 @@
+-pixmapdir = $(datadir)/gnome-games/iagno/pixmaps
++pixmapdir = $(datadir)/iagno/themes
+ pixmap_DATA = blend.png flipblend.png metal.png metal2.png \
+ shrink.png sunmoon.png 
+ 
+diff --git a/mahjongg/Makefile.am b/mahjongg/Makefile.am
+index 5ad3cfa..c712738 100644
+--- a/mahjongg/Makefile.am
 b/mahjongg/Makefile.am
+@@ -1,4 +1,4 @@
+-pixmapdir = $(datadir)/gnome-games/mahjongg/pixmaps
++pixmapdir = $(datadir)/gnome-mahjongg/themes
+ pixmap_DATA = default.png maya.png default2.png seta.png greek-letters.png
+ 
+ EXTRA_DIST = $(pixmap_DATA)
+--
+cgit v0.9.0.2



[arch-commits] Commit in gnome-games-extra-data/trunk (PKGBUILD)

2011-09-21 Thread Ionut Biru
Date: Wednesday, September 21, 2011 @ 11:39:25
  Author: ibiru
Revision: 138405

update to 3.2.0

Modified:
  gnome-games-extra-data/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-21 15:27:03 UTC (rev 138404)
+++ PKGBUILD2011-09-21 15:39:25 UTC (rev 138405)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-games-extra-data
-pkgver=3.0.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=Optional extra data for gnome-games
 arch=(any)
@@ -10,8 +10,8 @@
 depends=('gnome-games')
 url=http://www.gnome.org;
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6ea4344a5ea61551558ee7f056669946a5a98470947e59e78fb38ce5f898b8e8')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1c3d942c3cf3e9092b72ec30b3e7ad74b19d8526103c6785993011aac1a95757')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-games-extra-data/trunk (PKGBUILD)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 11:07:13
  Author: ibiru
Revision: 117655

upgpkg: gnome-games-extra-data 3.0.0-1
update to 3.0.0

Modified:
  gnome-games-extra-data/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 15:00:29 UTC (rev 117654)
+++ PKGBUILD2011-04-04 15:07:13 UTC (rev 117655)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-games-extra-data
-pkgver=2.30.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc=Optional extra data for gnome-games
 arch=(any)
@@ -10,12 +10,16 @@
 depends=('gnome-games')
 url=http://www.gnome.org;
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c997ae69a8cadf31c177991ab2b196cc006eac349273d68ebfc77d09bd270f73')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6ea4344a5ea61551558ee7f056669946a5a98470947e59e78fb38ce5f898b8e8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gnome-games-extra-data/trunk (PKGBUILD)

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 18:30:54
  Author: ibiru
Revision: 74421

update to 2.30.0

Modified:
  gnome-games-extra-data/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-30 22:21:24 UTC (rev 74420)
+++ PKGBUILD2010-03-30 22:30:54 UTC (rev 74421)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-games-extra-data
-pkgver=2.28.0
+pkgver=2.30.0
 pkgrel=1
 pkgdesc=Optional extra data for gnome-games
 arch=(any)
@@ -10,8 +10,8 @@
 depends=('gnome-games')
 url=http://www.gnome.org;
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8432f372f09476ed2d2bfe639001937452c5b4c10258e342fa6fda4ed91cfe70')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c997ae69a8cadf31c177991ab2b196cc006eac349273d68ebfc77d09bd270f73')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}