summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-10-23 21:40:22 -0600
committerMark Wagie2020-10-23 21:40:22 -0600
commit1510e184c654d1ab72a601406b7234a895dddf1c (patch)
tree2bfe3803d0f85c84d5d8ffed0f7eb136de9d3894 /PKGBUILD
parent4ca66598f5694e5de272612f739f1162c5a8894b (diff)
downloadaur-1510e184c654d1ab72a601406b7234a895dddf1c.tar.gz
install schemas XML in extension folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f28c1d780aa1..6cec06c619cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ryanvade
pkgname=gnome-shell-extension-hibernate-status-git
pkgver=1.9.r1.gc14c68d
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Shell extension that adds a hibernate/hybrid suspend button in Status menu."
arch=('any')
url="https://github.com/arelange/gnome-shell-extension-hibernate-status"
@@ -31,7 +31,7 @@ package() {
cd "$srcdir/${pkgname%-git}"
install -Dm644 schemas/*.xml -t "$pkgdir/usr/share/glib-2.0/schemas"
- install -Dm644 schemas/*.compiled -t \
+ install -Dm644 schemas/*.{compiled,xml} -t \
"$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas"
install -m644 *.js *.json -t "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
}