1 # Maintainer: Elder Marco <eldermarco at gmail dot com>
3 pkgname=gnome-shell-extension-rhsmenu
7 pkgdesc='RHS Mint Menu extension. Add a full menu to right-hand side of top panel'
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')
16 md5sums=('56a994cbfb4cd84a83c4322ce2473210')
19 _uuid="${_pkgname}@fpmurphy.com"
20 cd "${srcdir}/${_uuid}"
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