From 26ab76702c63b9b58fcc1e2a7197a0927396c5dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 22 Aug 2019 12:03:33 +0200 Subject: [PATCH] xfce-base/xfce4-panel: Make GTK+2 optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/692714 Signed-off-by: Michał Górny --- xfce-base/xfce4-panel/metadata.xml | 3 +++ xfce-base/xfce4-panel/xfce4-panel-4.14.0.ebuild | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/xfce-base/xfce4-panel/metadata.xml b/xfce-base/xfce4-panel/metadata.xml index 359901b31db4..b307dd980e01 100644 --- a/xfce-base/xfce4-panel/metadata.xml +++ b/xfce-base/xfce4-panel/metadata.xml @@ -5,4 +5,7 @@ xfce@gentoo.org XFCE Team + + Enable GTK+2 plugin support. + diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.14.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.14.0.ebuild index 0bba6eebc237..0598e0545e8d 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-4.14.0.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-4.14.0.ebuild @@ -12,12 +12,12 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="introspection vala" +IUSE="+gtk2 introspection vala" REQUIRED_USE="vala? ( introspection )" +RESTRICT="!gtk2? ( test )" RDEPEND=">=dev-libs/glib-2.42 >=x11-libs/cairo-1 - >=x11-libs/gtk+-2.20:2 >=x11-libs/gtk+-3.22:3[introspection?] x11-libs/libX11 x11-libs/libwnck:3 @@ -26,6 +26,7 @@ RDEPEND=">=dev-libs/glib-2.42 >=xfce-base/libxfce4ui-4.13:= >=xfce-base/libxfce4util-4.13:=[introspection?] >=xfce-base/xfconf-4.13:= + gtk2? ( >=x11-libs/gtk+-2.20:2 ) introspection? ( dev-libs/gobject-introspection:= )" DEPEND="${RDEPEND} vala? ( $(vala_depend) ) @@ -42,11 +43,9 @@ src_prepare() { src_configure() { local myconf=( + $(use_enable gtk2) $(use_enable introspection) $(use_enable vala) - - # enable GTK+2 compatibility - --enable-gtk2 ) use vala && vala_src_prepare -- 2.26.2