updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-extension-lhsmenu / PKGBUILD
blobe9b9bc14e399b6b57afc1fa11d38f243ad5f0fd5
1 # Maintainer:  Elder Marco <eldermarco at gmail dot com>
3 pkgname=gnome-shell-extension-lhsmenu
4 _pkgname=lhsmenu
5 pkgver=1.0
6 pkgrel=1
7 pkgdesc='LHS Mint Menu extension. Add a full menu to left-hand side of top panel'
9 license=('GPL2')
10 url="http://fpmurphy.com/gnome-shell-extensions"
11 source=("http://www.fpmurphy.com/gnome-shell-extensions/${_pkgname}-${pkgver}.tar.gz")
13 depends=('gnome-shell>=3.2.0')
15 arch=('any')
16 md5sums=('666639884937034d161cf90b48c2f2e8')
18 package () {
19     _uuid="${_pkgname}@fpmurphy.com"
20     cd "${srcdir}/${_uuid}"
22     # The extension
23     mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
24     cp -pr icons {extension.js,metadata.json,stylesheet.css} \
25         "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/"
27 # expandtab:tabstop=4:shiftwidth=4