Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-indicator-applet/
Date: Tue, 29 Nov 2016 19:49:29
Message-Id: 1480445087.ff734d81717d9c4776bcb8b50976de5097866d45.mudler@gentoo
1 commit: ff734d81717d9c4776bcb8b50976de5097866d45
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 10 20:52:51 2016 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 18:44:47 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ff734d81
7
8 mate-extra/mate-indicator-applet: version bump to 1.16.0
9
10 Package-Manager: portage-2.3.1
11
12 mate-extra/mate-indicator-applet/Manifest | 1 +
13 .../mate-indicator-applet-1.16.0.ebuild | 39 ++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest
17 index 967646b..7b05886 100644
18 --- a/mate-extra/mate-indicator-applet/Manifest
19 +++ b/mate-extra/mate-indicator-applet/Manifest
20 @@ -1,2 +1,3 @@
21 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433 WHIRLPOOL e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
22 DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f WHIRLPOOL 7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720
23 +DIST mate-indicator-applet-1.16.0.tar.xz 317256 SHA256 5b60ecd36109d2e036b7706fde3c642be3fb157e3189af07017e08b70e55cf21 SHA512 745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2 WHIRLPOOL 97fd3bcf37e72473fb9e4f81084cb693aa37db5a9bc437191a4c9985d9dd674bb35883208098c6e68a94dda08c687dea352073a701e364557b9d1e3631e57f14
24
25 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild
26 new file mode 100644
27 index 0000000..0052725
28 --- /dev/null
29 +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild
30 @@ -0,0 +1,39 @@
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 +inherit mate versionator
38 +
39 +if [[ ${PV} != 9999 ]]; then
40 + KEYWORDS="~amd64 ~arm ~x86"
41 +fi
42 +
43 +DESCRIPTION="MATE indicator applet"
44 +LICENSE="GPL-2 FDL-1.1 LGPL-2"
45 +SLOT="0"
46 +
47 +IUSE="gtk3"
48 +
49 +COMMON_DEPEND="
50 + >=mate-base/mate-panel-1.8[gtk3(-)=]
51 + !gtk3? (
52 + >=dev-libs/libindicator-0.3.90:0
53 + >=x11-libs/gtk+-2.24:2
54 + )
55 + gtk3? (
56 + >=dev-libs/libindicator-0.3.90:3
57 + >=x11-libs/gtk+-3.0:3
58 + )"
59 +
60 +RDEPEND="${COMMON_DEPEND}"
61 +
62 +DEPEND="${COMMON_DEPEND}
63 + >=dev-util/intltool-0.35.0
64 + virtual/pkgconfig"
65 +
66 +src_configure() {
67 + mate_src_configure \
68 + --with-gtk=$(usex gtk3 3.0 2.0)
69 +}