Kaydet (Commit) b0903567 authored tarafından Matúš Kukan's avatar Matúš Kukan Kaydeden (comit) Matúš Kukan

tdf#90753: AutoInstall shell_senddoc package

Change-Id: I6cc638c460a8baa2cd9d29c3b82418b6ecfb630d
Reviewed-on: https://gerrit.libreoffice.org/32397Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMatúš Kukan <matus@libreoffice.org>
üst 120a87a3
...@@ -796,7 +796,6 @@ $(eval $(call gb_Helper_register_packages, \ ...@@ -796,7 +796,6 @@ $(eval $(call gb_Helper_register_packages, \
readlicense_oo_readmes \ readlicense_oo_readmes \
setup_native_misc \ setup_native_misc \
share \ share \
shell_senddoc \
vcl_fontunxpsprint \ vcl_fontunxpsprint \
)) ))
...@@ -886,6 +885,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ ...@@ -886,6 +885,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
package_dtd \ package_dtd \
sd_web \ sd_web \
sfx2_emojiconfig \ sfx2_emojiconfig \
$(call gb_Helper_optional,DESKTOP,\
$(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
$(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \ $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
$(if $(USING_X11),vcl_fontunxppds) \ $(if $(USING_X11),vcl_fontunxppds) \
$(if $(filter $(OS),MACOSX),vcl_osxres) \ $(if $(filter $(OS),MACOSX),vcl_osxres) \
......
...@@ -27,15 +27,6 @@ ...@@ -27,15 +27,6 @@
#include "macros.inc" #include "macros.inc"
#if defined UNX && ! defined ENABLE_MACOSX_SANDBOX
File gid_File_Bin_Senddoc
BIN_FILE_BODY;
Dir = FILELIST_DIR;
Name = "shell_senddoc.filelist";
Styles = (FILELIST, PACKED);
End
#endif
STD_RES_FILE( gid_File_Res_Eps, eps ) STD_RES_FILE( gid_File_Res_Eps, eps )
#if defined WITH_HELP #if defined WITH_HELP
......
...@@ -23,8 +23,7 @@ Module gid_Module_Root ...@@ -23,8 +23,7 @@ Module gid_Module_Root
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
InstallOrder = "20"; InstallOrder = "20";
MOD_NAME_DESC(MODULE_ROOT_OSL); MOD_NAME_DESC(MODULE_ROOT_OSL);
Files = (gid_File_Bin_Senddoc, Files = (gid_File_Txt_Pagein_Common,
gid_File_Txt_Pagein_Common,
gid_File_Txt_Pagein_Calc, gid_File_Txt_Pagein_Calc,
gid_File_Txt_Pagein_Draw, gid_File_Txt_Pagein_Draw,
gid_File_Txt_Pagein_Impress, gid_File_Txt_Pagein_Impress,
......
...@@ -94,14 +94,6 @@ $(eval $(call gb_Module_add_targets,shell,\ ...@@ -94,14 +94,6 @@ $(eval $(call gb_Module_add_targets,shell,\
Library_syssh \ Library_syssh \
)) ))
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\
StaticLibrary_xmlparser \
))
endif
ifeq ($(USING_X11),TRUE) ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_targets,shell,\ $(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \ Library_recentfile \
...@@ -111,9 +103,10 @@ endif ...@@ -111,9 +103,10 @@ endif
ifneq ($(OS),WNT) ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\ $(eval $(call gb_Module_add_targets,shell,\
StaticLibrary_xmlparser \
Executable_uri_encode \ Executable_uri_encode \
Library_cmdmail \ Library_cmdmail \
Package_senddoc \ $(if $(ENABLE_MACOSX_SANDBOX),,Package_senddoc) \
)) ))
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment