1 # Maintainer: gfreezy[at]gmail
3 pkgname=gnome-shell-extension-wicd-status
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')
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')