summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwout van Mansom2022-12-02 19:23:02 +0100
committerEwout van Mansom2022-12-02 19:23:02 +0100
commit994fb3727e94f572ff447c0b62ab6365fc191a5a (patch)
tree3d3c3377580092663bc33ef6d6d14b0e6cdec0e0
parent14c140b627cd774a465ae47b02b829bd277e3404 (diff)
downloadaur-994fb3727e94f572ff447c0b62ab6365fc191a5a.tar.gz
rmdir schemas directory from package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d109206dc9b9..5499421616e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-jiggle
pkgdesc = Gnome extension that highlights the cursor position when the mouse is moved rapidly.
pkgver = 8+r38+g436d1cf
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/jeffchannell/jiggle
arch = any
groups = gnome-shell-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 5c60d22c1e44..491eef6cc7a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _extname=jiggle
_uuid=jiggle@jeffchannell.com
pkgname=gnome-shell-extension-jiggle
pkgver=8+r38+g436d1cf
-pkgrel=7
+pkgrel=8
pkgdesc='Gnome extension that highlights the cursor position when the mouse is moved rapidly.'
arch=('any')
url='https://github.com/jeffchannell/jiggle'
@@ -53,6 +53,7 @@ package() {
# remove redundant gschema, as it available to glib-2.0 system wide
rm "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas/org.gnome.shell.extensions.jiggle.gschema.xml"
rm "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas/gschemas.compiled"
+ rmdir "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas"
chown root:root -R "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
}