summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04b2acf3d32..78bf721391a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-fly-pie-git
pkgdesc = Fly-Pie is an innovative marking menu written as a GNOME Shell extension
- pkgver = 17.r6.gdafe2af
+ pkgver = 24.r17.g131c429
pkgrel = 1
url = https://github.com/Schneegans/Fly-Pie
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 04c7f959fde3..1466e76dd934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=gnome-shell-extension-fly-pie-git
-pkgver=17.r6.gdafe2af
+pkgver=24.r17.g131c429
pkgrel=1
pkgdesc="Fly-Pie is an innovative marking menu written as a GNOME Shell extension"
arch=('any')
@@ -28,6 +28,8 @@ build() {
package() {
cd "${pkgname%-git}"
_uuid='flypie@schneegans.github.com'
+
install -d "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
bsdtar -xvf $_uuid.zip -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
+ glib-compile-schemas "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas"
}