[Libreoffice-commits] core.git: solenv/gbuild
Matúš Kukan
matus.kukan at collabora.com
Mon Dec 9 03:12:44 PST 2013
solenv/gbuild/UIConfig.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2249abc8d313bedce8f6de20ea0f49b512ed5da0
Author: Matúš Kukan <matus.kukan at collabora.com>
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 <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
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
More information about the Libreoffice-commits
mailing list