#Original PKGBUILD Contributor: Christian Estrella Rdz # #Slightly modified PKGBUILD by Despeboy (repie.the.despe@free.fr) # provides Volume Control on mousewheel instead of scrolling through the song #(see thread: http://www.kde-apps.org/content/show.php/Kirocker+Music+Display?content=52869 ) pkgname=kirocker pkgver=4.0Beta3 pkgrel=1 pkgdesc="Kicker applet that displays what you're listening to (with album cover and optionally in full-screen mode) and lets you control Amarok." url="http://www.kde-apps.org/content/show.php?content=52869" license=('GPL') depends=('kdebase') arch=('i686') conflicts=('kirocker') replaces=('kirocker') source=("http://slaout.linux62.org/kirocker/$pkgname-$pkgver.tar.gz" "http://repie.the.despe.free.fr/dev/$pkgname-$pkgver-volume.patch" ) md5sums=('566287843dd4d9f0282ce727b1ef4ec9' '3c2af8d1ddca0a830633c4cfeadaf72b' ) build() { cd $startdir/src/$pkgname-$pkgver msg "applying patch" patch -p0 < ../$pkgname-$pkgver-volume.patch sleep 2 ./configure --prefix=/opt/kde make || return 1 make DESTDIR=$startdir/pkg install }