1 # Maintainer: Andy Kluger <gmail: AndyKluger>
5 pkgdesc="GTK+ Last.fm client built on Shell.FM and pyLast"
7 url="http://shell-fm.wikidot.com/hack:chipmunk-gtk-interface"
9 depends=('dbus-python' 'hicolor-icon-theme' 'socat' 'python2-pygtkhelpers-hg' 'python2-pylast' 'shell-fm-git')
10 optdepends=('python-keybinder: bind keys to standard keysyms (XF86AudioPlay, etc.)'
11 'python-notify: display notifications'
12 'surl: shorten the urls you share')
13 source=(http://cdn.bitbucket.org/EvilGnome/$pkgname/downloads/$pkgname-$pkgver.tar.gz)
14 md5sums=('b34bf928be0d7ba628a165dea474b7aa')
17 cd $srcdir/$pkgname-$pkgver
18 install -Dm755 chipmunk-radio.sh ${pkgdir}/usr/bin/$pkgname
19 install -Dm755 chipmunk-radio.py ${pkgdir}/usr/share/$pkgname/$pkgname.py
20 install -Dm755 chipmunk-radio.glade ${pkgdir}/usr/share/$pkgname/$pkgname.glade
21 install -Dm755 chipmunk-radio.desktop ${pkgdir}/usr/share/applications/$pkgname.desktop
22 install -Dm755 chipmunk-radio.png ${pkgdir}/usr/share/icons/hicolor/128x128/apps/$pkgname.png