Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-session/
Date: Mon, 02 Apr 2012 15:35:21
Message-Id: 1333380395.0a1738b43073d70ffe42b8d7a2b03b935e18b84e.angelos@gentoo
1 commit: 0a1738b43073d70ffe42b8d7a2b03b935e18b84e
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 15:26:35 2012 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 15:26:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=0a1738b4
7
8 xfce4-session: Sync with gentoo-x86
9
10 (Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit with key 84F20B43)
11
12 ---
13 xfce-base/xfce4-session/xfce4-session-9999.ebuild | 28 +++++++-------------
14 1 files changed, 10 insertions(+), 18 deletions(-)
15
16 diff --git a/xfce-base/xfce4-session/xfce4-session-9999.ebuild b/xfce-base/xfce4-session/xfce4-session-9999.ebuild
17 index 3d14561..df7e625 100644
18 --- a/xfce-base/xfce4-session/xfce4-session-9999.ebuild
19 +++ b/xfce-base/xfce4-session/xfce4-session-9999.ebuild
20 @@ -1,32 +1,30 @@
21 # Copyright 1999-2012 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.8.3-r1.ebuild,v 1.2 2012/02/24 11:43:40 ssuominen Exp $
24 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.9.0.ebuild,v 1.1 2012/03/31 05:49:28 ssuominen Exp $
25
26 EAPI=4
27 inherit xfconf
28
29 -DESCRIPTION="Xfce's session manager"
30 -HOMEPAGE="http://www.xfce.org/projects/xfce4-session/"
31 +DESCRIPTION="A session manager for the Xfce desktop environment"
32 +HOMEPAGE="http://www.xfce.org/projects/"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS=""
37 -IUSE="consolekit debug gnome-keyring policykit udev +xfce_plugins_logout"
38 +IUSE="consolekit debug gnome-keyring udev"
39
40 -COMMON_DEPEND=">=dev-libs/dbus-glib-0.92
41 +COMMON_DEPEND=">=dev-libs/dbus-glib-0.98
42 x11-apps/iceauth
43 x11-libs/libSM
44 >=x11-libs/libwnck-2.22:1
45 x11-libs/libX11
46 - >=xfce-base/libxfce4util-4.8
47 - >=xfce-base/libxfce4ui-4.8
48 - >=xfce-base/xfconf-4.8
49 - >=xfce-base/xfce-utils-4.8
50 - gnome-keyring? ( gnome-base/libgnome-keyring )
51 - xfce_plugins_logout? ( >=xfce-base/xfce4-panel-4.8 )"
52 + >=xfce-base/libxfce4util-4.9
53 + >=xfce-base/libxfce4ui-4.9
54 + >=xfce-base/xfconf-4.9
55 + gnome-keyring? ( >=gnome-base/libgnome-keyring-2.22 )
56 + !xfce-base/xfce-utils"
57 RDEPEND="${COMMON_DEPEND}
58 consolekit? ( || ( sys-auth/consolekit sys-apps/systemd ) )
59 - policykit? ( >=sys-auth/polkit-0.102 )
60 udev? ( sys-power/upower )"
61 DEPEND="${COMMON_DEPEND}
62 dev-util/intltool
63 @@ -36,14 +34,8 @@ DEPEND="${COMMON_DEPEND}
64 pkg_setup() {
65 XFCONF=(
66 --docdir="${EPREFIX}"/usr/share/doc/${PF}
67 - --disable-static
68 - $(use_enable xfce_plugins_logout panel-plugin)
69 $(use_enable gnome-keyring libgnome-keyring)
70 $(xfconf_use_debug)
71 - --disable-hal
72 - $(use_enable udev upower)
73 - $(use_enable consolekit)
74 - $(use_enable policykit polkit)
75 )
76
77 DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )