summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Schendel2021-02-23 10:53:10 +0100
committerChristian Schendel2021-02-23 10:53:10 +0100
commit0630a9efbe3c28166a819fd71bbd54da14b99ba8 (patch)
tree8e47b98877d5461f2033ef9413a2abe1b93cfe53 /PKGBUILD
parented26bb47a56c9856b8516034d65e3ba6b74753c1 (diff)
downloadaur-0630a9efbe3c28166a819fd71bbd54da14b99ba8.tar.gz
fix missing gschema
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 110ee5277fe9..7b0efee64463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
pkgver=10.r5.g5758bc7
-pkgrel=2
+pkgrel=3
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
@@ -25,7 +25,7 @@ package() {
local schema=$(grep -Po '(?<="settings-schema": ")[^"]*' metadata.json).gschema.xml
local destdir="${pkgdir}/usr/share/gnome-shell/extensions/${uuid}"
install -dm755 "${destdir}"
- find . -regextype posix-egrep -regex ".*\.(js|json|xml|css|mo)$" -exec\
+ find . -regextype posix-egrep -regex ".*\.(js|json|xml|css|mo|compiled)$" -exec\
install -Dm 644 {} ${destdir}/{} \;
install -Dm644 "${srcdir}/${pkgname%-git}/schemas/${schema}" \
"${pkgdir}/usr/share/glib-2.0/schemas/${schema}"