1 # Maintainer: Dominik Mayer <dominik.mayer@gmail.com>
5 pkgdesc="A weather based desktop wallpaper changer"
7 url="http://code.google.com/p/weatherpaper/"
9 depends=('python' 'python-imaging')
10 source=(http://weatherpaper.googlecode.com/files/$pkgver-linux.tar.gz)
11 md5sums=('bf52f1960f60387beab73ffc0fbdd562')
16 #mkdir "$pkgdir/opt/WeatherPaper"
18 mkdir "$pkgdir/usr/share"
19 mkdir "$pkgdir/usr/share/applications"
21 cd "$srcdir/$pkgver-linux"
22 chmod a-x "weatherpaper.desktop"
23 chmod a-x "weatherpaper-editor.desktop"
24 mv "weatherpaper.desktop" "$pkgdir/usr/share/applications/weatherpaper.desktop"
25 mv "weatherpaper-editor.desktop" "$pkgdir/usr/share/applications/weatherpaper-editor.desktop"
28 mv "$srcdir/$pkgver-linux" "$pkgdir/opt/WeatherPaper"