Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-netbook/
Date: Mon, 07 Sep 2020 18:08:45
Message-Id: 1599502105.3acb4d40c4d36979cc92805b55d807a18a960c6d.np-hardass@gentoo
1 commit: 3acb4d40c4d36979cc92805b55d807a18a960c6d
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 21:21:25 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 18:08:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3acb4d40
7
8 mate-extra/mate-netbook: 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-netbook/mate-netbook-1.24.0-r1.ebuild | 38 ++++++++++++++++++++++
14 1 file changed, 38 insertions(+)
15
16 diff --git a/mate-extra/mate-netbook/mate-netbook-1.24.0-r1.ebuild b/mate-extra/mate-netbook/mate-netbook-1.24.0-r1.ebuild
17 new file mode 100644
18 index 0000000..fbc817f
19 --- /dev/null
20 +++ b/mate-extra/mate-netbook/mate-netbook-1.24.0-r1.ebuild
21 @@ -0,0 +1,38 @@
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
28 +
29 +if [[ ${PV} != 9999 ]]; then
30 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
31 +fi
32 +
33 +DESCRIPTION="MATE utilities for netbooks"
34 +LICENSE="LGPL-2+ GPL-3"
35 +SLOT="0"
36 +
37 +IUSE=""
38 +
39 +COMMON_DEPEND="
40 + >=dev-libs/glib-2.50:2
41 + >=mate-base/mate-panel-1.17.0
42 + >=x11-libs/gtk+-3.22:3
43 + x11-libs/libfakekey
44 + x11-libs/libwnck:3
45 + x11-libs/libXtst
46 + x11-libs/libX11
47 + x11-libs/cairo
48 +"
49 +
50 +RDEPEND="${COMMON_DEPEND}
51 + virtual/libintl
52 +"
53 +
54 +DEPEND="${COMMON_DEPEND}
55 + x11-base/xorg-proto
56 + >=dev-util/intltool-0.50.1
57 + >=sys-devel/gettext-0.19.8
58 + virtual/pkgconfig
59 +"