[Libreoffice-commits] core.git: Repository.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Dec 21 03:01:47 UTC 2016


 Repository.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit df4b8ae22feb8283d2f7f37f12e1bf87e3c8cd57
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Dec 21 00:08:49 2016 +0100

    tdf#103332, install the new calc default styles correctly
    
    Change-Id: I7bfa0edc3bf286d304ae2648e563216ce850e4d1
    Reviewed-on: https://gerrit.libreoffice.org/32262
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/Repository.mk b/Repository.mk
index 3d3c3c5..dcfa393 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -795,7 +795,6 @@ $(eval $(call gb_Helper_register_packages, \
 	postprocess_registry \
 	python_zipcore \
 	readlicense_oo_readmes \
-	sc_res_xml \
 	sdext_pdfimport_pdf \
 	setup_native_misc \
 	share \
@@ -807,6 +806,10 @@ $(eval $(call gb_Helper_register_packages_for_install,impress,\
 	sd_xml \
 ))
 
+$(eval $(call gb_Helper_register_packages_for_install,calc,\
+	sc_res_xml \
+))
+
 $(eval $(call gb_Helper_register_packages_for_install,ure,\
 	instsetoo_native_setup_ure \
 	ure_install \


More information about the Libreoffice-commits mailing list