Package Details: gnome-shell-extension-alphabetical-grid-extension-git 27.0.r21.g1c4330f-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-alphabetical-grid-extension-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-alphabetical-grid-extension-git
Description: Restore the alphabetical ordering of the app grid, removed in GNOME 3.38
Upstream URL: https://github.com/stuarthayhurst/alphabetical-grid-extension
Licenses: GPL3
Conflicts: gnome-shell-extension-alphabetical-grid-extension
Provides: gnome-shell-extension-alphabetical-grid-extension
Submitter: igor-dyatlov
Maintainer: igor-dyatlov
Last Packager: igor-dyatlov
Votes: 2
Popularity: 0.008521
First Submitted: 2021-09-03 13:56 (UTC)
Last Updated: 2023-02-18 15:03 (UTC)

Latest Comments

igor-dyatlov commented on 2023-02-18 15:04 (UTC)

@craigacgomez: fix

craigacgomez commented on 2023-02-15 18:53 (UTC) (edited on 2023-02-15 18:53 (UTC) by craigacgomez)

Looks like the build script has been update. The package zip is now created in a "build" subfolder by default.

Either change the BUILD_DIR location for make make BUILD_DIR="." package

Or change the location for the zip to be extracted by bsdtar bsdtar xvf "build/$_uuid.shell-extension.zip" -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"

doppelhelix commented on 2022-04-10 20:11 (UTC)

you're right. git pull is such a nice feature ;)

yochananmarqos commented on 2022-04-07 21:38 (UTC)

@doppelhelix: Check again. The gschema XML moved from schemas/ to extension/schemas/. I maintain my own PKGBUILD.

doppelhelix commented on 2022-04-07 21:10 (UTC) (edited on 2022-04-07 21:11 (UTC) by doppelhelix)

install: cannot stat 'schemas/org.gnome.shell.extensions.AlphabeticalAppGrid.gschema.xml': No such file or directory

line 35 should read

install -Dm644 "${_install_dir}/schemas/org.gnome.shell.extensions.AlphabeticalAppGrid.gschema.xml" -t "${pkgdir}/usr/share/glib-2.0/schemas/"

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

The unzip binary is part of unzip, not zip. Use bsdtar instead:

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