diff --git a/build/macos/2_bundle-gimp-uni_base.py b/build/macos/2_bundle-gimp-uni_base.py index 8b4adfc904..634385c19f 100644 --- a/build/macos/2_bundle-gimp-uni_base.py +++ b/build/macos/2_bundle-gimp-uni_base.py @@ -216,9 +216,9 @@ new_text = text.replace( f"~/Library/Application Support/GIMP/{os.getenv('GIMP_APP_VERSION')}" ) fonts_conf.write_text(new_text) -### FIXME: Needed for 'th' word breaking in Text tool etc (https://github.com/macports/macports-ports/pull/30702 e https://github.com/Homebrew/homebrew-core/pull/262071) -#if os.path.exists(OPT_PREFIX / "bin/port"): - #bundle(OPT_PREFIX, "share/libthai") +### FIXME: Needed for 'th' word breaking in Text tool etc (https://github.com/Homebrew/homebrew-core/pull/262071) +if os.path.exists(OPT_PREFIX / "bin/port"): + bundle(OPT_PREFIX, "share/libthai") ### Needed for full CJK and Cyrillic support in file-pdf bundle(OPT_PREFIX, "share/poppler") #### Needed for signature support in file-pdf lib diff --git a/build/macos/all-deps-uni.txt b/build/macos/all-deps-uni.txt index f8528e9d60..1f528ac855 100644 --- a/build/macos/all-deps-uni.txt +++ b/build/macos/all-deps-uni.txt @@ -40,7 +40,7 @@ libwmf -x11|homebrew:libwmf \ mypaint-brushes|homebrew:mypaint-brushes \ openexr \ openjpeg \ -pango +quartz -x11 \ +pango +thai +quartz -x11 \ poppler|homebrew:poppler \ poppler-data \ python313|homebrew:python \ py313-certifi|homebrew:certifi