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

Jan de Groot jgc at archlinux.org
Sun Oct 11 20:31:51 UTC 2009


    Date: Sunday, October 11, 2009 @ 16:31:51
  Author: jgc
Revision: 54948

Merge gnome-unstable

Modified:
  gnome-session/trunk/PKGBUILD
Deleted:
  gnome-session/gnome-unstable/

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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 20:31:09 UTC (rev 54947)
+++ trunk/PKGBUILD	2009-10-11 20:31:51 UTC (rev 54948)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-session
-pkgver=2.26.2
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('policykit-gnome>=0.9.2' 'gnome-settings-daemon>=2.26.1' 'at-spi>=1.26.0' 'startup-notification>=0.10' 'dbus>=1.2.14' 'libglade>=2.6.4' 'libxtst')
+depends=('devicekit-power>=010' 'gtk2>=2.17.11' 'gconf>=2.27.0' 'startup-notification>=0.10' 'hicolor-icon-theme' 'libxtst' 'polkit-gnome>=0.94')
 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.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2cc3ff808592d95c3b364d608e99dea4')
+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 || 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