diff --git a/srcpkgs/libogre/template b/srcpkgs/libogre/template index 38e9cb9d52c..cd8ce25360d 100644 --- a/srcpkgs/libogre/template +++ b/srcpkgs/libogre/template @@ -14,14 +14,21 @@ short_desc="Scene-oriented, flexible 3D engine" maintainer="Enno Boland " license="MIT" homepage="http://www.ogre3d.org" -distfiles="https://github.com/OGRECave/ogre/archive/v$version.tar.gz" -checksum=028e7d0bbfce8fd254e1102666b07b7cbb9379321e88885d82feee5e061342aa +distfiles="https://github.com/OGRECave/ogre/archive/v$version.tar.gz + https://github.com/ocornut/imgui/archive/v1.77.tar.gz + " +checksum="028e7d0bbfce8fd254e1102666b07b7cbb9379321e88885d82feee5e061342aa + c0dae830025d4a1a169df97409709f40d9dfa19f8fc96b550052224cbb238fa8" + +skip_extraction="v1.77.tar.gz" pre_configure() { if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then find -name CMakeLists.txt -exec sed -i "{}" \ -e "/target_link_libraries/s/)/ atomic)/" \; fi + vsed -i -e "s,https://github.com/ocornut/imgui/archive,file://${XBPS_SRCDISTDIR}/${pkgname}-${version}," \ + Components/Overlay/CMakeLists.txt } post_install() {