updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kde-plasma-scripted-image / PKGBUILD
blob1123d9d3e6c2a8967c71c2e27e50b8a7c5123540
1 # Maintainer: Gen2ly <toddrpartridge@gmail.com>
3 pkgname=kde-plasma-scripted-image
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="KDE 4 plasmoid to script wallpaper changes"
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/Scripted+Image+Wallpaper+Plugin?content=115147"
9 license=('GPL3')
10 depends=('kdebase-workspace>=4.2.91')
11 makedepends=('cmake')
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')
17 build() {
19   # Build
20   cd "$srcdir/scripted-image-wallpaper-plugin"
21   [ -d build ] || mkdir build
22   cd build
23   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../src/ || return 1
24   make || return 1
25   make DESTDIR="$pkgdir/" install