From d3ccac8d2f7a14d0c53ca8a9715995b028310059 Mon Sep 17 00:00:00 2001 From: Bruno Date: Thu, 4 Jul 2024 17:52:53 -0300 Subject: [PATCH] build/windows: Bundle 'share/poppler' again following 25701f6c --- build/windows/gitlab-ci/3_bundle-gimp-uni_base.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/windows/gitlab-ci/3_bundle-gimp-uni_base.sh b/build/windows/gitlab-ci/3_bundle-gimp-uni_base.sh index d56e2b060b..5b73caf5e2 100644 --- a/build/windows/gitlab-ci/3_bundle-gimp-uni_base.sh +++ b/build/windows/gitlab-ci/3_bundle-gimp-uni_base.sh @@ -117,7 +117,7 @@ bundle "$MSYS_PREFIX" share/glib-*/schemas/gschemas.compiled bundle "$MSYS_PREFIX" share/icons/Adwaita/ ### https://gitlab.gnome.org/GNOME/gimp/-/issues/5080 bundle "$GIMP_PREFIX" share/icons/hicolor/ -### Needed for wmf +### Needed for file-wmf work bundle "$MSYS_PREFIX" share/libwmf/ ### Only copy from langs supported in GIMP. lang_array=($(echo $(ls po/*.po | @@ -134,6 +134,8 @@ done bundle "$GIMP_PREFIX" share/metainfo/org.gimp*.xml ### mypaint brushes bundle "$MSYS_PREFIX" share/mypaint-data/ +### Needed for full CJK and Cyrillic support in file-pdf +bundle "$MSYS_PREFIX" share/poppler/ ### Needed for lang selection in Preferences bundle "$MSYS_PREFIX" share/xml/iso-codes/iso_639.xml