summaryrefslogtreecommitdiff
path: root/extra/xfce4-session
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
committerroot <root@rshg047.dnsready.net>2011-04-12 10:53:36 +0000
commit28b5bbf3fee0627993658e096eadab71c2779912 (patch)
treeb799e892101aaaedafdcf1315c4def0ff6bdc1c4 /extra/xfce4-session
parentcabd4a9c1f8304f0d57005b9f31231fc191c8778 (diff)
Tue Apr 12 10:53:36 UTC 2011
Diffstat (limited to 'extra/xfce4-session')
-rw-r--r--extra/xfce4-session/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD
index 048eace64..f59b70390 100644
--- a/extra/xfce4-session/PKGBUILD
+++ b/extra/xfce4-session/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 109973 2011-02-14 17:56:04Z andyrtr $
+# $Id: PKGBUILD 119480 2011-04-11 18:13:13Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-session
pkgver=4.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="A session manager for Xfce"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -12,8 +12,8 @@ url="http://www.xfce.org/"
groups=('xfce4')
# keep xorg-server-utils for https://bugs.archlinux.org/task/21096 'xorg-server-utils'
# upower and consolekit for reboot/shutdown/hibernate/suspend
-depends=('xfce4-panel' 'libwnck' 'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme' )
-makedepends=('pkgconfig' 'intltool')
+depends=('xfce4-panel' 'gconf' 'libgnome-keyring' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme' )
+makedepends=('intltool')
optdepends=('fortune-mod: for xfce4-tips')
replaces=('xfce4-toys')
backup=(etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla
@@ -29,17 +29,14 @@ md5sums=('478080ff666fdd36786a243829663efd'
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # git fixes
-
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
--disable-hal \
- --disable-gnome \
- --disable-libgnome-keyring \
- --disable-legacy-sm \
+ --enable-gnome \
+ --enable-libgnome-keyring \
--enable-session-screenshots \
--enable-upower \
--enable-consolekit \