Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/
Date: Fri, 25 Sep 2020 20:32:58
Message-Id: 1601065944.53f52c77a1f299a9db19ea8c6a0b690fa4c505c9.np-hardass@gentoo
1 commit: 53f52c77a1f299a9db19ea8c6a0b690fa4c505c9
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 21:16:09 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 20:32:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f52c77
7
8 mate-extra/mate-indicator-applet: Fix deps
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 .../mate-indicator-applet-1.24.0-r1.ebuild | 31 ++++++++++++++++++++++
14 1 file changed, 31 insertions(+)
15
16 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
17 new file mode 100644
18 index 00000000000..670d2a4bf3c
19 --- /dev/null
20 +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
21 @@ -0,0 +1,31 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +inherit mate eapi7-ver
28 +
29 +if [[ ${PV} != 9999 ]]; then
30 + KEYWORDS="~amd64 ~arm ~x86"
31 +fi
32 +
33 +DESCRIPTION="MATE indicator applet"
34 +LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
35 +SLOT="0"
36 +
37 +IUSE=""
38 +
39 +COMMON_DEPEND="
40 + >=dev-libs/libindicator-0.4:3
41 + >=mate-base/mate-panel-1.17.0
42 + >=x11-libs/gtk+-3.22:3
43 +"
44 +
45 +RDEPEND="${COMMON_DEPEND}
46 + virtual/libintl
47 +"
48 +
49 +DEPEND="${COMMON_DEPEND}
50 + >=sys-devel/gettext-0.19.8
51 + virtual/pkgconfig
52 +"