1 # Maintainer: Maƫl Lavault <moimael@neuf.fr>
6 pkgdesc="A presentation application for the GNOME Desktop"
9 depends=('gtk2>=2.0' 'clutter-gtk2>=0.10' 'clutter>=1.0' 'clutter-gst>=1.0' 'pango' 'libgee>=0.5' 'libxml2' 'gvfs' 'gobject-introspection' 'librest06>=0.6.1')
10 makedepends=('vala>=0.9.1' 'gcc' 'make' 'git' 'intltool>=0.25' 'json-glib')
11 options=('!makeflags')
13 url="http://live.gnome.org/Ease"
15 _gitroot="git://git.gnome.org/ease"
20 msg "Connecting to the GIT server...."
22 if [[ -d $srcdir/$_gitname ]] ; then
25 msg "The local files are updated."
30 msg "GIT checkout done"
31 msg "Starting make..."
33 rm -rf $srcdir/$_gitname-build
34 git clone $srcdir/$_gitname $srcdir/$_gitname-build
36 cd $srcdir/$_gitname-build
38 ./autogen.sh --prefix=/usr LIBS="`pkg-config --libs clutter-gst-1.0 --libs libarchive`" || return 1
40 make DESTDIR="${pkgdir}" install || return 1