summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 690f2965c2e6..a4b54b1c8a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=gnome-shell-extension-alphabetical-grid-extension-git
-pkgver=22.0.r0.g557d442
+pkgver=27.0.r21.g1c4330f
pkgrel=1
pkgdesc="Restore the alphabetical ordering of the app grid, removed in GNOME 3.38"
arch=('any')
@@ -30,10 +30,9 @@ package() {
cd "$srcdir/${_source}"
install -d "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}"
- bsdtar xvf "$_uuid.shell-extension.zip" -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"
+ bsdtar xvf "build/$_uuid.shell-extension.zip" -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"
+
install -Dm644 "extension/schemas/org.gnome.shell.extensions.AlphabeticalAppGrid.gschema.xml" -t \
"$pkgdir/usr/share/glib-2.0/schemas/"
-
- rm -rf "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/schemas/"
- rm "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/LICENSE.txt"
+ install -Dm644 "LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname%-git}"
}