updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / gnome-shell-extension-pidgin-status / PKGBUILD
blob1eb5419434f9162cb747944796ffdb350b17ac22
1 # Maintainer: keshto[at]gmail
3 pkgname=gnome-shell-extension-pidgin-status
4 pkgver=3.2
5 pkgrel=3
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')
10 license=('GPL')
11 arch=('any')
12 build() {
13         cd "$srcdir"
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')