office-gobmx/postprocess
Stephan Bergmann 0d8d71ba98 Emscripten: Filter out some configuration
...that was present in instdir/share/registry/res/registry_en-US.xcd but for
which the underlying instdir/share/registry/*.xcd files are not included in
static/CustomTarget_emscripten_fs_image.mk, so causing

> warn:configmgr:42:1:configmgr/source/xcuparser.cxx:292: unknown component "org.openoffice.Office.PresentationMinimizer" in "file:///instdir/program/../share/registry/res/registry_en-US.xcd"

etc. in the browser console.  (This commit just hides those .xcu behind
ENABLE_WASM_STRIP_* for which localizations ended up in
instdir/share/registry/res/registry_en-US.xcd and caused the above warnings.  It
does not clean up the mess further.  Also note that the list of files to include
in static/CustomTarget_emscripten_fs_image.mk is largely hard-coded, so somewhat
guessing at the right ENABLE_WASM_STRIP_* to use here.)

Change-Id: I1781f5cb530fe251e63bcad456c2ab1735cf1b3a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163852
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-02-23 20:58:56 +01:00
..
packimages Fix postprocess/README packimages.pl has been replaced by pack_images.py 2023-07-16 18:54:15 +02:00
qa move using the vcl file dialog in headless mode to the point of creation 2023-04-07 16:54:45 +02:00
signing
CppunitTest_services.mk
CustomTarget_check_dynamic_objects.mk
CustomTarget_components.mk
CustomTarget_fontconfig.mk
CustomTarget_images.mk don't rebuild icon-themes if nothing changed 2022-12-13 15:09:11 +00:00
CustomTarget_registry.mk Emscripten: Filter out some configuration 2024-02-23 20:58:56 +01:00
CustomTarget_signing.mk windows signing: also wait for/depend on extras (gallery) 2024-01-08 14:47:34 +01:00
Makefile
Module_postprocess.mk
Package_fontconfig.mk
Package_images.mk
Package_registry.mk
Rdb_services.mk
README.md

Postprocessing and Checking

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets in module instset_native. Thus it ties together all the dependencies of all the other de-coupled modules. See the first line of postprocess/prj/build.lst for that.