summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorr3b311i0n2017-10-09 23:29:40 +0530
committerr3b311i0n2017-10-09 23:29:40 +0530
commitd74bcbd7f3fb6ac878c588f0c76aa2c7f0ae887a (patch)
tree0fd2764bb66146d27e65e719d324cfdd4b6c97ac /PKGBUILD
parentf2cae6d5e52f8fe7f03fe6ce9504448c0140b8e8 (diff)
downloadaur-d74bcbd7f3fb6ac878c588f0c76aa2c7f0ae887a.tar.gz
Remove redundant schema compilation in build()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e819e59247f8..98ff6ae5a011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-extension-workspaces-to-dock
_gitname=workspaces-to-dock
pkgver=44_3.26
-pkgrel=1
+pkgrel=2
pkgdesc="Gnome shell extension, Workspaces to Dock, Transform Gnome Shell's overview workspaces into an intelligent dock."
arch=('any')
url="https://github.com/passingthru67/workspaces-to-dock"
@@ -15,11 +15,6 @@ conflicts=("${_gitname}-git")
source=("https://github.com/passingthru67/${_gitname}/archive/${_gitname}.v${pkgver}.tar.gz")
sha256sums=('adabf07456e75673eaa01147cf6f2f87bbd7ee88e22d07491eb314fc24730ad1')
-build() {
- cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"
- glib-compile-schemas "workspaces-to-dock@passingthru67.gmail.com/schemas/"
-}
-
package() {
cd "${srcdir}/${_gitname}-${_gitname}.v${pkgver}"
install -d "${pkgdir}/usr/share/gnome-shell/extensions"