Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:1.14-bump commit in: x11-wm/marco/
Date: Sun, 04 Sep 2016 17:51:24
Message-Id: 1473011474.e6104845af75154e7c5d6bb28f7848e97babde79.np-hardass@gentoo
1 commit: e6104845af75154e7c5d6bb28f7848e97babde79
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 17:50:25 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 17:51:14 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e6104845
7
8 x11-wm/marco: Version bump to 1.14.0
9
10 Package-Manager: portage-2.3.0
11
12 x11-wm/marco/Manifest | 1 +
13 x11-wm/marco/marco-1.14.2.ebuild | 80 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 81 insertions(+)
15
16 diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
17 index 0856a0e..cb2d582 100644
18 --- a/x11-wm/marco/Manifest
19 +++ b/x11-wm/marco/Manifest
20 @@ -1,2 +1,3 @@
21 DIST marco-1.10.3.tar.xz 1119064 SHA256 a07cfcc16d744a7c840011802e16a006a0770aaf84f63a4247b791bb31cb4f36 SHA512 8bb3a3a1af15f07e092fb3e8d6dd7a61d65cdb78525ad4e39f07feda04cd37f5f81b8c142ca09a7a929a39eb84e16b9e61ee26cbae0f4c147750430052e4e878 WHIRLPOOL 12099a938694ddc2e1daa47912df71cbbdc00e38bbb4dfbdf0748750eb6de65f7bbc9d493730253cfafb76b1ff51e9b2fde2545b040c948016acdffd665a5830
22 DIST marco-1.12.1.tar.xz 1163996 SHA256 7f799115952a209e5063e5bd88d61d0baf430e630ca7783626af4dce46add084 SHA512 d271c4627fc50643d8e1a2faec33b5327999ad16a3975d62ea3ded956bccf3d5e015ed8085d43a200a34f1ea78f17d7e4ea4afaa9111e5f2e3a2230b51752945 WHIRLPOOL 960074cb63e4bc3381c128f016b0f1c30b1ba2d04ccd3e9a059ac43fb14d81a562dd7b3d5004ddae3a77146737d078eddeed52da3cf66f5106fb22f2500a9e42
23 +DIST marco-1.14.2.tar.xz 1244076 SHA256 31ab76950bd6f8e829c1c40be8cb53c0d77a17791137752d196e73f3d9e55be4 SHA512 6ca782f5dbbc01f5df4be901a1a6bf5b23398716e5802118482a0bf98e35f4dc544a6070358a931ca11f2d8b71cbbfb7e8768e0535c6605433a202be348ddf84 WHIRLPOOL 61ca2466f9965452e9481f42fc5803041303e5a4696cc11433b0803c23938eb2bc74bfb3f8d7d3b12d6ced37479ea9765f683d06087d5819ab9b23099c9cf617
24
25 diff --git a/x11-wm/marco/marco-1.14.2.ebuild b/x11-wm/marco/marco-1.14.2.ebuild
26 new file mode 100644
27 index 0000000..0dca10d
28 --- /dev/null
29 +++ b/x11-wm/marco/marco-1.14.2.ebuild
30 @@ -0,0 +1,80 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +MATE2_LA_PUNT="yes"
38 +
39 +inherit mate
40 +
41 +if [[ ${PV} != 9999 ]]; then
42 + KEYWORDS="~amd64 ~arm ~x86"
43 +fi
44 +
45 +DESCRIPTION="MATE default window manager"
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +
49 +IUSE="gtk3 startup-notification test xinerama"
50 +
51 +COMMON_DEPEND="
52 + dev-libs/atk:0
53 + >=dev-libs/glib-2.32.10:2
54 + >=gnome-base/libgtop-2:2=
55 + x11-libs/cairo:0
56 + >=x11-libs/pango-1.2:0[X]
57 + x11-libs/gdk-pixbuf:2
58 + x11-libs/libICE:0
59 + x11-libs/libSM:0
60 + x11-libs/libX11:0
61 + >=x11-libs/libXcomposite-0.3:0
62 + x11-libs/libXcursor:0
63 + x11-libs/libXdamage:0
64 + x11-libs/libXext:0
65 + x11-libs/libXfixes:0
66 + x11-libs/libXrandr:0
67 + x11-libs/libXrender:0
68 + >=x11-libs/startup-notification-0.7:0
69 + virtual/libintl:0
70 + !gtk3? (
71 + media-libs/libcanberra:0[gtk]
72 + >=x11-libs/gtk+-2.24:2
73 + )
74 + gtk3? (
75 + media-libs/libcanberra:0[gtk3]
76 + >=x11-libs/gtk+-3.0:3
77 + )
78 + xinerama? ( x11-libs/libXinerama:0 )
79 + !!x11-wm/mate-window-manager"
80 +
81 +RDEPEND="${COMMON_DEPEND}
82 + gnome-extra/zenity:0
83 +"
84 +
85 +DEPEND="${COMMON_DEPEND}
86 + app-text/yelp-tools:0
87 + >=dev-util/intltool-0.34.90:*
88 + sys-devel/gettext:*
89 + virtual/pkgconfig:*
90 + x11-proto/xextproto:0
91 + x11-proto/xproto:0
92 + test? ( app-text/docbook-xml-dtd:4.5 )
93 + xinerama? ( x11-proto/xineramaproto:0 )"
94 +
95 +src_configure() {
96 + mate_src_configure \
97 + --enable-compositor \
98 + --enable-render \
99 + --enable-shape \
100 + --enable-sm \
101 + --enable-xsync \
102 + --with-gtk=$(usex gtk3 3.0 2.0) \
103 + $(use_enable startup-notification) \
104 + $(use_enable xinerama)
105 +}
106 +
107 +src_install() {
108 + mate_src_install
109 + dodoc {,doc/}*.txt
110 +}