summaryrefslogtreecommitdiff
path: root/instsetoo_native/CustomTarget_setup.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-26 19:34:46 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-26 19:40:32 +0100
commit9ce3e2ae14ecd2a0acd9e63818c1bd82c7a3fc52 (patch)
treeb4aafda5a0a0ebe84f806a6796a6ed3594d2049e /instsetoo_native/CustomTarget_setup.mk
parentf89712a13119e935dd96f38097ee746b15bb7ccb (diff)
generate sofficerc for instdir
Change-Id: I06ddbc89c58384ce757ac809788f9d978677cb9c
Diffstat (limited to 'instsetoo_native/CustomTarget_setup.mk')
-rw-r--r--instsetoo_native/CustomTarget_setup.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index 47a52f1d6082..5d3c55e83607 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_CustomTarget_register_targets,instsetoo_native/setup,\
$(if $(filter TRUE,$(DISABLE_PYTHON)),,$(call gb_Helper_get_rcfile,pythonloader.uno)) \
$(if $(filter DESKTOP,$(BUILD_TYPE)),$(if $(filter-out MACOSX,$(OS)), \
$(call gb_Helper_get_rcfile,redirect))) \
+ $(call gb_Helper_get_rcfile,soffice) \
$(call gb_Helper_get_rcfile,uno) \
$(call gb_Helper_get_rcfile,version) \
))
@@ -110,6 +111,22 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
) > $@
+$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,soffice) :
+ $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
+ ( \
+ echo '[Bootstrap]' \
+ && echo 'HideEula=1' \
+ && echo 'Logo=1' \
+ && echo 'NativeProgress=false' \
+ && echo 'ProgressBarColor=128,128,128' \
+ && echo 'ProgressFrameColor=245,245,245' \
+ && echo 'ProgressPosition=72,189' \
+ && echo 'ProgressSize=409,8' \
+ && echo 'ProgressTextBaseline=170' \
+ && echo 'ProgressTextColor=255,255,255' \
+ && echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
+ ) > $@
+
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,uno) :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \