mate-extra/mate-netbook: Version bump (v1.22.0)
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Mar 2019 09:05:20 +0000 (12:05 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Mar 2019 11:11:25 +0000 (14:11 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

mate-extra/mate-netbook/Manifest
mate-extra/mate-netbook/mate-netbook-1.22.0.ebuild [new file with mode: 0644]

index 2362feac2fe8072f260d3a340f1e60c4f8e73e21..31c35f9541f6c5e4fbb4495fdd07b102148f0f02 100644 (file)
@@ -1 +1,2 @@
 DIST mate-netbook-1.18.2.tar.xz 290816 BLAKE2B b12654088fc73f0ed38ea81366f24de5b737a9754a4c68720640ace14d5f8be76fd2d7bf8a5f4cb44b5410c187ce459b01aa72a4ad67eb6f182c1195a055b650 SHA512 0663eeaa47480f16146cce3e34d037c8eafcd6ca0e6d079dcfadfb6e97fca7b13ea7121896ca268238f161f5edc57754f620f9020f4480e23253a57490ec29e7
+DIST mate-netbook-1.22.0.tar.xz 314832 BLAKE2B 6d01b18bef37cde3c5c62c70460ebc539675a00c9550608d85085c0c678e84a672e7b112a832ade7d3900b851fa45b109729c7148eddb1dc5f058bac071fc3bf SHA512 faff1618e0a99b95b291d7556b1ccd5d0593be1ffa2b2ee30f4df2c9228ff797e9021cc7a0f6183c69b38fdb3dae1c4cb206539057174ff37a4b56b55d07c33a
diff --git a/mate-extra/mate-netbook/mate-netbook-1.22.0.ebuild b/mate-extra/mate-netbook/mate-netbook-1.22.0.ebuild
new file mode 100644 (file)
index 0000000..e5c2cc8
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 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:*"