summaryrefslogtreecommitdiff
path: root/extra/xfce4-session
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfce4-session')
-rw-r--r--extra/xfce4-session/PKGBUILD28
1 files changed, 12 insertions, 16 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD
index 6cc9f2fd5..b689e85e3 100644
--- a/extra/xfce4-session/PKGBUILD
+++ b/extra/xfce4-session/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 150131 2012-02-13 08:12:40Z foutrelis $
+# $Id: PKGBUILD 157922 2012-04-30 05:50:06Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-session
-pkgver=4.8.3
-pkgrel=1
+pkgver=4.10.0
+pkgrel=3
pkgdesc="A session manager for Xfce"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.xfce.org/"
@@ -12,15 +12,18 @@ license=('GPL2')
groups=('xfce4')
# keep xorg-server-utils for https://bugs.archlinux.org/task/21096
# upower and consolekit for reboot/shutdown/hibernate/suspend
-depends=('xfce4-panel' 'gconf' 'libgnome-keyring' 'libwnck' 'libsm'
- 'xorg-iceauth' 'upower' 'consolekit' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'consolekit'
+ 'xorg-xinit' 'hicolor-icon-theme')
makedepends=('intltool')
-optdepends=('fortune-mod: for xfce4-tips')
-replaces=('xfce4-toys')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enabled'
+ 'xscreensaver: for locking screen with xflock4'
+ 'gnome-screensaver: for locking screen with xflock4'
+ 'xlockmore: for locking screen with xflock4')
+replaces=('xfce-utils')
options=('!libtool')
install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f0801b8c0ffa7e5d41b29b8df281ac127adf467bf50e8ded8aebe5a02bd99338')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -30,14 +33,7 @@ build() {
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
- --disable-hal \
- --enable-gnome \
--enable-libgnome-keyring \
- --enable-session-screenshots \
- --enable-upower \
- --enable-consolekit \
- --enable-polkit \
- --enable-panel-plugin \
--disable-debug
make
}