commit: a26a23c2c0f829b487aa3574d436f9fb83b77dfd Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 12:39:06 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Dec 2 12:59:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26a23c2
gnome-extra/gnome-shell-extension-applications-overview-tooltip: fix pkgcheck warnings Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../gnome-shell-extension-applications-overview-tooltip-22.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild index e55785baedc5..fe7b207c9a4e 100644 --- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild +++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-22.ebuild @@ -7,6 +7,8 @@ inherit gnome2-utils DESCRIPTION="Show tooltip with full name and description" HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip" SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/gnome-shell-extension-}" +extension_uuid="applications-overview-tooltip@RaphaelRochet" # https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7 LICENSE="public-domain" @@ -18,9 +20,6 @@ RDEPEND=" >=gnome-base/gnome-shell-46 " -S="${WORKDIR}/${P/gnome-shell-extension-}" -extension_uuid="applications-overview-tooltip@RaphaelRochet" - src_install() { einstalldocs insinto /usr/share/glib-2.0/schemas
