You are not logged in.

#1 2004-04-04 15:33:58

topito
Member
From: Catalonia
Registered: 2004-03-25
Posts: 118
Website

eventwatcher

EventWatcher is a KDE application which notifies you about various events. "Events" are pieces of information about, for example, news ticker or blog updates, new emails, user logons, system warnings, hardware events etc. They get collected by EventWatcher plugins and sent to the main application which lives in the KDE system tray for most of the time and displays this information.

Available plugins:
- DCOP: Receives "events" via KDE's desktop communication protocol, for example from other KDE applications or scripts.
- Log File Monitor: Reports changes in log files.
- RSS Feed Monitor: Watches RSS feeds provided by many news sites and blogs.

The PKGBUILD:

pkgname=eventwatcher
pkgver=0.3
pkgrel=1
pkgdesc="EventWatcher is a KDE application which notifies you about various events"
url="http://eventwatcher.sourceforge.net/"
depends=('kdenetwork')
source=(http://osdn.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('b190e3d1d681d7335516dd851fbe0972')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

Offline

Board footer

Powered by FluxBB