You are not logged in.

#1 2006-05-07 13:00:42

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

kcpufreq

Hi!

I just found a little appplication that shows the current cpufreq in tha KDE panel. Maybe someone is interested in it.
Since I don't have a working frequency scaling daemon on my computer I couldn't test it yet, but the PKGBUILD should look like that:

pkgname=kcpufreq
pkgver=0.3
pkgrel=1
pkgdesc="A Kde panel applet that displays the current CPU frequency"
url="http://www.wastl.net/projects_html"
license=""
depends=('cpufrequtils')
makedepends=('cpufrequtils')
conflicts=()
replaces=()
backup=()
install=
source=(http://www.wastl.net/download/kcpufreq/$pkgname-$pkgver.tar.gz)
md5sums=('3b9670c79a7cf62ec4ae4a8b211cb194')

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

Have fun with it!

Offline

Board footer

Powered by FluxBB