updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / gnome-shell-extension-noa11y / PKGBUILD
blob74d8b62ef6919c4aef2ae5602cc864cebf0b3f13
1 # Maintainer: Alucryd <alucryd@gmail.com>
2 pkgname=gnome-shell-extension-noa11y
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="A gnome-shell extension to remove the Accessibility icon from the panel"
6 source=('http://www.fpmurphy.com/gnome-shell-extensions/noa11y-1.0.tar.gz')
7 md5sums=('9d47aaa3dd011408551cc64189dae2de')
8 arch=('any')
9 url="http://www.fpmurphy.com/gnome-shell-extensions/"
10 license=('GPL2')
11 depends=('gnome-shell')
13 package() {
14     cd "$srcdir"
15     mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
16     cp -R "noa11y@fpmurphy.com" "$pkgdir/usr/share/gnome-shell/extensions"