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

Jan de Groot jgc at archlinux.org
Sun Sep 23 11:59:46 UTC 2007


    Date: Sunday, September 23, 2007 @ 07:59:46
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-games

Modified: PKGBUILD (1.44 -> 1.45) gnome-games.install (1.15 -> 1.16)

upgpkg: gnome-games 2.20.0.1-1
GNOME 2.20


---------------------+
 PKGBUILD            |   17 +++++++++--------
 gnome-games.install |    4 +---
 2 files changed, 10 insertions(+), 11 deletions(-)


Index: extra/gnome/gnome-games/PKGBUILD
diff -u extra/gnome/gnome-games/PKGBUILD:1.44 extra/gnome/gnome-games/PKGBUILD:1.45
--- extra/gnome/gnome-games/PKGBUILD:1.44	Sun Jun 10 09:47:13 2007
+++ extra/gnome/gnome-games/PKGBUILD	Sun Sep 23 07:59:46 2007
@@ -1,30 +1,30 @@
-# $Id: PKGBUILD,v 1.44 2007/06/10 13:47:13 jgc Exp $
+# $Id: PKGBUILD,v 1.45 2007/09/23 11:59:46 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-games
-pkgver=2.18.2.1
+pkgver=2.20.0.1
 pkgrel=1
 pkgdesc="Some Games for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libgnomeui>=2.18.1-2' 'guile>=1.8.1' 'librsvg>=2.16.1' 'filesystem>=0.8-3' 'scrollkeeper' 'desktop-file-utils' 'gnome-python-desktop>=2.18.0' 'gconf>=2.18.0.1-4')
-makedepends=('perlxml' 'pkgconfig' 'gnome-doc-utils>=0.10.3')
+depends=('libgnomeui>=2.20.0' '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')
 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.18/${pkgname}-${pkgver}.tar.bz2 )
-md5sums=('c3434a724cd72a536ba48d9187f10697')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b852cfe1f65c076b8af4fa9c7383a35f')
 
 build() {
-
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-scrollkeeper \
               --with-scores-user=root --with-scores-group=games
   make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install
+  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
@@ -32,4 +32,5 @@
   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
   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.15 extra/gnome/gnome-games/gnome-games.install:1.16
--- extra/gnome/gnome-games/gnome-games.install:1.15	Sun Jun 10 09:47:13 2007
+++ extra/gnome/gnome-games/gnome-games.install	Sun Sep 23 07:59:46 2007
@@ -90,7 +90,6 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
-  scrollkeeper-update -q -p var/lib/scrollkeeper
   update-desktop-database -q
   gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
 
@@ -117,12 +116,11 @@
 }
 
 pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+  usr/sbin/gconfpkg --install ${pkgname}
 }
 
 post_remove() {
   update-desktop-database -q
-  scrollkeeper-update -q -p var/lib/scrollkeeper
   gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
 
   for score in "${scores[@]}" ; do




More information about the arch-commits mailing list