summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmcdougall2015-10-19 15:52:16 -0400
committersmcdougall2015-10-19 15:52:16 -0400
commite07533b37906d753f46a289e78ddc044c975e907 (patch)
tree559664ac946dd3db06af94f2f163a94f1e53ce2b
parent9b83b3fbe53c062af86fd5dbb6783c98163bbd6b (diff)
downloadaur-e07533b37906d753f46a289e78ddc044c975e907.tar.gz
20151019-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 300e9d910392..3a5d5d5256f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-multi-monitors-add-on-git
pkgdesc = Extension inspired by https://github.com/darkxst/multiple-monitor-panels and rewritten from scratch for gnome-shell version 3.10.4. Adds panels and thumbnails for additional monitors. Settings changes are applied in dynamic fashion, no restart needed.
- pkgver = 20151019
+ pkgver = 20151019-1
pkgrel = 1
url = https://github.com/spin83/multi-monitors-add-on
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 81706beef103..5ff11828b949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: smcdougall <smcdougall.mot at gmail dot com>
pkgname=gnome-shell-extension-multi-monitors-add-on-git
-pkgver=20151019
+pkgver=20151019-1
pkgrel=1
pkgdesc="Extension inspired by https://github.com/darkxst/multiple-monitor-panels and rewritten from scratch for gnome-shell version 3.10.4. Adds panels and thumbnails for additional monitors. Settings changes are applied in dynamic fashion, no restart needed."
arch=('any')
@@ -42,6 +42,8 @@ package() {
"${pkgdir}/usr/share/gnome-shell/extensions/${uuid}/prefs.js"
install -m644 "${uuid}/indicator.js" \
"${pkgdir}/usr/share/gnome-shell/extensions/${uuid}/indicator.js"
+ install -m644 "${uuid}/mmlayout.js" \
+ "${pkgdir}/usr/share/gnome-shell/extensions/${uuid}/mmlayout.js"
install -m644 "${uuid}/mmoverview.js" \
"${pkgdir}/usr/share/gnome-shell/extensions/${uuid}/mmoverview.js"
install -m644 "${uuid}/mmpanel.js" \