[arch-commits] Commit in gnome-games/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 20:06:16 UTC 2009


    Date: Sunday, October 11, 2009 @ 16:06:16
  Author: jgc
Revision: 54896

Merged revisions 54892 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gnome-games/trunk

........
  r54892 | jgc | 2009-10-11 22:05:08 +0200 (Sun, 11 Oct 2009) | 1 line
  
  Merge gnome-unstable
........

Modified:
  gnome-games/repos/extra-i686/	(properties)
  gnome-games/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


Property changes on: gnome-games/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnome-games/trunk:1-44691
   + /gnome-games/trunk:1-54895

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-11 20:05:57 UTC (rev 54895)
+++ extra-i686/PKGBUILD	2009-10-11 20:06:16 UTC (rev 54896)
@@ -2,29 +2,28 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-games
-pkgver=2.26.3
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Some Games for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libsm' 'gconf>=2.26.0-2' 'guile>=1.8.6' 'librsvg>=2.26.0' 'filesystem>=0.8-3' 'desktop-file-utils' 'gnome-python-desktop>=2.26.0' 'gstreamer0.10>=0.10.22' 'libgnomeprintui>=2.18.4' 'ggz-client-libs>=0.0.14.1')
-makedepends=('pkgconfig' 'gnome-doc-utils>=0.16.0' 'intltool')
+depends=('libsm' 'gconf>=2.27.0' 'guile>=1.8.7' 'librsvg>=2.26.0' 'filesystem>=0.8-3' 'desktop-file-utils' 'gnome-python-desktop>=2.28.0' 'libcanberra>=0.14' 'ggz-client-libs>=0.0.14.1' 'clutter-gtk>=0.10.2' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'gnome-doc-utils>=0.17.5' 'intltool')
 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.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('32c69a25671d8d23b19f234efcc177ca')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('43153e460306106df090c8c56b4a5cfa3cbb8c825bb6ceb7d4a6860be3152bcf')
 
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-scrollkeeper \
-              --with-scores-user=root --with-scores-group=games \
-	      --with-sound=gstreamer --disable-tests || return 1
+      --localstatedir=/var --disable-scrollkeeper \
+      --with-scores-user=root --with-scores-group=games \
+      --disable-tests || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list