mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/linux: Only 'Nimbus' and 'StandardSymbols' fonts are needed for WMF
Following e1294fec
This makes the AppImage's WMF bundling consistent with Windows and macOS.
See also: https://github.com/caolanm/libwmf/tree/master/fonts
This commit is contained in:
parent
2e41fde7b1
commit
6c879b8cb8
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ 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
|
### file-wmf support
|
||||||
bund_usr "$UNIX_PREFIX" "share/fonts/type1/urw-base35/*.t1" --dest "share/libwmf/fonts"
|
bund_usr "$UNIX_PREFIX" "share/fonts/type1/urw-base35/Nimbus*" --dest "share/libwmf/fonts"
|
||||||
bund_usr "$UNIX_PREFIX" "share/fonts/type1/urw-base35/*.afm" --dest "share/libwmf/fonts"
|
bund_usr "$UNIX_PREFIX" "share/fonts/type1/urw-base35/StandardSymbols*" --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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue