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/xfdesktop/
Date: Wed, 25 Jun 2014 20:24:53
Message-Id: 1403727328.12f9d606372f18de8ee3784af1b4cc0312144503.angelos@gentoo
1 commit: 12f9d606372f18de8ee3784af1b4cc0312144503
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 25 20:15:28 2014 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 25 20:15:28 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=12f9d606
7
8 xfdesktop: Sync with gentoo-x86
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: 84F20B43
12
13 ---
14 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 10 +++++++---
15 1 file changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
18 index f8ede99..eb1043c 100644
19 --- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
20 +++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
21 @@ -1,6 +1,6 @@
22 # Copyright 1999-2014 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.4.ebuild,v 1.1 2014/03/18 18:22:39 ssuominen Exp $
25 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.6.ebuild,v 1.1 2014/04/07 12:17:35 ssuominen Exp $
26
27 EAPI=5
28 inherit xfconf
29 @@ -11,8 +11,9 @@ HOMEPAGE="http://www.xfce.org/projects/"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS=""
33 -IUSE="debug libnotify thunar"
34 +IUSE="debug libnotify +thunar"
35
36 +# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
37 RDEPEND=">=dev-libs/dbus-glib-0.100
38 >=dev-libs/glib-2.20
39 >=x11-libs/gtk+-2.24:2
40 @@ -25,7 +26,10 @@ RDEPEND=">=dev-libs/dbus-glib-0.100
41 >=xfce-base/libxfce4util-4.11
42 >=xfce-base/xfconf-4.10
43 libnotify? ( >=x11-libs/libnotify-0.7 )
44 - thunar? ( >=xfce-base/thunar-1.6[dbus] )"
45 + thunar? (
46 + >=dev-libs/glib-2.38
47 + >=xfce-base/thunar-1.6[dbus]
48 + )"
49 DEPEND="${RDEPEND}
50 dev-util/intltool
51 sys-devel/gettext