From 4a63666c8e9027818ffcce32f22c9de512ac42dc Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 9 Jan 2026 10:51:55 -0300 Subject: [PATCH] build/windows: Graphviz v13+ plugins config file is now config8 Yet, it will not work since MSYS2 is not distributing it anymore: https://github.com/msys2/MINGW-packages/issues/27256 --- build/windows/2_bundle-gimp-uni_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows/2_bundle-gimp-uni_base.py b/build/windows/2_bundle-gimp-uni_base.py index 1e22aa5f6e..2e257fdf99 100644 --- a/build/windows/2_bundle-gimp-uni_base.py +++ b/build/windows/2_bundle-gimp-uni_base.py @@ -170,7 +170,7 @@ if "32" not in MSYSTEM_PREFIX: #### See: https://gitlab.gnome.org/GNOME/gimp/-/issues/12119 bundle(MSYSTEM_PREFIX, "bin/libgvplugin_dot*.dll") bundle(MSYSTEM_PREFIX, "bin/libgvplugin_pango*.dll") - bundle(MSYSTEM_PREFIX, "bin/config6") + bundle(MSYSTEM_PREFIX, "bin/config8") ### Binaries for GObject Introspection support. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/13170 bundle(GIMP_PREFIX, "lib/girepository-*/*.typelib") bundle(MSYSTEM_PREFIX, "bin/libgirepository-*.dll")