commit: 4920b53761e24a6ff1e608175540a3ad295c299e Author: Christoph Mende <angelos <AT> gentoo <DOT> org> AuthorDate: Tue Mar 25 17:56:39 2014 +0000 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org> CommitDate: Tue Mar 25 17:56:39 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=4920b537
libxfce4ui: Sync with gentoo-x86 Package-Manager: portage-2.2.9-r1 Manifest-Sign-Key: 84F20B43 --- xfce-base/libxfce4ui/libxfce4ui-9999.ebuild | 16 ++++++++-------- xfce-base/libxfce4ui/metadata.xml | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild b/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild index 3d1d110..e755523 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.10.0.ebuild,v 1.11 2012/11/28 12:28:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.11.1.ebuild,v 1.1 2014/03/11 13:23:19 ssuominen Exp $ EAPI=5 inherit xfconf @@ -11,30 +11,30 @@ HOMEPAGE="http://www.xfce.org/projects/libxfce4" LICENSE="LGPL-2" SLOT="0" KEYWORDS="" -IUSE="debug glade gtk3 startup-notification" +IUSE="debug glade startup-notification" RDEPEND=">=dev-libs/glib-2.28 >=x11-libs/gtk+-2.24:2 + >=x11-libs/gtk+-3.2:3 x11-libs/libX11 x11-libs/libICE x11-libs/libSM - >=xfce-base/libxfce4util-4.10 + >=xfce-base/libxfce4util-4.11 >=xfce-base/xfconf-4.10 glade? ( dev-util/glade:3 ) - gtk3? ( >=x11-libs/gtk+-3.2:3 ) startup-notification? ( x11-libs/startup-notification ) !xfce-base/xfce-utils" DEPEND="${RDEPEND} dev-lang/perl dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext + virtual/pkgconfig" pkg_setup() { XFCONF=( + --enable-gtk3 $(use_enable startup-notification) $(use_enable glade gladeui) - $(use_enable gtk3) $(xfconf_use_debug) --with-vendor-info=Gentoo --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html diff --git a/xfce-base/libxfce4ui/metadata.xml b/xfce-base/libxfce4ui/metadata.xml index edbd398..2391a70 100644 --- a/xfce-base/libxfce4ui/metadata.xml +++ b/xfce-base/libxfce4ui/metadata.xml @@ -4,6 +4,5 @@ <herd>xfce</herd> <use> <flag name="glade">Build support for Glade 3's GtkBuilder implementation</flag> - <flag name="gtk3">Additionally build a Gtk+3 version of the library</flag> </use> </pkgmetadata>