eht16 left a comment (geany/geany#4488) Copying another comment from
> [@giuspen] > Following up on @eht16 comment, I believe scripts/gtk-bundle-from-msys2.sh > which is run from msys2 itself can get the exact installed packages versions > so may be improved to use the exact same version downloaded from the msys2 > repositories. > Note that in my other project I am doing something different, I am > re-installing to a new clean rootfs ( > https://github.com/giuspen/cherrytree/blob/5f2e0db69adca564cd4e1f41ac04995f4ae34729/scripts/msys2_prepare_standalone.sh#L95 > copied originally from a gedit script ) but that is causing my rootfs to be > much larger than yours so I think your solution is better and we should stick > to it and just improve scripts/gtk-bundle-from-msys2.sh > [@b4n] > [@eht16](https://github.com/eht16) couldn't we "simply" build against the > bundle? E.g. prepare the bundle including development files, adjust the > environment to pick it up, and repack it without the unnecessary parts? In theory should be possible. Currently the bundle is much smaller and manually curated to reduce it to the absolute minimum. Replicating this after all build dependencies had been installed in the same rootfs might get a bit tricky. I think the question is if it is worth it or maybe @giuspen's idea from above might work as well. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4488#issuecomment-3674853334 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4488/[email protected]>
