gegl3: resolv conflict with gegl.
This commit is contained in:
parent
c0715f7a5e
commit
3e93c74b33
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue