You are not logged in.

#1 2009-02-07 19:02:04

tetonedge
Member
From: Fort Collins, CO
Registered: 2008-08-22
Posts: 71
Website

ibamtray - a tray icon/interface for ibam

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

#2 2009-06-20 03:03:44

keegan
Member
Registered: 2009-05-12
Posts: 54

Re: ibamtray - a tray icon/interface for ibam

I'm getting a 404 trying to build from the AUR.
Looks really neat tho!

Offline

#3 2009-06-20 03:05:10

tetonedge
Member
From: Fort Collins, CO
Registered: 2008-08-22
Posts: 71
Website

Re: ibamtray - a tray icon/interface for ibam

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

#4 2009-06-20 14:17:55

tetonedge
Member
From: Fort Collins, CO
Registered: 2008-08-22
Posts: 71
Website

Re: ibamtray - a tray icon/interface for ibam

All fixed, let me know how it works for you

Offline

Board footer

Powered by FluxBB