Date: Sunday, February 14, 2010 @ 05:01:13 Author: jgc Revision: 68730
upgpkg: gnome-session 2.29.6-1 Update to 2.29.6 Modified: gnome-session/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-14 09:47:46 UTC (rev 68729) +++ PKGBUILD 2010-02-14 10:01:13 UTC (rev 68730) @@ -2,24 +2,24 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-session -pkgver=2.28.0 +pkgver=2.29.6 pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) license=('GPL' 'LGPL') -depends=('devicekit-power>=010' 'gtk2>=2.17.11' 'gconf>=2.27.0' 'startup-notification>=0.10' 'hicolor-icon-theme' 'libxtst' 'polkit-gnome>=0.94') +depends=('devicekit-power>=013' 'gtk2>=2.19.5' 'gconf>=2.28.0' 'startup-notification>=0.10' 'hicolor-icon-theme' 'libxtst' 'polkit-gnome>=0.96') makedepends=('pkgconfig' 'intltool' 'xtrans') options=(!emptydirs) install=gnome-session.install url="http://www.gnome.org" groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('83e89a04fb090f1a1f6b609bdc39f1e69390269b885b7da6b32e980f4e765c0c') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.29/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('181b47360f2b2e16e233bcc250d079b845c4a2656298309fea284a05be6438f3') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --enable-splash || return 1 + --libexecdir=/usr/lib --enable-splash || return 1 make || return 1 make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install || return 1
