mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'.
|
# Template build file for 'gegl3'.
|
||||||
pkgname=gegl3
|
pkgname=gegl3
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-docs --without-sdl --without-libopenraw
|
configure_args="--disable-docs --without-sdl --without-libopenraw
|
||||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
--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
|
checksum=f0fec8f2e7b8835979d3cf4e38b05d41bb79f68dc80cf899a846484da693bbf7
|
||||||
wrksrc=gegl-$version
|
wrksrc=gegl-$version
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# Resolves conflict with gegl
|
||||||
|
mv ${DESTDIR}/usr/bin/gegl ${DESTDIR}/usr/bin/gegl3
|
||||||
|
}
|
||||||
|
|
||||||
gegl3-devel_package() {
|
gegl3-devel_package() {
|
||||||
depends="libglib-devel gegl3>=${version}_${revision}"
|
depends="libglib-devel gegl3>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue