1 # Contributor: vogo <vogo@seznam.cz>
3 pkgname=kdeplasma-applets-battery-ng
6 pkgdesc="This is a modification of the original battery plasmoid of plasma desktop. It allows interpolation between battery states which effectivly provides a continuous bar instead of only 6 fill states."
8 url="http://www.kde-look.org/content/show.php/show.php?content=117820"
11 depends=('kdebase-workspace>=4.3')
12 makedepends=('gcc' 'cmake' 'automoc4')
19 source=("http://kde-look.org/CONTENT/content-files/117820-battery-ng.tbz")
21 md5sums=('dfca88d30b4c22d0c82e140cf6ccc015')
25 mkdir build && cd build
26 cmake -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
28 make DESTDIR="$pkgdir/" install || return 1