You are not logged in.
After using vubat for a couple of days and having my wife complain that it had not notifications, I decided to take it and rewrite it with libnotify support and a wider array of status icons based off the Tango group. I would love any comments and suggestions for improvement. I have posted a link to the source, binary package, and website below, along with the PKGBUILD which I have uploaded to AUR
Source
http://www.tetonedge.net/code/ibamtray/ … .02.tar.gz
Binary
http://www.tetonedge.net/repo/i686/ibam … pkg.tar.gz
Web
http://www.tetonedge.net/?page_id=223
PKGBUILD
# Contributor: Derek 'tetonedge' Tucker <derek at tetonedge.net>
pkgname=ibamtray
pkgver=0.02
pkgrel=2
pkgdesc="system tray ibam frontend based off of vubat"
arch=('i686' 'x86_64')
url="http://www.tetonedge.net/?page_id=223"
license=('GPL3')
depends=('ibam' 'python' 'pygtk' 'pygobject' 'python-notify' 'notification-daemon')
source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
md5sums=('7e9195b410eb5912f23bd0a96da84022')
build() {
cd $srcdir/$pkgname-$pkgver
python setup.py build || return 1
python setup.py install --prefix=$pkgdir/usr
}
Thanks!
Last edited by tetonedge (2009-02-07 19:09:03)
Offline
I'm getting a 404 trying to build from the AUR.
Looks really neat tho!
Offline
yeah sorry about that, I just moved to start a new job and my server went down. I am in the process of transitioning. I will try to get everything moved over this weekend.
Offline
All fixed, let me know how it works for you
Offline