From b48dda747f08134cff00a0cae58073baab7255b4 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 18 May 2024 11:22:26 +0200 Subject: [PATCH] gnome-extra/gnome-shell-extension-alphabetical-grid: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos --- .../gnome-shell-extension-alphabetical-grid-40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild index 50291ca4a9f41..31617859a0b43 100644 --- a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild +++ b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-40.0.ebuild @@ -10,6 +10,7 @@ inherit gnome2-utils DESCRIPTION="Restore the alphabetical ordering of the app grid" HOMEPAGE="https://github.com/stuarthayhurst/alphabetical-grid-extension" SRC_URI="https://github.com/stuarthayhurst/alphabetical-grid-extension/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/alphabetical-grid-extension-${PV}" LICENSE="GPL-3" SLOT="0" @@ -22,7 +23,6 @@ RDEPEND=" " DEPEND="${COMMON_DEPEND}" -S="${WORKDIR}/alphabetical-grid-extension-${PV}" extension_uuid="AlphabeticalAppGrid@stuarthayhurst" # Tests are only useful for upstream