public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: x11-wm/marco/
@ 2017-03-15 14:17 Ettore Di Giacinto
  0 siblings, 0 replies; 2+ messages in thread
From: Ettore Di Giacinto @ 2017-03-15 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     42a22e018c28ac62d0013139e6c1902d4f4987e4
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 14:12:12 2017 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 14:12:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=42a22e01

x11-wm/marco: Version bump to 1.18.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-wm/marco/Manifest            |  1 +
 x11-wm/marco/marco-1.18.0.ebuild | 72 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
index b13b394..76cfd08 100644
--- a/x11-wm/marco/Manifest
+++ b/x11-wm/marco/Manifest
@@ -1,3 +1,4 @@
 DIST marco-1.12.1.tar.xz 1163996 SHA256 7f799115952a209e5063e5bd88d61d0baf430e630ca7783626af4dce46add084 SHA512 d271c4627fc50643d8e1a2faec33b5327999ad16a3975d62ea3ded956bccf3d5e015ed8085d43a200a34f1ea78f17d7e4ea4afaa9111e5f2e3a2230b51752945 WHIRLPOOL 960074cb63e4bc3381c128f016b0f1c30b1ba2d04ccd3e9a059ac43fb14d81a562dd7b3d5004ddae3a77146737d078eddeed52da3cf66f5106fb22f2500a9e42
 DIST marco-1.14.2.tar.xz 1244076 SHA256 31ab76950bd6f8e829c1c40be8cb53c0d77a17791137752d196e73f3d9e55be4 SHA512 6ca782f5dbbc01f5df4be901a1a6bf5b23398716e5802118482a0bf98e35f4dc544a6070358a931ca11f2d8b71cbbfb7e8768e0535c6605433a202be348ddf84 WHIRLPOOL 61ca2466f9965452e9481f42fc5803041303e5a4696cc11433b0803c23938eb2bc74bfb3f8d7d3b12d6ced37479ea9765f683d06087d5819ab9b23099c9cf617
 DIST marco-1.16.0.tar.xz 1245540 SHA256 33c0fbced78a4d0f22b16858517f9b3574f5de2e34dadf168ba7df5e9de0d0e3 SHA512 f353514dc69543e97fe08f9c67275c195ddc1c52b8b98dfb956351580b541a20b9f3a63d0b41939aca59e2416e58bb384206bbe2b8f56a26435b9760d23665b4 WHIRLPOOL db8636dd91358af76695074a6cfc1340e61a56418bae3b090ace87a7df73d8db715bdd6da1871c8abd757ff4d158c0202ddbbd157bc90d6c43818e317380f802
+DIST marco-1.18.0.tar.xz 1245188 SHA256 9b273026bc739352b5287f9d804ffae2d873f7ee3fbe4d1d5673473eae2938a8 SHA512 7a23c37b3eb46c6428be62286a4600b601155f08ebe41807295cd2e299f28e7bc6c40f7a8d462b35bd4b809f7a5be29e7f044287d7389a8d9fb705b4d53fcba2 WHIRLPOOL 688213dcfc15dc4c34175540569135eeb3aec75a48e7cb627c99dfae83b303a75cc81f93d6ff75b771229de8d4fae38eb091df68bf24788bd184f9e33ce22cfb

diff --git a/x11-wm/marco/marco-1.18.0.ebuild b/x11-wm/marco/marco-1.18.0.ebuild
new file mode 100644
index 0000000..c662c1e
--- /dev/null
+++ b/x11-wm/marco/marco-1.18.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE2_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE default window manager"
+LICENSE="GPL-2"
+SLOT="0"
+
+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
+	>=x11-libs/libXcomposite-0.3:0
+	x11-libs/libXcursor:0
+	x11-libs/libXdamage:0
+	x11-libs/libXext:0
+	x11-libs/libXfixes:0
+	x11-libs/libXrandr:0
+	x11-libs/libXrender:0
+	>=x11-libs/startup-notification-0.7:0
+	virtual/libintl:0
+	xinerama? ( x11-libs/libXinerama:0 )
+	!!x11-wm/mate-window-manager"
+
+RDEPEND="${COMMON_DEPEND}
+	gnome-extra/zenity:0
+	>=mate-base/mate-desktop-1.17.0"
+
+DEPEND="${COMMON_DEPEND}
+	app-text/yelp-tools:0
+	>=dev-util/intltool-0.34.90:*
+	sys-devel/gettext:*
+	virtual/pkgconfig:*
+	x11-proto/xextproto:0
+	x11-proto/xproto:0
+	test? ( app-text/docbook-xml-dtd:4.5 )
+	xinerama? ( x11-proto/xineramaproto:0 )"
+
+src_configure() {
+	mate_src_configure \
+		--enable-compositor \
+		--enable-render \
+		--enable-shape \
+		--enable-sm \
+		--enable-xsync \
+		$(use_enable startup-notification) \
+		$(use_enable xinerama)
+}
+
+src_install() {
+	mate_src_install
+	dodoc {,doc/}*.txt
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: x11-wm/marco/
@ 2017-03-15 14:02 Ettore Di Giacinto
  0 siblings, 0 replies; 2+ messages in thread
From: Ettore Di Giacinto @ 2017-03-15 14:02 UTC (permalink / raw
  To: gentoo-commits

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)
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-15 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 14:17 [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: x11-wm/marco/ Ettore Di Giacinto
  -- strict thread matches above, loose matches on Subject: below --
2017-03-15 14:02 Ettore Di Giacinto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox