1 #Contributor: MiddleofDreams <middleofdreams at gmail dot com>
5 pkgdesc="Pybber is experimental Jabber/XMPP client. One-window mode. Latest revision from git"
7 url="http://middleofdreams.wordpress.com/pybber"
9 depends=('python' 'python-dnspython' 'pygtk' 'gtk2' 'libwebkit' 'pywebkitgtk' 'xmpppy' 'libnotify' 'python-notify')
12 source=(pybber.sh pybber.desktop)
13 md5sums=('f48663e452b07d7d48475e115cd741cc'
14 '09cb5f431f447d5510bd2596286e73a0')
18 install -d $pkgdir/usr/{bin/,share/applications,share/pybber}
20 install -Dm755 $srcdir/pybber.sh $pkgdir/usr/bin/pybber
21 install -Dm644 $srcdir/pybber.desktop $pkgdir/usr/share/applications/
22 git clone git://github.com/middleofdreams/pybber.git
24 cp -r $srcdir/pybber/ $pkgdir/usr/share/
25 chmod 755 -R $pkgdir/usr/share/pybber