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

Jan de Groot jgc at archlinux.org
Mon Sep 21 17:35:24 UTC 2009


    Date: Monday, September 21, 2009 @ 13:35:24
  Author: jgc
Revision: 52568

Update to 2.28.0 - remove obsolete configure options

Modified:
  gnome-session/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-21 17:32:03 UTC (rev 52567)
+++ PKGBUILD	2009-09-21 17:35:24 UTC (rev 52568)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-session
-pkgver=2.27.92
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
@@ -13,14 +13,13 @@
 install=gnome-session.install
 url="http://www.gnome.org"
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('10c119de4c2f95885252a357f457386eff3ebb72df98cc52ab0235f10d5e9898')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('83e89a04fb090f1a1f6b609bdc39f1e69390269b885b7da6b32e980f4e765c0c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --with-at-spi-registryd-directory=/usr/lib/at-spi \
-      --enable-polkit --enable-splash || return 1
+      --enable-splash || return 1
   make || return 1
   make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install || return 1
 




More information about the arch-commits mailing list