1 # Maintainer: Elder Marco <eldermarco at gmail dot com>
3 pkgname=gnome-shell-extension-remove-accessibility-icon
4 _pkgname=remove-accessibility-icon
7 pkgdesc='A gnome-shell extension for removing the accessibility icon'
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')
16 md5sums=('4c1721c13fcb45594b1007690c4eba68')
19 _uuid="${_pkgname}@martin-weusten.de"
20 cd "${srcdir}/${_uuid}"
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}"
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