updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / gnome-shell-extension-dropbox-status / PKGBUILD
blob12b02eb0d17e5041e768b2fa969fbce46fe7f16c
1 # Maintainer: Federico Giuliani <federico.giuliani86 at gmail dot com>
2 # Dropbox version of gnome-shell-extension-pidgin-status
3 # Thanks to kdas for PKGBUILD idea and Mo Morsi for extension idea
5 pkgname=gnome-shell-extension-dropbox-status
6 pkgver=3.2.1
7 pkgrel=2
8 pkgdesc="A gnome shell extension that places the tray icon from Dropbox on the top bar rather than the hidden bottom bar"
9 url="http://mo.morsi.org/blog/node/337"
10 depends=('gnome-shell')
11 source=('extension.js' 'metadata.json')
12 license=('GPL')
13 arch=('any')
14 build() {
15         cd "$srcdir"
16         mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/dropbox.status@gnome-shell.morsi.org"
17         cp extension.js $pkgdir/usr/share/gnome-shell/extensions/dropbox.status@gnome-shell.morsi.org
18         cp metadata.json $pkgdir/usr/share/gnome-shell/extensions/dropbox.status@gnome-shell.morsi.org
20 md5sums=('96bfdaa365b93724df466ead1c1628a9'
21          'b6a41f2e6c93e2b5568404e9405879f5')