1 # Contributor: Ronuk Raval <ronuk.raval-at-gmail.com>
3 pkgname=weather-wallpaper-plasmoid
6 pkgdesc='Changes desktop wallpaper to suit the local weather'
8 url='http://kde-look.org/content/show.php?content=102185'
10 depends=('kdelibs>=4.2.0' 'kdebase-workspace>=4.2.0' 'kdeartwork>=4.2.0')
11 makedepends=('cmake' 'make' 'automoc4')
12 # this plasmoid will be included by default in KDE 4.3
13 conflicts=('kdeartwork>=4.3.0')
14 install=$pkgname.install
15 source=('https://edge.launchpad.net/~echidnaman/+archive/ppa/+files/plasma-wallpaper-weather_0.2.1.orig.tar.gz')
16 md5sums=('94177bfca63db13bbbb0d837bd36a606')
19 cd ${srcdir}/plasma-wallpaper-weather-$pkgver
24 cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` || return 1
26 make DESTDIR=$pkgdir install || return 1