1 # Contributor: Tomas A. Schertel <tschertel@gmail.com>
6 pkgdesc="a Python/GTK application used to create and set desktop wallpaper slideshows for GNOME"
8 url="http://www.obfuscatepenguin.net/"
9 source=(http://www.obfuscatepenguin.net/source/crebs.tar.gz
10 arch-python-stuff.patch)
12 md5sums=('c5c7edac5aa557ce2727b0e8b651b939'
13 '2a93baea552f8c35d7b78e31abfad7f1')
14 depends=('python2' 'python-notify')
16 install=$pkgname.install
18 patch -Np1 -i "${srcdir}/arch-python-stuff.patch" || return 1
19 cd $srcdir/crebs-$pkgver
21 ./setup.sh -p "$pkgdir"/usr || return 1