diff options
Diffstat (limited to 'testing/xfce4-session/PKGBUILD')
-rw-r--r-- | testing/xfce4-session/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/xfce4-session/PKGBUILD b/testing/xfce4-session/PKGBUILD index 3c313b5da..95bc4ef03 100644 --- a/testing/xfce4-session/PKGBUILD +++ b/testing/xfce4-session/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157699 2012-04-29 02:55:15Z foutrelis $ +# $Id: PKGBUILD 157800 2012-04-29 16:48:26Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce4-session pkgver=4.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="A session manager for Xfce" arch=('i686' 'x86_64') url="http://www.xfce.org/" @@ -12,10 +12,10 @@ license=('GPL2') groups=('xfce4') # keep xorg-server-utils for https://bugs.archlinux.org/task/21096 # upower and consolekit for reboot/shutdown/hibernate/suspend -depends=('libxfce4ui' 'libgnome-keyring' 'libwnck' 'libsm' 'xorg-iceauth' - 'upower' 'consolekit' 'hicolor-icon-theme') +depends=('libxfce4ui' 'libwnck' 'libsm' 'xorg-iceauth' 'upower' 'consolekit' + 'hicolor-icon-theme') makedepends=('intltool') -optdepends=('fortune-mod: for xfce4-tips') +optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enabled') replaces=('xfce-utils') options=('!libtool') install=$pkgname.install |