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

Jan de Groot jgc at archlinux.org
Sat Aug 25 08:27:17 UTC 2007


    Date: Saturday, August 25, 2007 @ 04:27:17
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-session

Modified: PKGBUILD (1.37 -> 1.38)

upgpkg: gnome-session 2.18.3-2
Fix at-spi libexecdir location


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: extra/gnome/gnome-session/PKGBUILD
diff -u extra/gnome/gnome-session/PKGBUILD:1.37 extra/gnome/gnome-session/PKGBUILD:1.38
--- extra/gnome/gnome-session/PKGBUILD:1.37	Sat Jul  7 06:39:24 2007
+++ extra/gnome/gnome-session/PKGBUILD	Sat Aug 25 04:27:16 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.37 2007/07/07 10:39:24 jgc Exp $
+# $Id: PKGBUILD,v 1.38 2007/08/25 08:27:16 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-session
 pkgver=2.18.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
@@ -23,7 +23,7 @@
   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-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