mirror of https://github.com/GNOME/gimp.git
build: don't bundle iso_639.xml anymore.
Note that we still need the iso_639.mo files at runtime. Only the XML files don't need to be parsed anymore at runtime (they are parsed at build-time now).
This commit is contained in:
parent
a106acd408
commit
965dd51e80
|
@ -110,8 +110,6 @@ conf_app BABL_PATH "$OPT_PREFIX" "${LIB_DIR}/${LIB_SUBDIR}babl-*"
|
|||
conf_app GEGL_PATH "$OPT_PREFIX" "${LIB_DIR}/${LIB_SUBDIR}gegl-*"
|
||||
conf_app GIMP3_SYSCONFDIR "$OPT_PREFIX" "etc/gimp/*"
|
||||
conf_app GIMP3_DATADIR "$OPT_PREFIX" "share/gimp/*"
|
||||
### Copy localized language list support
|
||||
find_dat "/usr/share/xml/iso-codes" "iso_639-2.xml" "iso_639.xml"
|
||||
### Copy system theme support
|
||||
find_bin "gsettings*"
|
||||
find_bin "sed*"
|
||||
|
|
|
@ -152,8 +152,6 @@ bundle "$GIMP_PREFIX" share/metainfo/org.gimp*.xml
|
|||
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
|
||||
|
||||
|
||||
## Executables and DLLs.
|
||||
|
|
Loading…
Reference in New Issue