commit:     4787affb249f8ec1db6b89d78bd3f68d20e4e68c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 11:38:13 2026 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 12:04:39 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4787affb

gnome-extra/gnome-shell-extension-alphabetical-grid: add 44.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../Manifest                                       |  1 +
 ...e-shell-extension-alphabetical-grid-44.0.ebuild | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/gnome-extra/gnome-shell-extension-alphabetical-grid/Manifest 
b/gnome-extra/gnome-shell-extension-alphabetical-grid/Manifest
index 3a9791b01a71..4a5452d7971c 100644
--- a/gnome-extra/gnome-shell-extension-alphabetical-grid/Manifest
+++ b/gnome-extra/gnome-shell-extension-alphabetical-grid/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-extension-alphabetical-grid-42.0.tar.gz 217938 BLAKE2B 
4ff9e57f150ecf10b82a95c1b198c02b94f9d0469fdb3f870e37b179bc4372b48ede3aec8c87b91184e21dcb418139a5fd225b8665ec4e97cbcb133764a17936
 SHA512 
126e483d87c602496940d69936267619d769f1f1e8f8942360945d959015f7a9a2366204bd9c8cfe1742e2ecd1412ac150b8351120e2707f32526eb4e7fe6f64
 DIST gnome-shell-extension-alphabetical-grid-43.0.tar.gz 218999 BLAKE2B 
fadbf8282f3b369903d98fe262ff0799be551e939812e0c8f262e1c1c983db47ef12db3451ebd2224ee98101831b288ced7f3c3e3c1b30992b1cd8d2e0ab10fa
 SHA512 
e7da06d66cca311188a69c4cbbe22b5f63e0f2cc304b7e3727e534dd193b7f18280d996542b25f34071ec6246e95bf8b62bcadd3459006d97d9ae677572767fc
+DIST gnome-shell-extension-alphabetical-grid-44.0.tar.gz 218946 BLAKE2B 
f4e91b83c20eb9aa2f515596438b6916fd5a6e454e7bb21674f8beb7376bbc5eff1354e6226aaba30142cdf0e9464c44ffaa41636a3ca5e9ab92aed70df75496
 SHA512 
487cfe3f34d9f358c064f3d1657a3a62809f8870767e866487e77bbe1dcb30a20f2308bb73a61a97424d51631998c538b625e898bac1e296c4bb89c8840e5eae

diff --git 
a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-44.0.ebuild
 
b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-44.0.ebuild
new file mode 100644
index 000000000000..d6ae533ee077
--- /dev/null
+++ 
b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-44.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils
+
+# Useful specially to prevent
+# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4684
+# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3180
+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"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       app-eselect/eselect-gnome-shell-extensions
+       >=gnome-base/gnome-shell-45
+       gui-libs/libadwaita
+"
+DEPEND="${COMMON_DEPEND}"
+
+extension_uuid="AlphabeticalAppGrid@stuarthayhurst"
+
+# Tests are only useful for upstream
+RESTRICT="test"
+
+# Not useful for us
+src_compile() { :; }
+
+src_install() {
+       einstalldocs
+       mv docs/icon.svg extension || die
+       cd extension || die
+       insinto /usr/share/glib-2.0/schemas
+       doins schemas/*.xml
+       rm -rf schemas || die
+       insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
+       doins -r *
+}
+
+pkg_preinst() {
+       gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+       gnome2_schemas_update
+       ebegin "Updating list of installed extensions"
+       eselect gnome-shell-extensions update
+       eend $?
+}
+
+pkg_postrm() {
+       gnome2_schemas_update
+}

Reply via email to