1 # Maintainer: Jon Nordby <jononor@gmail.com>
7 pkgdesc="Convenience library for using GEGL in GTK3 applications - git version"
9 url="http://www.gegl.org"
11 depends=('gegl' 'gtk3')
16 md5sums=() #generate with 'makepkg -g'
18 _gitroot="git://git.gnome.org/gegl-gtk"
23 msg "Connecting to GIT server...."
25 if [ -d $_gitname ] ; then
26 cd $_gitname && git pull origin
27 msg "The local files are updated."
29 git clone $_gitroot $_gitname
32 msg "GIT checkout done or server timeout"
33 msg "Starting make..."
35 rm -rf "$srcdir/$_gitname-build"
36 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
37 cd "$srcdir/$_gitname-build"
40 # Introspection requires gegl from git
41 ./autogen.sh --prefix=/usr --disable-introspection --with-gtk=3.0
46 cd "$srcdir/$_gitname-build"
48 make DESTDIR="$pkgdir/" install