Updated gnome shell extension

This commit is contained in:
layman 2021-03-25 13:24:10 +01:00
parent 7a32756a5d
commit 3158f5c12a
3 changed files with 49 additions and 0 deletions

View File

@ -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

View File

@ -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 $?
}

View File

@ -0,0 +1,8 @@
<?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>
<stabilize-allarches/>
</pkgmetadata>