updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / gnome-shell-extension-remove-accessibility-icon / PKGBUILD
blob01d7dabc6647acee5b4dafacdb03eb1ba396b15a
1 # Maintainer:  Elder Marco <eldermarco at gmail dot com>
3 pkgname=gnome-shell-extension-remove-accessibility-icon
4 _pkgname=remove-accessibility-icon
5 pkgver=20111008
6 pkgrel=2
7 pkgdesc='A gnome-shell extension for removing the accessibility icon'
9 license=('BSD')
10 url="http://martin-weusten.de/projects/gnomeshell-extensions/remove-accessibility-icon/"
11 source=("http://martin-weusten.de/wp-content/uploads/2011/05/${_pkgname}${pkgver}-1019.tar.gz")
13 depends=('gnome-shell>=3.2.0')
15 arch=('any')
16 md5sums=('4c1721c13fcb45594b1007690c4eba68')
18 package(){
19     _uuid="${_pkgname}@martin-weusten.de"
20     cd "${srcdir}/${_uuid}"
22     # The extension
23     mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
24     install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
25         "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
27     # License file
28     mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
29     install -Dp -m 644 COPYING \
30         "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
32 # expandtab:tabstop=4:shiftwidth=4