gnome-extra/gnome-shell-extension-appindicator: Add support for KDE and Ubuntu notifi...
authorPacho Ramos <pacho@gentoo.org>
Thu, 2 Apr 2020 18:54:26 +0000 (20:54 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 2 Apr 2020 18:55:34 +0000 (20:55 +0200)
Add this alternative to gnome-extra/gnome-shell-extensions-topicons-plus,
that is not actively maintained for a long time

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
gnome-extra/gnome-shell-extension-appindicator/Manifest [new file with mode: 0644]
gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild [new file with mode: 0644]
gnome-extra/gnome-shell-extension-appindicator/metadata.xml [new file with mode: 0644]

diff --git a/gnome-extra/gnome-shell-extension-appindicator/Manifest b/gnome-extra/gnome-shell-extension-appindicator/Manifest
new file mode 100644 (file)
index 0000000..1de11cd
--- /dev/null
@@ -0,0 +1 @@
+DIST gnome-shell-extension-appindicator-33.tar.gz 32600 BLAKE2B d24e18dc3697baf5f6a5466da6ba6bc4e699bb20cabde80dcfb007b339246cfb940af4407bc99d22632a1dfa1fe255a60fcf608ec50af88e3edbb2dcbceddf69 SHA512 ceb79a1fa22440210477e53e1ebca3db3ea81eb8a45613c46d37f44ebb3e063b626a073df519af978becf1c6a83d68c02a26f22bf0a9ed43e2299bbab7acb599
diff --git a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-33.ebuild
new file mode 100644 (file)
index 0000000..933325e
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Support Ubuntu AppIndicators and KStatusNotifierItems in Gnome"
+HOMEPAGE="https://github.com/ubuntu/gnome-shell-extension-appindicator"
+SRC_URI="https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       app-eselect/eselect-gnome-shell-extensions
+       dev-libs/libappindicator:3
+       >=gnome-base/gnome-shell-3.34
+"
+DEPEND=""
+BDEPEND=""
+
+src_compile () { :; }
+
+src_install() {
+       einstalldocs
+       dodoc AUTHORS.md
+       rm -f AUTHORS.md LICENSE Makefile README.md || die
+
+       insinto /usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com
+       doins -r *
+}
+
+pkg_postinst() {
+       ebegin "Updating list of installed extensions"
+       eselect gnome-shell-extensions update
+       eend $?
+}
diff --git a/gnome-extra/gnome-shell-extension-appindicator/metadata.xml b/gnome-extra/gnome-shell-extension-appindicator/metadata.xml
new file mode 100644 (file)
index 0000000..020b406
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>pacho@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>