commit:     26ab76702c63b9b58fcc1e2a7197a0927396c5dc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 10:03:33 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 11:14:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ab7670

xfce-base/xfce4-panel: Make GTK+2 optional

Closes: https://bugs.gentoo.org/692714
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 359901b31db..b307dd980e0 100644
--- a/xfce-base/xfce4-panel/metadata.xml
+++ b/xfce-base/xfce4-panel/metadata.xml
@@ -5,4 +5,7 @@
     <email>[email protected]</email>
     <name>XFCE Team</name>
   </maintainer>
+  <use>
+    <flag name='gtk2'>Enable GTK+2 plugin support.</flag>
+  </use>
 </pkgmetadata>

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 0bba6eebc23..0598e0545e8 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

Reply via email to