summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-03-15 14:59:02 +0100
committerEttore Di Giacinto <mudler@gentoo.org>2017-03-15 14:59:02 +0100
commitacfef3359d91d53bfec418c5f2bab2217620667f (patch)
tree5b325d1701375a4209f9aece461289c08fb949fc /x11-wm
parentmate-base/caja: sync live ebuild (diff)
downloadgentoo-mate-acfef3359d91d53bfec418c5f2bab2217620667f.tar.gz
gentoo-mate-acfef3359d91d53bfec418c5f2bab2217620667f.tar.bz2
gentoo-mate-acfef3359d91d53bfec418c5f2bab2217620667f.zip
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
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/marco/marco-9999.ebuild16
1 files 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)
}