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/libxfce4ui/
Date: Tue, 25 Mar 2014 17:57:06
Message-Id: 1395770199.4920b53761e24a6ff1e608175540a3ad295c299e.angelos@gentoo
1 commit: 4920b53761e24a6ff1e608175540a3ad295c299e
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 25 17:56:39 2014 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 25 17:56:39 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=4920b537
7
8 libxfce4ui: Sync with gentoo-x86
9
10 Package-Manager: portage-2.2.9-r1
11 Manifest-Sign-Key: 84F20B43
12
13 ---
14 xfce-base/libxfce4ui/libxfce4ui-9999.ebuild | 16 ++++++++--------
15 xfce-base/libxfce4ui/metadata.xml | 1 -
16 2 files changed, 8 insertions(+), 9 deletions(-)
17
18 diff --git a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild b/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild
19 index 3d1d110..e755523 100644
20 --- a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild
21 +++ b/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2014 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.10.0.ebuild,v 1.11 2012/11/28 12:28:16 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild,v 1.1 2014/03/11 13:23:19 ssuominen Exp $
28
29 EAPI=5
30 inherit xfconf
31 @@ -11,30 +11,30 @@ HOMEPAGE="http://www.xfce.org/projects/libxfce4"
32 LICENSE="LGPL-2"
33 SLOT="0"
34 KEYWORDS=""
35 -IUSE="debug glade gtk3 startup-notification"
36 +IUSE="debug glade startup-notification"
37
38 RDEPEND=">=dev-libs/glib-2.28
39 >=x11-libs/gtk+-2.24:2
40 + >=x11-libs/gtk+-3.2:3
41 x11-libs/libX11
42 x11-libs/libICE
43 x11-libs/libSM
44 - >=xfce-base/libxfce4util-4.10
45 + >=xfce-base/libxfce4util-4.11
46 >=xfce-base/xfconf-4.10
47 glade? ( dev-util/glade:3 )
48 - gtk3? ( >=x11-libs/gtk+-3.2:3 )
49 startup-notification? ( x11-libs/startup-notification )
50 !xfce-base/xfce-utils"
51 DEPEND="${RDEPEND}
52 dev-lang/perl
53 dev-util/intltool
54 - virtual/pkgconfig
55 - sys-devel/gettext"
56 + sys-devel/gettext
57 + virtual/pkgconfig"
58
59 pkg_setup() {
60 XFCONF=(
61 + --enable-gtk3
62 $(use_enable startup-notification)
63 $(use_enable glade gladeui)
64 - $(use_enable gtk3)
65 $(xfconf_use_debug)
66 --with-vendor-info=Gentoo
67 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
68
69 diff --git a/xfce-base/libxfce4ui/metadata.xml b/xfce-base/libxfce4ui/metadata.xml
70 index edbd398..2391a70 100644
71 --- a/xfce-base/libxfce4ui/metadata.xml
72 +++ b/xfce-base/libxfce4ui/metadata.xml
73 @@ -4,6 +4,5 @@
74 <herd>xfce</herd>
75 <use>
76 <flag name="glade">Build support for Glade 3's GtkBuilder implementation</flag>
77 - <flag name="gtk3">Additionally build a Gtk+3 version of the library</flag>
78 </use>
79 </pkgmetadata>