diff options
author | root <root@rshg054.dnsready.net> | 2012-04-01 00:01:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-01 00:01:56 +0000 |
commit | 939efb693a8b362edc0c6ccba62c5ce54fb501af (patch) | |
tree | 0aac5505f763d7331e27a11c0f843b9c6623195a /gnome-unstable/gnome-session/PKGBUILD | |
parent | 977b78df305a06797773799a7295f2a5f3f013cf (diff) |
Sun Apr 1 00:01:56 UTC 2012
Diffstat (limited to 'gnome-unstable/gnome-session/PKGBUILD')
-rw-r--r-- | gnome-unstable/gnome-session/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnome-unstable/gnome-session/PKGBUILD b/gnome-unstable/gnome-session/PKGBUILD index 4b2b448d9..b02f009a8 100644 --- a/gnome-unstable/gnome-session/PKGBUILD +++ b/gnome-unstable/gnome-session/PKGBUILD @@ -1,28 +1,28 @@ -# $Id: PKGBUILD 153798 2012-03-19 18:32:58Z ibiru $ +# $Id: PKGBUILD 154783 2012-03-30 16:57:19Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-session -pkgver=3.3.92 +pkgver=3.4.0 pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) license=('GPL' 'LGPL') -depends=('libsystemd' 'dconf' 'gconf' 'gsettings-desktop-schemas' 'gtk3' 'hicolor-icon-theme' - 'json-glib' 'libgl' 'libsm' 'libxtst' 'polkit-gnome' 'startup-notification' 'upower') +depends=('libsystemd' 'consolekit' 'dconf' 'gconf' 'gsettings-desktop-schemas' 'gtk3' + 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 'polkit-gnome' + 'startup-notification' 'upower') makedepends=('intltool' 'mesa' 'xtrans') -optdepends=('consolekit: Seat management in absence of systemd') options=('!emptydirs') install=gnome-session.install url="http://www.gnome.org" groups=('gnome') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d7bc5a4d54981040bdd62cfec9ccef4ff266e24ba10d0015fb6591094039051f') +sha256sums=('bf8ba2ba9d61ad680df9e66ca38f05d6e3bf00c65634bb0dc5e41690862608e1') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --libexecdir=/usr/lib/gnome-session \ - --disable-schemas-compile --with-systemd + --disable-schemas-compile --enable-systemd make } |