summaryrefslogtreecommitdiff
path: root/extra/xfce4-session
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
commitc2ef76f233a03e87ba6f2a39ca06d6c8411525bd (patch)
tree443d415b43358dbcc1043b51f3299d3b07ee3c73 /extra/xfce4-session
parent3bcb803af0dd81dc1d1e3352d8dee1d731d33abb (diff)
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/open-vm-tools/PKGBUILD community-testing/open-vm-tools/vmware-guestd extra/exo/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/imagemagick/PKGBUILD extra/libindi/PKGBUILD extra/libxfce4util/PKGBUILD extra/terminal/PKGBUILD extra/xfburn/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-dev-tools/PKGBUILD extra/xfce4-mailwatch-plugin/PKGBUILD extra/xfce4-notifyd/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfce4-screenshooter/PKGBUILD extra/xfce4-settings/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD testing/cairo/PKGBUILD testing/lvm2/PKGBUILD testing/openmpi/PKGBUILD testing/udev/PKGBUILD
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
}