You are not logged in.
Damn! I am just going nutz making packages today!
Here is a kde system tray applet that can hide icons like the system tray in windows.
Uploaded to incoming as systemtrayapplet2-0.21-2.src.tar.gz
PKGBUILD
# Maintainer: Joshua Rubin <joshua@cybertron.cc>
pkgname=systemtrayapplet2
pkgver=0.21
pkgrel=2
pkgdesc="KDE System Tray 2 - This is the KDE System Tray with icon hiding support"
url="http://www.kde-look.org/content/show.php?content=17732"
license="GPL"
depends=('kdelibs' 'x-server')
source=("http://www.kde-look.org/content/files/17732-$pkgname.tar.bz2")
md5sums=('d3fa9be02b7b98630505cedb7f9136c0')
build() {
cd $startdir/src/$pkgname
./configure
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline
Cool thing. Wish it would be standard in KDE. Maybe in 4...
jabber id: arael (at) fov (dot) pl
Offline