You are not logged in.
Pages: 1
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
Pages: 1