[arch-commits] Commit in gnome-games (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Sep 11 23:10:04 UTC 2009


    Date: Friday, September 11, 2009 @ 19:10:03
  Author: jgc
Revision: 51817

Update to 2.27.92

Added:
  gnome-games/gnome-unstable/
Modified:
  gnome-games/gnome-unstable/PKGBUILD

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-09-11 21:56:12 UTC (rev 51811)
+++ gnome-unstable/PKGBUILD	2009-09-11 23:10:03 UTC (rev 51817)
@@ -2,29 +2,28 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-games
-pkgver=2.26.3
+pkgver=2.27.92
 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.27.3' '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.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('88522f18843c5dc7a91b45aaf01ab4ed8e9c79560e1ce1c413560d7343c889d6')
 
-
 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