1 # Contributor: Nazarov Pavel <nazarov.pn@gmail.com>
3 pkgname=gnome-shell-extension-hide-dash-git
6 pkgdesc="gnome-shell-extension-hide-dash is a simple extension that hides the dash from the activities overview"
8 url="https://github.com/zacbarton/gnome-shell-extension-hide-dash"
9 groups=('gnome-shell-extensions')
11 depends=('gnome-shell')
13 _gitroot="git://github.com/zacbarton/gnome-shell-extension-hide-dash.git"
14 _gitname="gnome-shell-extension-hide-dash"
17 msg "Connecting to GIT server...."
19 if [ -d $startdir/src/$_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
26 msg "GIT checkout done or server timeout"
31 install -Dm644 hide-dash@zacbarton.com/extension.js $pkgdir/usr/share/gnome-shell/extensions/hide-dash@zacbarton.com/extension.js
32 install -Dm644 hide-dash@zacbarton.com/metadata.json $pkgdir/usr/share/gnome-shell/extensions/hide-dash@zacbarton.com/metadata.json