build/linux: Bundle PS fonts for WMF support on AppImage

This commit is contained in:
Bruno 2025-02-06 09:26:07 -03:00
parent f384280962
commit e1294fecc1
No known key found for this signature in database

View file

@ -290,8 +290,9 @@ bund_usr "$UNIX_PREFIX" "share/libthai"
conf_app LIBTHAI_DICTDIR "share/libthai" conf_app LIBTHAI_DICTDIR "share/libthai"
### Needed for full CJK and Cyrillic support in file-pdf ### Needed for full CJK and Cyrillic support in file-pdf
bund_usr "$UNIX_PREFIX" "share/poppler" bund_usr "$UNIX_PREFIX" "share/poppler"
### file-wmf support (not portable, depends on how the distro deals with PS fonts) ### file-wmf support
#bund_usr "$UNIX_PREFIX" "share/libwmf" bund_usr "$UNIX_PREFIX" "share/fonts/type1/urw-base35/*.t1" --dest "share/libwmf/fonts"
bund_usr "$UNIX_PREFIX" "share/fonts/type1/urw-base35/*.afm" --dest "share/libwmf/fonts"
if [ "$GIMP_UNSTABLE" ]; then if [ "$GIMP_UNSTABLE" ]; then
### Image graph support ### Image graph support
bund_usr "$UNIX_PREFIX" "bin/libgvc*" --rename "bin/dot" bund_usr "$UNIX_PREFIX" "bin/libgvc*" --rename "bin/dot"