solenv/gbuild/UIConfig.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2249abc8d313bedce8f6de20ea0f49b512ed5da0
Author: Matúš Kukan <[email protected]>
Date: Wed Dec 4 17:09:33 2013 +0100
Do not compress .ui translations in .zip files.
Using zip files reduce the file count in installer.
Uncompressed zip files can be compressed better by
packaging, thus we reduce the size of final package.
Change-Id: Id7c5ee9e302de325a29702b4e64301dc7102b2cf
Reviewed-on: https://gerrit.libreoffice.org/6938
Reviewed-by: Andras Timar <[email protected]>
Tested-by: Andras Timar <[email protected]>
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk
index f8c6e85..5588234 100644
--- a/solenv/gbuild/UIConfig.mk
+++ b/solenv/gbuild/UIConfig.mk
@@ -228,6 +228,7 @@ endef
define gb_UIConfig__UIConfig_for_lang
$(call gb_Zip_Zip_internal,$(call
gb_UIConfig_get_zipname_for_lang,$(1),$(2)),$(gb_UILocalizeTarget_WORKDIR)/$(1))
+$(call gb_Zip_add_commandoptions,$(call
gb_UIConfig_get_zipname_for_lang,$(1),$(2)),--suffixes .ui)
$(call gb_Zip_get_target,$(call gb_UIConfig_get_zipname_for_lang,$(1),$(2))) :
$(SRCDIR)/solenv/gbuild/UIConfig.mk
endef
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits