1 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
11 depends=('gnome-common' 'clutter-gesture' 'clutter-gst' 'clutter-box2d'
13 makedepends=('git' 'intltool')
16 source=('clutter-gst.patch')
17 md5sums=('ac7a36803e0fe87e916a5762a7946cf8')
19 _gitroot="git://gitorious.org/meego-netbook-ux/eom.git"
24 msg "Connecting to GIT server...."
26 if [ -d $_gitname ] ; then
27 cd $_gitname && git pull origin
28 msg "The local files are updated."
30 git clone $_gitroot $_gitname
33 msg "GIT checkout done or server timeout"
34 msg "Starting make..."
36 rm -rf "$srcdir/$_gitname-build"
37 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
38 cd "$srcdir/$_gitname-build"
40 patch -Np0 -i ${srcdir}/clutter-gst.patch
43 ./configure --prefix=/usr
48 cd "$srcdir/$_gitname-build"
49 make DESTDIR="$pkgdir/" install