1 # Maintainer: Jon Nordby <jononor@gmail.com>
7 pkgdesc="Convenience library for using GEGL in GTK3 applications"
9 url="http://www.gegl.org"
11 depends=('gegl' 'gtk3')
15 source=(http://www.jonnor.com/files/$_pkgname-$pkgver.tar.bz2)
16 md5sums=('646b2cf05a636ece6d55a9ba7d179361')
19 cd "$srcdir/$_pkgname-$pkgver"
22 # Introspection requires gegl from git
23 ./configure --prefix=/usr --disable-introspection --with-gtk=3.0 --disable-gtk-doc
28 cd "$srcdir/$_pkgname-$pkgver"
30 make DESTDIR="$pkgdir/" install
31 rm -r $pkgdir/usr/share/gtk-doc/ # FIXME: Causes conflict between gegl-gtk2 and 3