1 # Maintainer: Gen2ly <toddrpartridge@gmail.com>
3 pkgname=kde-plasma-scripted-image
6 pkgdesc="KDE 4 plasmoid to script wallpaper changes"
8 url="http://kde-look.org/content/show.php/Scripted+Image+Wallpaper+Plugin?content=115147"
10 depends=('kdebase-workspace>=4.2.91')
12 install="$pkgname.install"
13 source=('http://kde-look.org/CONTENT/content-files/115147-scripted-image-wallpaper-plugin-0.2.tar.gz')
14 md5sums=('e9d4658e0b9e1437334f2af5a0e2940c')
20 cd "$srcdir/scripted-image-wallpaper-plugin"
21 [ -d build ] || mkdir build
23 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../src/ || return 1
25 make DESTDIR="$pkgdir/" install