commit: 07d48ce47c9167af6b378477c2dbae50e7399b93
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 21:21:25 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 20:32:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d48ce4
mate-extra/mate-netbook: Fix deps
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
.../mate-netbook/mate-netbook-1.24.0-r1.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
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
new file mode 100644
index 00000000000..fbc817ffde6
--- /dev/null
+++ b/mate-extra/mate-netbook/mate-netbook-1.24.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE utilities for netbooks"
+LICENSE="LGPL-2+ GPL-3"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.50:2
+ >=mate-base/mate-panel-1.17.0
+ >=x11-libs/gtk+-3.22:3
+ x11-libs/libfakekey
+ x11-libs/libwnck:3
+ x11-libs/libXtst
+ x11-libs/libX11
+ x11-libs/cairo
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+ >=dev-util/intltool-0.50.1
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"