Add gnome-extra/hideactivities
This commit is contained in:
parent
f59965360f
commit
39c873757c
2 changed files with 27 additions and 0 deletions
2
gnome-extra/hideactivities/Manifest
Normal file
2
gnome-extra/hideactivities/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
DIST Hide_Activitiesshay.shayel.org.v8.shell-extension.zip 2823 BLAKE2B 15f9fc82b2966453543b959edb5b99aa51f2b449760a8ca7dcba2612a33d71667d5a7bb0164119524f6e546d46bba4e222c4cb936bfbe534cdbaf2a395157ab5 SHA512 ac8413b7715a8b68271721e07ddbbb298befcdcc71344e3959e0b57c540be66c838ba83975ebf29466ed6a6dd4317300f5c2f85d98e53fc1a4f3de80203a7884
|
||||||
|
EBUILD hideactivities-8.ebuild 704 BLAKE2B fb256e52f4753e857f628c1b785eff8df921b657ecbaefaed1f22abdc96999ff4a4f5a271735f15526d5cbef6bf26cb7f9ba179c1e6e561793844f15c948e6a7 SHA512 b03ea7fa9e279af66e99dc815a0e969baa8450199395c64219b81e5ccb3301d94b2763fdc36717012e1af8ac7e3c8c7c39bb00840eb20794f27737277334d683
|
25
gnome-extra/hideactivities/hideactivities-8.ebuild
Normal file
25
gnome-extra/hideactivities/hideactivities-8.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2019-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DESCRIPTION="GNOME Shell extenstion to hide the Activities button from the status bar"
|
||||||
|
HOMEPAGE="https://extensions.gnome.org/extension/744/hide-activities-button/"
|
||||||
|
SRC_URI="https://extensions.gnome.org/extension-data/Hide_Activitiesshay.shayel.org.v${PV}.shell-extension.zip"
|
||||||
|
|
||||||
|
LICENSE="Unlicense"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=gnome-base/gnome-shell-3.10"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
GNOME_EXT_UUID="Hide_Activities@shay.shayel.org"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/gnome-shell/extensions/${GNOME_EXT_UUID}"
|
||||||
|
doins "extension.js" "metadata.json" "stylesheet.css"
|
||||||
|
}
|
Loading…
Reference in a new issue