commit: acfef3359d91d53bfec418c5f2bab2217620667f
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 13:59:02 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 13:59:02 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=acfef335
x11-wm/marco: sync live ebuild
* Drop gtk3 useflag
* Require new version of mate-desktop runtime
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-wm/marco/marco-9999.ebuild | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/x11-wm/marco/marco-9999.ebuild b/x11-wm/marco/marco-9999.ebuild
index 5cdf56c..c662c1e 100644
--- a/x11-wm/marco/marco-9999.ebuild
+++ b/x11-wm/marco/marco-9999.ebuild
@@ -15,15 +15,17 @@ DESCRIPTION="MATE default window manager"
LICENSE="GPL-2"
SLOT="0"
-IUSE="gtk3 startup-notification test xinerama"
+IUSE="startup-notification test xinerama"
COMMON_DEPEND="
dev-libs/atk:0
>=dev-libs/glib-2.32.10:2
>=gnome-base/libgtop-2:2=
+ media-libs/libcanberra:0[gtk3]
x11-libs/cairo:0
>=x11-libs/pango-1.2:0[X]
x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-3.0:3
x11-libs/libICE:0
x11-libs/libSM:0
x11-libs/libX11:0
@@ -36,21 +38,12 @@ COMMON_DEPEND="
x11-libs/libXrender:0
>=x11-libs/startup-notification-0.7:0
virtual/libintl:0
- !gtk3? (
- media-libs/libcanberra:0[gtk]
- >=x11-libs/gtk+-2.24:2
- )
- gtk3? (
- media-libs/libcanberra:0[gtk3]
- >=x11-libs/gtk+-3.0:3
- )
xinerama? ( x11-libs/libXinerama:0 )
!!x11-wm/mate-window-manager"
RDEPEND="${COMMON_DEPEND}
gnome-extra/zenity:0
- >=mate-base/mate-desktop-1.9[gtk3(-)=]
-"
+ >=mate-base/mate-desktop-1.17.0"
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools:0
@@ -69,7 +62,6 @@ src_configure() {
--enable-shape \
--enable-sm \
--enable-xsync \
- --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_enable startup-notification) \
$(use_enable xinerama)
}