Package Details: gnome-shell-extension-alphabetical-grid-extension 43.0-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-alphabetical-grid-extension.git (read-only, click to copy)
Package Base: gnome-shell-extension-alphabetical-grid-extension
Description: Alphabetically order GNOME's app grid and folders
Upstream URL: https://github.com/stuarthayhurst/alphabetical-grid-extension
Licenses: GPL-3.0-or-later
Submitter: eh8
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 6
Popularity: 0.068151
First Submitted: 2021-08-20 09:58 (UTC)
Last Updated: 2025-08-16 17:10 (UTC)

Latest Comments

drakkar1969 commented on 2025-08-12 16:43 (UTC)

Thanks, can confirm it's working now

yochananmarqos commented on 2025-08-10 16:54 (UTC)

@drakkar1969: Oh, oops. I was using my VCS version, forgot to test. Fixed.

drakkar1969 commented on 2025-08-10 06:01 (UTC) (edited on 2025-08-10 06:02 (UTC) by drakkar1969)

Thanks for the update to version 43.

The package will not build for version 43, however, as the last line in the package() function needs to be changed to:

rm -v "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/LICENCE.txt"

(LICENSE.txt was renamed to LICENCE.txt in the source code)

eh8 commented on 2022-01-18 17:34 (UTC) (edited on 2022-01-18 17:35 (UTC) by eh8)

@yochananmarqos Thanks for the tip, I've made your suggested change for the latest update

yochananmarqos commented on 2022-01-18 15:52 (UTC)

unzip is not necessary and it's missing from makedepends(). Use bsdtar instead:

bsdtar xvf ${_uuid}.shell-extension.zip -C ${_install_dir}