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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 11 18:13:14 UTC 2011


    Date: Monday, April 11, 2011 @ 14:13:13
  Author: andyrtr
Revision: 119480

upgpkg: xfce4-session 4.8.1-2
libsm rebuild; add legacy sm support, add gnome compatibility support - pulls in only a few deps and should gain much more compatibility

Modified:
  xfce4-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-11 17:45:16 UTC (rev 119479)
+++ PKGBUILD	2011-04-11 18:13:13 UTC (rev 119480)
@@ -4,7 +4,7 @@
 
 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 @@
 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 @@
 
 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 \




More information about the arch-commits mailing list