updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gnome-shell-extension-emesene-status / PKGBUILD
blob4ed8fc4c3142328a123d2c06096d1d449934bae6
1 # Maintainer: Daniel Chesters (Oni)
2 # Contributor: Jeremy Newton (Mystro256)
4 # Emesene version of gnome-shell-extension-pidgin-status
5 # Thanks to kdas for PKGBUILD idea and Mo Morsi for extension idea
7 pkgname=gnome-shell-extension-emesene-status
8 pkgver=3.2
9 pkgrel=1
10 pkgdesc="A gnome shell extension that places the tray icon from Emesene on the top bar rather than the hidden bottom bar"
11 url="http://mo.morsi.org/blog/node/337"
12 depends=('emesene' 'gnome-shell')
13 source=('extension.js' 'metadata.json')
14 license=('GPL')
15 arch=('any')
16 build() {
17         cd "$srcdir"
18         mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/emesene.status@gnome-shell.morsi.org"
19         cp extension.js $pkgdir/usr/share/gnome-shell/extensions/emesene.status@gnome-shell.morsi.org
20         cp metadata.json $pkgdir/usr/share/gnome-shell/extensions/emesene.status@gnome-shell.morsi.org
22 md5sums=('6646d5781efa1e0ca1a73cdcfc64cd6e'
23          'e0b672a769152d397e0fd896fa70b626')