summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86a56eb06bc9..085731f46841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 13:30:15 UTC 2016
+# Mon Apr 18 12:03:32 UTC 2016
pkgbase = gnome-shell-extension-workspace-grid
pkgdesc = Allows to configure your workspaces in a grid
- pkgver = 1.3.8.13
+ pkgver = 1.3.8.15
pkgrel = 1
url = https://github.com/zakkak/workspace-grid-gnome-shell-extension
install = gnome-shell-extension-workspace-grid.install
diff --git a/PKGBUILD b/PKGBUILD
index c206534fc101..c11f347cfc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pieter Goetschalckx <3.14.e.ter at gmail dot com>
pkgname=gnome-shell-extension-workspace-grid
-pkgver=1.3.8.13
+pkgver=1.3.8.15
pkgrel=1
pkgdesc="Allows to configure your workspaces in a grid"
arch=(any)
@@ -37,6 +37,8 @@ package() {
"${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/ws-switch-arrow-left.png"
install -m644 "${_uuid}/ws-switch-arrow-right.png" \
"${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/ws-switch-arrow-right.png"
+ install -m644 "${_uuid}/myWorkspaceSwitcherPopup.js" \
+ "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/myWorkspaceSwitcherPopup.js"
install -Dm644 "${_uuid}/schemas/org.gnome.shell.extensions.workspace-grid.gschema.xml" \
"${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.workspace-grid.gschema.xml"
}