1 # Maintainer: Elder Marco <eldermarco at gmail dot com>
2 # Contributor: Alucryd <alucryd at gmail dot com>
4 pkgname=gnome-shell-extension-noa11y
8 pkgdesc="A gnome-shell extension to remove the accessibility icon from the panel"
11 url="http://www.fpmurphy.com/gnome-shell-extensions/"
12 source=("http://www.fpmurphy.com/gnome-shell-extensions/${_pkgname}-${pkgver}.tar.gz")
14 depends=('gnome-shell>=3.2.0')
17 md5sums=('f43a1364e35bf525ddb4d0de106eefca')
20 _uuid="${_pkgname}@fpmurphy.com"
23 mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
24 install -p -m0644 extension.js metadata.json \
25 "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
27 # expandtab:tabstop=4:shiftwidth=4