diff --git a/srcpkgs/gegl3/template b/srcpkgs/gegl3/template index 87dc2f4cde1..cea1f776eaa 100644 --- a/srcpkgs/gegl3/template +++ b/srcpkgs/gegl3/template @@ -1,7 +1,7 @@ # Template build file for 'gegl3'. pkgname=gegl3 version=0.3.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-docs --without-sdl --without-libopenraw --without-libavformat --without-graphviz --without-lua --without-libspiro @@ -17,6 +17,11 @@ distfiles="http://ftp.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2" checksum=f0fec8f2e7b8835979d3cf4e38b05d41bb79f68dc80cf899a846484da693bbf7 wrksrc=gegl-$version +post_install() { + # Resolves conflict with gegl + mv ${DESTDIR}/usr/bin/gegl ${DESTDIR}/usr/bin/gegl3 +} + gegl3-devel_package() { depends="libglib-devel gegl3>=${version}_${revision}" short_desc+=" - development files"