mate-extra/mate-indicator-applet: Version bump (v1.22.0)
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 16 Mar 2019 22:36:54 +0000 (01:36 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 17 Mar 2019 11:10:58 +0000 (14:10 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

index c71a68a836ca4861206601ca676a0cae24abd422..e2598037a7e0bb555c0d61753b15e6a2712323db 100644 (file)
@@ -1 +1,2 @@
 DIST mate-indicator-applet-1.18.1.tar.xz 318464 BLAKE2B 989b84e2135ff3307a731b3eff981aea40002cbbd9b9e6ba61053a24e681fe3a3005b55ecf6dd027adf97d2bbfe3a12c0bdfdee2aac4860bac10fe3c03a4d681 SHA512 990cf60ff0b0a3e53f6ebc94abbdc15ce7b55258935763fb2d294a06c725e98e4b3389117e8fd04a9d1ce0ba691bc891542fd12c1ab58b29d99352a8369265d0
+DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0 SHA512 6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
new file mode 100644 (file)
index 0000000..cf28e66
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate eapi7-ver
+
+if [[ ${PV} != 9999 ]]; then
+       KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+       >=dev-libs/libindicator-0.4:3
+       >=mate-base/mate-panel-1.17.0
+       >=x11-libs/gtk+-3.22:3"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+       >=dev-util/intltool-0.35.0
+       virtual/pkgconfig"