1 # Maintainer: keshto[at]gmail
3 pkgname=gnome-shell-extension-pidgin-status
6 pkgdesc="Extension to move the Pidgin icon from the notification area (bottom bar) to the status area (top bar)."
7 url="http://mo.morsi.org/blog/node/337"
8 depends=('pidgin' 'dbus-core' 'libpurple' 'gnome-shell')
9 source=('extension.js' 'metadata.json')
14 mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/pidgin.status@gnome-shell.morsi.org"
15 cp extension.js $pkgdir/usr/share/gnome-shell/extensions/pidgin.status@gnome-shell.morsi.org
16 cp metadata.json $pkgdir/usr/share/gnome-shell/extensions/pidgin.status@gnome-shell.morsi.org
19 md5sums=('0851462b82bc5d95824f0f8b760b8320'
20 '83068f35e6ffc5a4f78afc88fa5cff08')