summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2022-09-06 12:29:48 -0700
committerLlewelyn Trahaearn2022-09-06 12:29:48 -0700
commit01724c828fe2bce71c20535d60597360739c94a6 (patch)
tree0f0b4a7b78ccb79b4462e15f86ba07695bb46f10
parente1f1cd60ee37468aaa93129528ddb48cb9a930e3 (diff)
downloadaur-01724c828fe2bce71c20535d60597360739c94a6.tar.gz
Include missing file to fix issue with settings.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7adeb95c39fe..526d9604fb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-easyscreencast-git
pkgdesc = Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature.
- pkgver = 1.1.0.r0.g4d48548
+ pkgver = 1.7.0.r0.g04a9dfa
pkgrel = 1
url = https://github.com/EasyScreenCast/EasyScreenCast
arch = any
@@ -14,4 +14,3 @@ pkgbase = gnome-shell-extension-easyscreencast-git
sha512sums = SKIP
pkgname = gnome-shell-extension-easyscreencast-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 362b8588afea..e533c267b534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
pkgname="gnome-shell-extension-easyscreencast-git"
-pkgver=1.1.0.r0.g4d48548
+pkgver=1.7.0.r0.g04a9dfa
pkgrel=1
pkgdesc="Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature."
arch=('any')
@@ -28,7 +28,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' -or -iname '*.glade' \) -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 locale