1 # Contributor: Berseker < berseker86 at gmail.com >
6 pkgdesc="Gnome Photo Frame is a photo frame gadget for the GNOME Desktop."
8 url="http://code.google.com/p/gphotoframe/"
11 depends=('pygtk' 'twisted' 'pyxdg' 'python-gdata')
12 makedepends=('python-distutils-extra')
13 optdepends=('python-simplejson' 'python-feedparser' 'python-clutter'
14 'gnome-python-desktop')
15 provides=('gphotoframe')
16 conflicts=('gphotoframe-git')
18 source=(http://gphotoframe.googlecode.com/files/$pkgname-$_realver.tar.gz)
21 cd "$srcdir/$pkgname-$_realver"
22 python2 setup.py install --prefix=$pkgdir/usr/ || return 1
23 gconf-merge-schema gphotoframe.schemas
26 md5sums=('84742206179e00073d489cea16b225d6')