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
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')
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')