updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-extension-noa11y / PKGBUILD
blob259b24baec3c157edd812586ce08332e502e1fa1
1 # Maintainer:  Elder Marco <eldermarco at gmail dot com>
2 # Contributor: Alucryd <alucryd at gmail dot com>
4 pkgname=gnome-shell-extension-noa11y
5 _pkgname=noa11y
6 pkgver=2.1
7 pkgrel=1
8 pkgdesc="A gnome-shell extension to remove the accessibility icon from the panel"
10 license=('GPL2')
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')
16 arch=('any')
17 md5sums=('f43a1364e35bf525ddb4d0de106eefca')
19 package () {
20     _uuid="${_pkgname}@fpmurphy.com"
21     cd "$srcdir/$_uuid"
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