[arch-commits] CVS update of extra/gnome/gnome-games (PKGBUILD gnome-games.install)

Jan de Groot jgc at archlinux.org
Fri Mar 14 22:33:04 UTC 2008


    Date: Friday, March 14, 2008 @ 18:33:04
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-games

Modified: PKGBUILD (1.48 -> 1.49) gnome-games.install (1.16 -> 1.17)

upgpkg: gnome-games 2.22.0-1
    GNOME 2.22


---------------------+
 PKGBUILD            |   20 ++++++++++----------
 gnome-games.install |    5 -----
 2 files changed, 10 insertions(+), 15 deletions(-)


Index: extra/gnome/gnome-games/PKGBUILD
diff -u extra/gnome/gnome-games/PKGBUILD:1.48 extra/gnome/gnome-games/PKGBUILD:1.49
--- extra/gnome/gnome-games/PKGBUILD:1.48	Thu Jan 10 14:12:40 2008
+++ extra/gnome/gnome-games/PKGBUILD	Fri Mar 14 18:33:04 2008
@@ -1,36 +1,36 @@
-# $Id: PKGBUILD,v 1.48 2008/01/10 19:12:40 jgc Exp $
+# $Id: PKGBUILD,v 1.49 2008/03/14 22:33:04 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-games
-pkgver=2.20.3
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="Some Games for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libgnomeui>=2.20.1.1' 'guile>=1.8.1' 'librsvg>=2.18.2' 'filesystem>=0.8-3' 'desktop-file-utils' 'gnome-python-desktop>=2.20.0' 'gstreamer0.10' 'libgnomeprintui>=2.18.1')
-makedepends=('perlxml' 'pkgconfig' 'gnome-doc-utils>=0.12')
+depends=('libgnomeui>=2.22.01' 'guile>=1.8.3-2' 'librsvg>=2.22.0' 'filesystem>=0.8-3' 'desktop-file-utils' 'gnome-python-desktop>=2.22.0' 'gstreamer0.10>=0.10.15' 'libgnomeprintui>=2.18.2' 'ggz-client-libs>=0.0.14.1')
+makedepends=('perlxml' 'pkgconfig' 'gnome-doc-utils>=0.12.2')
 provides=('glchess' 'gnome-sudoku')
 conflicts=('glchess' 'gnome-sudoku')
 options=('!emptydirs')
 install=gnome-games.install
 url="http://www.gnome.org"
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('470bec8560c931609f89aae94977d799')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c26ba479a4bb0d4226100944d9ae77db')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-scrollkeeper \
-              --with-scores-user=root --with-scores-group=games
+              --with-scores-user=root --with-scores-group=games \
+	      --with-sound=gstreamer  || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install || return 1
 
   # Remove all scores, we generate them from postinstall
   rm -rf ${startdir}/pkg/var
 
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  install -m755 -d ${startdir}/pkg/usr/share/gconf/schemas
+  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas || return 1
   rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
-
 }
Index: extra/gnome/gnome-games/gnome-games.install
diff -u extra/gnome/gnome-games/gnome-games.install:1.16 extra/gnome/gnome-games/gnome-games.install:1.17
--- extra/gnome/gnome-games/gnome-games.install:1.16	Sun Sep 23 07:59:46 2007
+++ extra/gnome/gnome-games/gnome-games.install	Fri Mar 14 18:33:04 2008
@@ -127,8 +127,3 @@
     rm -f "var/games/${score}"
   done
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list