Date: Friday, February 18, 2011 @ 15:48:26 Author: ibiru Revision: 110328
upgpkg: gnome-session 2.91.6-1 update to 2.91.6 Modified: gnome-session/trunk/PKGBUILD gnome-session/trunk/gnome-session.install -----------------------+ PKGBUILD | 20 +++++++++++++------- gnome-session.install | 2 ++ 2 files changed, 15 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-18 20:43:15 UTC (rev 110327) +++ PKGBUILD 2011-02-18 20:48:26 UTC (rev 110328) @@ -2,25 +2,31 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-session -pkgver=2.32.1 +pkgver=2.91.6 pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) license=('GPL' 'LGPL') -depends=('upower>=0.9.7' 'gtk2>=2.22.0' 'gconf>=2.32.0' 'startup-notification>=0.10' 'hicolor-icon-theme' 'libxtst' 'polkit-gnome>=0.97') -makedepends=('intltool' 'xtrans') +depends=('upower' 'gtk3' 'gconf' 'startup-notification' 'hicolor-icon-theme' 'libxtst' 'polkit-gnome' 'libgl') +makedepends=('intltool' 'mesa') options=('!emptydirs') install=gnome-session.install url="http://www.gnome.org" groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('dd8ba8ea801ca8d71156611d514ebb74d4e9e331192b5231e45eb0a853078bb9') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib \ + --disable-schemas-compile -with-gtk=3.0 make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install install -d -m755 "${pkgdir}/usr/share/gconf/schemas" Modified: gnome-session.install =================================================================== --- gnome-session.install 2011-02-18 20:43:15 UTC (rev 110327) +++ gnome-session.install 2011-02-18 20:48:26 UTC (rev 110328) @@ -2,6 +2,7 @@ post_install() { usr/sbin/gconfpkg --install ${pkgname} + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } @@ -18,5 +19,6 @@ } post_remove() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas gtk-update-icon-cache -q -t -f usr/share/icons/hicolor }
