[arch-commits] CVS update of extra/gnome/gnome-session (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Sep 23 12:59:21 UTC 2007


    Date: Sunday, September 23, 2007 @ 08:59:21
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-session

Modified: PKGBUILD (1.38 -> 1.39)

upgpkg: gnome-session 2.20.0-1
GNOME 2.20


----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


Index: extra/gnome/gnome-session/PKGBUILD
diff -u extra/gnome/gnome-session/PKGBUILD:1.38 extra/gnome/gnome-session/PKGBUILD:1.39
--- extra/gnome/gnome-session/PKGBUILD:1.38	Sat Aug 25 04:27:16 2007
+++ extra/gnome/gnome-session/PKGBUILD	Sun Sep 23 08:59:21 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.38 2007/08/25 08:27:16 jgc Exp $
+# $Id: PKGBUILD,v 1.39 2007/09/23 12:59:21 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-session
-pkgver=2.18.3
-pkgrel=2
+pkgver=2.20.0
+pkgrel=1
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('tcp_wrappers' 'gnome-desktop>=2.18.1' 'gconf>=2.18.0.1-4')
-makedepends=('perlxml' 'pkgconfig' 'control-center>=2.18.1')
+depends=('tcp_wrappers' 'libgnomeui>=2.20.0' 'gnome-control-center>=2.20.0' 'at-spi>=1.20.0')
+makedepends=('perlxml' 'pkgconfig')
+options=(!emptydirs)
 install=gnome-session.install
 url="http://www.gnome.org"
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2
 	gsm-dbus.patch
 	gnome.desktop)
-md5sums=('59b6809ed1d8e39c1550217e665c75df' '80f38a9a76938d08e6437fea24c841b3'
+md5sums=('3ef5601a46ee6c382bf6288ced8b06a5' '80f38a9a76938d08e6437fea24c841b3'
 	 '152cddde06e16f16641746467f7ff965')
 
 build() {
@@ -23,7 +24,8 @@
   patch -Np1 -i ${startdir}/src/gsm-dbus.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 	      --with-reboot-command=reboot --with-halt-command=halt \
-	      --with-rsh-command=ssh --with-at-spi-registryd-directory='/usr/lib/at-spi'
+	      --with-rsh-command=ssh \
+	      --with-at-spi-registryd-directory=/usr/lib/at-spi
 
   make || return 1
   make DESTDIR=${startdir}/pkg GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install




More information about the arch-commits mailing list