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-settings/
Date: Mon, 02 Apr 2012 15:35:31
Message-Id: 1333380400.53d41bcde3afaaceef1ad17e1113261ef2065d8d.angelos@gentoo
1 commit: 53d41bcde3afaaceef1ad17e1113261ef2065d8d
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 15:26:40 2012 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 15:26:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=53d41bcd
7
8 xfce4-settings: 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 .../xfce4-settings/xfce4-settings-9999.ebuild | 15 ++++++++-------
14 1 files changed, 8 insertions(+), 7 deletions(-)
15
16 diff --git a/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild b/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild
17 index b476afb..9bb9324 100644
18 --- a/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild
19 +++ b/xfce-base/xfce4-settings/xfce4-settings-9999.ebuild
20 @@ -1,30 +1,31 @@
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-settings/xfce4-settings-4.9.2.ebuild,v 1.2 2012/03/23 21:27:03 angelos Exp $
24 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-settings/xfce4-settings-4.9.4.ebuild,v 1.1 2012/04/01 10:06:29 ssuominen Exp $
25
26 EAPI=4
27 inherit xfconf
28
29 DESCRIPTION="Configuration system for the Xfce desktop environment"
30 -HOMEPAGE="http://www.xfce.org/projects/xfce4-settings/"
31 +HOMEPAGE="http://www.xfce.org/projects/"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS=""
36 IUSE="debug libcanberra libnotify +xklavier"
37
38 -RDEPEND=">=dev-libs/dbus-glib-0.92
39 - >=dev-libs/glib-2.24:2
40 +RDEPEND=">=dev-libs/dbus-glib-0.98
41 + >=dev-libs/glib-2.24
42 media-libs/fontconfig
43 >=x11-libs/gtk+-2.20:2
44 x11-libs/libX11
45 >=x11-libs/libXcursor-1.1
46 >=x11-libs/libXi-1.3
47 >=x11-libs/libXrandr-1.2
48 - >=xfce-base/exo-0.7.1
49 + >=xfce-base/garcon-0.1.11
50 + >=xfce-base/exo-0.7.2
51 >=xfce-base/libxfce4ui-4.9
52 - >=xfce-base/libxfce4util-4.8
53 - >=xfce-base/xfconf-4.8
54 + >=xfce-base/libxfce4util-4.9
55 + >=xfce-base/xfconf-4.9
56 libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
57 libnotify? ( >=x11-libs/libnotify-0.7 )
58 xklavier? ( >=x11-libs/libxklavier-5 )"