summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-11-07 08:17:15 -0700
committerMark Wagie2020-11-07 08:17:15 -0700
commit62c28da2e0406270a5ffca22a7606136e2762b56 (patch)
treeee5b43d10b8a8d399a9781fb03eae54b30a45f0f
parentc00bdaad9925aca18c13de16553d7e2320cb3226 (diff)
downloadaur-62c28da2e0406270a5ffca22a7606136e2762b56.tar.gz
don't remove compiled schemas
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe327f7310d..6ec664e3704d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-multi-monitors-add-on-git
pkgdesc = Adds panels and thumbnails for additional monitors.
- pkgver = 20.r2.g82a28a3
+ pkgver = 20.r5.gb883e19
pkgrel = 1
url = https://github.com/spin83/multi-monitors-add-on
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index c0a07ab87882..269019e4dd18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: smcdougall <simon at sjmcdougall dot com>
pkgname=gnome-shell-extension-multi-monitors-add-on-git
_pkgname=multi-monitors-add-on
-pkgver=20.r2.g82a28a3
+pkgver=20.r5.gb883e19
pkgrel=1
pkgdesc="Adds panels and thumbnails for additional monitors."
arch=('any')
@@ -35,7 +35,7 @@ package() {
"${locale}/LC_MESSAGES"/*.mo
done
- rm -rf {locale,schemas}
+ rm -rf locale
install -d "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
cp -a * "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"