Add nohotcorner

This commit is contained in:
madmaurice 2020-01-01 01:19:18 +01:00
parent 727331900d
commit b08c391cbf
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST nohotcorner-19.tar.gz 7882 BLAKE2B 8c73c973c2dc6df2d37a68cd004d1c50e1cf071bd696a3a72708151a662e3805ee4cb0e3b71282e23b3dd9eccab59ab23744fe2e97f774e463ffceafccc5596a SHA512 f726ed29272465cc5a60abab23dbd97f86fe202fc3deacf091e3818a9feb9af11b3a12cf958fbf7cc34615abc72bd9777927a77c0e1b89525060dc98c8cf912b
EBUILD nohotcorner-19.ebuild 649 BLAKE2B 63df729ac8b3fca982159711c6bb775959c5a7b9b0af05a32325859fc07f542d44b5471cf46bba6b4a9e82078fdcbb9dede262e9840c655387989d77885203c1 SHA512 68f4e0dc6e77acb7b60bcc3ab9dda8a3f7e07f6039f673858075ae6f6660b6690d74acf9b534730b1f3e3403c072727351fdaa4580a5473da5fc77c8498fd958

View File

@ -0,0 +1,28 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="
Gnome-shell extension disabling hotcorners
"
COMMIT="d92406f13d87a82c960d177c21619c1b0f8e2c8c"
HOMEPAGE="https://github.com/HROMANO/nohotcorner"
SRC_URI="https://github.com/HROMANO/nohotcorner/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="
>=gnome-base/gnome-shell-3.8"
DEPEND="${RDEPEND}"
S="$WORKDIR/${PN}-${COMMIT}"
GNOME_EXT_UUID="${PN}@azuri.free.fr"
src_install() {
insinto "/usr/share/gnome-shell/extensions/${GNOME_EXT_UUID}"
doins "extension.js" "metadata.json"
}