summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2015-08-05 12:48:42 -0700
committerLlewelyn Trahaearn2015-08-05 12:48:42 -0700
commitf3c8f353e9bd39376728cdaac45bfb264d1ae08b (patch)
treeb7e604bb3b842926d23e016f876a6140a1cac636
parente6077603dad6439e068625e172cb6e7eaed4b187 (diff)
downloadaur-f3c8f353e9bd39376728cdaac45bfb264d1ae08b.tar.gz
Modified install location of locales and schema.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f57b3986101..58972215e658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.9.7.1.r4.gef69b61
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/iacopodeenosee/EasyScreenCast
install = gschemas.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0d2c473b9a1b..6d9319cd9ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="gnome-shell-extension-easyscreencast-git"
pkgver=0.9.7.1.r4.gef69b61
-pkgrel=2
+pkgrel=3
pkgdesc="Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature."
arch=('any')
url="https://github.com/iacopodeenosee/EasyScreenCast"
@@ -38,11 +38,11 @@ package() {
# 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 2 \( -iname '*.svg*' \) -exec install -Dm644 -t "${_destdir}/images" '{}' +
- find -maxdepth 2 \( -wholename '*schemas/*' \) -exec install -Dm644 -t "${_destdir}/schemas" '{}' +
+ find -name '*.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas" '{}' +
cd "${srcdir}/${pkgname}/locale"
for locale in */
do
- install -Dm644 -t "${_destdir}/locale/${locale}/LC_MESSAGES" "${locale}/LC_MESSAGES"/*.mo
+ install -Dm644 -t "${pkgdir}/usr/share/locale/${locale}/LC_MESSAGES" "${locale}/LC_MESSAGES"/*.mo
done
cd "${srcdir}/${pkgname}/locale-UI"
for locale in */