mate-extra/mate-netbook: Bump to 1.22.2
authorAdam Feldman <NP-Hardass@gentoo.org>
Wed, 4 Mar 2020 04:10:08 +0000 (23:10 -0500)
committerAdam Feldman <NP-Hardass@gentoo.org>
Mon, 6 Apr 2020 17:47:46 +0000 (13:47 -0400)
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
mate-extra/mate-netbook/Manifest
mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild [new file with mode: 0644]

index eba11dd1710b58012238e8a0da09d655718fb936..ff5cf34e3a983e516bae5e33493b0ea452938969 100644 (file)
@@ -1 +1,2 @@
 DIST mate-netbook-1.22.1.tar.xz 307776 BLAKE2B 8d10de7926023d1c0e9a92c2a55306db797e156948096936864332a79f0bdf91406df2ecf523b951eb6b1d0770dfbe705d913d75c74043bc78f765615af76bdf SHA512 d0ba10d798e779e89b656a5bab2f5524c36755d58b877ba18482171c7673c5217ecf39b8098ff7b258634fbae62638d70bdf11e17f02f47c68ca96058f0ebb03
+DIST mate-netbook-1.22.2.tar.xz 308168 BLAKE2B 5b73d3299dc725d6f342535599bc38047c4d90f2e6aa953f07e81b9f2f71723124b0cf6574b44f96644b5c5804e8a8319d9870c491210dc4714f6d2c40d0a472 SHA512 caaa841857b86592dd7417fa77e8211d1527f8234cd248a00a3a74b2b1487bd1c06a4bfde44818e1c3b0a64350b94e47d8bfdbcd545d787365dfd76c3af2ff71
diff --git a/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild b/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
new file mode 100644 (file)
index 0000000..0a50af6
--- /dev/null
@@ -0,0 +1,35 @@
+# 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="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
+       virtual/libintl"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+       x11-base/xorg-proto
+       >=dev-util/intltool-0.50.1
+       sys-devel/gettext:*
+       virtual/pkgconfig:*"