updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-extension-wicd-status / PKGBUILD
blobf66c64db9acbe68f3d8a221f272ea157448ed4cb
1 # Maintainer: gfreezy[at]gmail
3 pkgname=gnome-shell-extension-wicd-status
4 pkgver=0.1
5 pkgrel=1
6 url="http://blog.norida.me/blog/2011/12/05/move-wicds-icon-to-gnome-shells-status-bar-top-bar/"
7 pkgdesc="Extension to move the Wicd icon from the notification area (bottom bar) to the status area (top bar)."
8 depends=('wicd' 'gnome-shell')
9 source=('extension.js' 'metadata.json')
10 license=('GPL')
11 arch=('any')
12 build() {
13         cd "$srcdir"
14         mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/wicd.status@gnome-shell.gnome.org"
15         cp extension.js $pkgdir/usr/share/gnome-shell/extensions/wicd.status@gnome-shell.gnome.org
16         cp metadata.json $pkgdir/usr/share/gnome-shell/extensions/wicd.status@gnome-shell.gnome.org
18 md5sums=('1e441b7c4217a3c6626eb673766f74b2'
19          '994e6e5646cff885442b17ca56cb24c6')