summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-05 14:44:31 -0600
committerMark Wagie2023-05-05 14:44:31 -0600
commit07e6176f8188e9592bbd40d7172f2be4ef464b2e (patch)
treecb713d913da6fa50832253226f38569ec63f361b
parente6f16a7b884023a33604db00128d407a763d8e40 (diff)
downloadaur-07e6176f8188e9592bbd40d7172f2be4ef464b2e.tar.gz
install loale to system
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3ed8c417c56..3e920d81edb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-blur-my-shell-git
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
- pkgver = 33.r9.g2d5d5f8
+ pkgver = 46.r0.gc5b7f16
pkgrel = 1
url = https://github.com/aunetx/blur-my-shell
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 63658ac685dc..90e25aa37efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-shell-extension-blur-my-shell-git
_pkgname=blur-my-shell
-pkgver=33.r9.g2d5d5f8
+pkgver=46.r0.gc5b7f16
pkgrel=1
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
@@ -36,5 +36,9 @@ package() {
"$pkgdir/usr/share/glib-2.0/schemas/"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
- rm -rf "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas/"
+ install -d "$pkgdir/usr/share/locale"
+ cp -r "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/locale/"* \
+ "$pkgdir/usr/share/locale/"
+
+ rm -rf "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/"{locale,schemas}
}