summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82c26c9b00e9..005751744da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-alphabetical-grid-extension-git
pkgdesc = Restore the alphabetical ordering of the app grid, removed in GNOME 3.38
- pkgver = 22.0.r0.g557d442
+ pkgver = 27.0.r21.g1c4330f
pkgrel = 1
url = https://github.com/stuarthayhurst/alphabetical-grid-extension
arch = any
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}"
}