From 3158f5c12a2d65191f272e131353375ad4e7eab5 Mon Sep 17 00:00:00 2001 From: layman Date: Thu, 25 Mar 2021 13:24:10 +0100 Subject: [PATCH] Updated gnome shell extension --- .../Manifest | 3 ++ ...ome-shell-extension-appindicator-35.ebuild | 38 +++++++++++++++++++ .../metadata.xml | 8 ++++ 3 files changed, 49 insertions(+) create mode 100644 gnome-extra/gnome-shell-extension-appindicator/Manifest create mode 100644 gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-35.ebuild create mode 100644 gnome-extra/gnome-shell-extension-appindicator/metadata.xml diff --git a/gnome-extra/gnome-shell-extension-appindicator/Manifest b/gnome-extra/gnome-shell-extension-appindicator/Manifest new file mode 100644 index 0000000..d441f39 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-appindicator/Manifest @@ -0,0 +1,3 @@ +DIST gnome-shell-extension-appindicator-35.tar.gz 39663 BLAKE2B 1aa50745e601fc907c5e7372dea64a42a145799eda945c6b1d720bb05bf729ec9ea6c74b28d3e9724aea9ec196d3b059a412fc6eacdb0323d1d201c4bb7fbab3 SHA512 4a69c5aa000ceee2d85af115238a1cf4f3f1709057b34cf6c400dd233434475183b3338e3c2abb8c05abf2a088ad119f60a05e049134a019cd6158d30130dc24 +EBUILD gnome-shell-extension-appindicator-35.ebuild 899 BLAKE2B 3827e3dff875e238cf07e61be9caabccd2d04f1b515cf2c3697595f163da0e5865bcf2eb9f88bb1d239f04b84b7846b2382761976c7e16df069ed45e95846671 SHA512 49f7bba575fbf669f12595328349958aee645d1e7ef3572f1ffebcb8c5fa6b8896afa7c6fcab4f12391fe3834002e15b2e081db4b2e470dad3ae9808103015ee +MISC metadata.xml 240 BLAKE2B 63b29b3fa5f9613689cca20017685c7b8fda461b37bd79b15deb70b8691afdbb1a262dac93cb3520a9d9e9c49ba745f8c797b269bb41933391a5a94667bb1c24 SHA512 2d1e63e0f72d6332021e3c9bdacb1e2b203a31b907c5a93c305e4f7b0eeef0856fb0cca37bc0d7d3d1ba77b08f81c7626f834239e3484e13032cedf59304239e diff --git a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-35.ebuild b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-35.ebuild new file mode 100644 index 0000000..b94cde3 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-35.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 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 index 0000000..5b5fad3 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-appindicator/metadata.xml @@ -0,0 +1,8 @@ + + + + + pacho@gentoo.org + + +