1 # Maintainer: Alex Puterbaugh <puterbaugh.0@gmail.com>
5 pkgdesc="A root backgrond (wallpaper) setter with support for image scaling and xinerama."
7 url="http://robotmonkeys.net/2010/08/03/imlibsetroot-1-3/"
10 depends=('xproto' 'libx11' 'imlib2' 'libxinerama')
20 source=("http://robotmonkeys.net/wp-content/uploads/2010/08/imlibsetroot-13.tar.gz")
22 md5sums=('5599f5bef289c39d6241f4e648aa1208')
25 cd "$srcdir/$pkgname-$pkgver"
31 cd "$srcdir/$pkgname-$pkgver"
33 install -D -m755 -T ./imlibsetroot ${pkgdir}/usr/bin/imlibsetroot
34 install -D -m755 -T ./gnome_imlibsetroot ${pkgdir}/usr/bin/gnome_imlibsetroot
37 # vim:set ts=2 sw=2 et: