summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-01-06 16:36:27 +0200
committerjonian2021-01-06 16:36:27 +0200
commit06796301b047ba29a32701ff4835851865991204 (patch)
treeebd2e4ff1dcef170667aa800f2ce8a1a3abf2d1b
parent836ece898cac4f2b7daf2ca5e077ec0e3087f9e2 (diff)
downloadaur-06796301b047ba29a32701ff4835851865991204.tar.gz
fix missing gschema
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df521ebbdbb3..8a364685a1a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-unite
pkgdesc = Unite makes GNOME Shell look like Ubuntu Unity Shell
pkgver = 44
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hardpixel/unite-shell
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f39c25845111..63857c9bf353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-shell-extension-unite
pkgver=44
-pkgrel=1
+pkgrel=2
pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell"
arch=("any")
url="https://github.com/hardpixel/unite-shell"
@@ -15,4 +15,7 @@ md5sums=("18b5a37d3454c4db825b4ce1d3d16998")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_"
+ install -d "$pkgdir/usr/share/glib-2.0" && mv "$pkgdir/usr/share/gnome-shell/extensions/unite@hardpixel.eu/schemas" "$_"
+
+ rm -f "$pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled"
}