updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / gnome-shell-extension-skype-status / PKGBUILD
blob5a3c75f2a60dbf788ba361a4c6a57a1e068a17a4
1 # Maintainer: Jeremy Newton (Mystro256)
2 # Contributor: Jeremy Newton (Mystro256)
4 # Skype 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-skype-status
8 pkgver=3.2.1
9 pkgrel=2
10 pkgdesc="A gnome shell extension that places the tray icon from Skype on the top bar rather than the hidden bottom bar"
11 url="http://mo.morsi.org/blog/node/337"
12 depends=('skype' '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/skype.status@gnome-shell.morsi.org"
19         cp extension.js $pkgdir/usr/share/gnome-shell/extensions/skype.status@gnome-shell.morsi.org
20         cp metadata.json $pkgdir/usr/share/gnome-shell/extensions/skype.status@gnome-shell.morsi.org
22 md5sums=('4678196f004731a81c888b5bd1cd517d'
23          '1a3fdd2ddd5308f587f19712ac8b60be')