summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-12-25 10:27:59 -0800
committerLlewelyn Trahaearn2017-12-25 10:27:59 -0800
commitc2b87114d93b0eea65b7cf7b77f9a9b93d4ce60f (patch)
treeee9b9e3cca443cf46e3a166cd08de45928a0bb36
parent06e69dedb78a9face1ca4ef218ac57e82cbcedc4 (diff)
downloadaur-c2b87114d93b0eea65b7cf7b77f9a9b93d4ce60f.tar.gz
Include missing file.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4df3603c159..4b44f63f4198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Nov 25 00:39:33 UTC 2017
+# Mon Dec 25 18:27:20 UTC 2017
pkgbase = gnome-shell-extension-easyscreencast-git
pkgdesc = Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature.
pkgver = 0.10.r67.g9322adf
diff --git a/PKGBUILD b/PKGBUILD
index 56bb814d1dbc..c85554778197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ package() {
_extname=$(grep -Po '(?<="uuid": ")[^"]*' metadata.json)
_destdir="${pkgdir}/usr/share/gnome-shell/extensions/${_extname}"
# Copy extension files into place.
- find -maxdepth 1 \( -iname '*.js*' -or -iname '*.css' -or -iname '*.ui' -or -iname '*.gtkbuilder' \) -exec install -Dm644 -t "${_destdir}" '{}' +
+ find -maxdepth 1 \( -iname '*.js*' -or -iname '*.css' -or -iname '*.ui' -or -iname '*.gtkbuilder' -or -iname '*.glade' \) -exec install -Dm644 -t "${_destdir}" '{}' +
find -maxdepth 2 \( -iname '*.svg*' \) -exec install -Dm644 -t "${_destdir}/images" '{}' +
find -name '*.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas" '{}' +
cd "${srcdir}/${pkgname}/locale"