scp2: move unx wrapper scripts to AutoInstall
Change-Id: I661656e486b088c28b78e5c3ed4fbe9945991097
This commit is contained in:
parent
2f6005ddb2
commit
139a4b6229
@ -804,10 +804,36 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\
|
|||||||
) \
|
) \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
ifeq ($(GUIBASE),unx)
|
||||||
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
|
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
|
||||||
xmlsec \
|
xmlsec \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_packages_for_install,base_brand,\
|
||||||
|
desktop_sbase_sh \
|
||||||
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
|
||||||
|
desktop_scalc_sh \
|
||||||
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
|
||||||
|
desktop_sdraw_sh \
|
||||||
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
|
||||||
|
desktop_simpress_sh \
|
||||||
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_packages_for_install,math_brand,\
|
||||||
|
desktop_smath_sh \
|
||||||
|
))
|
||||||
|
|
||||||
|
$(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
|
||||||
|
desktop_swriter_sh \
|
||||||
|
))
|
||||||
|
endif # GUIBASE=unx
|
||||||
|
|
||||||
# External executables
|
# External executables
|
||||||
$(eval $(call gb_ExternalExecutable_register_executables,\
|
$(eval $(call gb_ExternalExecutable_register_executables,\
|
||||||
genbrk \
|
genbrk \
|
||||||
|
@ -18,15 +18,6 @@
|
|||||||
|
|
||||||
#include "macros.inc"
|
#include "macros.inc"
|
||||||
|
|
||||||
#if !defined MACOSX && !defined WNT
|
|
||||||
File gid_File_Exe_Sbase
|
|
||||||
BIN_FILE_BODY;
|
|
||||||
Dir = gid_Brand_Dir_Program;
|
|
||||||
Name = "sbase";
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
|
|
||||||
STD_RES_FILE( gid_File_Res_Abp, abp)
|
STD_RES_FILE( gid_File_Res_Abp, abp)
|
||||||
|
|
||||||
STD_RES_FILE( gid_File_Res_Dbp, dbp)
|
STD_RES_FILE( gid_File_Res_Dbp, dbp)
|
||||||
|
@ -51,7 +51,7 @@ Module gid_Module_Brand_Prg_Base
|
|||||||
Minimal = YES;
|
Minimal = YES;
|
||||||
Default = YES;
|
Default = YES;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (auto_base_brand_ALL,gid_File_Exe_Sbase);
|
Files = (auto_base_brand_ALL);
|
||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Langpack_Base_Template
|
Module gid_Module_Langpack_Base_Template
|
||||||
|
@ -41,15 +41,6 @@ File gid_File_Help_Scalc_Zip
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined MACOSX && !defined WNT
|
|
||||||
File gid_File_Exe_Scalc
|
|
||||||
BIN_FILE_BODY;
|
|
||||||
Dir = gid_Brand_Dir_Program;
|
|
||||||
Name = "scalc";
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WITH_LPSOLVER)
|
#if defined(WITH_LPSOLVER)
|
||||||
|
|
||||||
STD_RES_FILE( gid_File_Res_Solver, solver)
|
STD_RES_FILE( gid_File_Res_Solver, solver)
|
||||||
|
@ -60,7 +60,7 @@ Module gid_Module_Brand_Prg_Calc
|
|||||||
Minimal = YES;
|
Minimal = YES;
|
||||||
Default = YES;
|
Default = YES;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (auto_calc_brand_ALL,gid_File_Exe_Scalc);
|
Files = (auto_calc_brand_ALL);
|
||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Langpack_Calc_Template
|
Module gid_Module_Langpack_Calc_Template
|
||||||
|
@ -33,11 +33,3 @@ File gid_File_Help_Sdraw_Zip
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined MACOSX && !defined WNT
|
|
||||||
File gid_File_Exe_Sdraw
|
|
||||||
BIN_FILE_BODY;
|
|
||||||
Dir = gid_Brand_Dir_Program;
|
|
||||||
Name = "sdraw";
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
|
@ -50,7 +50,7 @@ Module gid_Module_Brand_Prg_Draw
|
|||||||
Minimal = YES;
|
Minimal = YES;
|
||||||
Default = YES;
|
Default = YES;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (auto_draw_brand_ALL,gid_File_Exe_Sdraw);
|
Files = (auto_draw_brand_ALL);
|
||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Langpack_Draw_Template
|
Module gid_Module_Langpack_Draw_Template
|
||||||
|
@ -33,15 +33,6 @@ File gid_File_Help_Simpress_Zip
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined MACOSX && !defined WNT
|
|
||||||
File gid_File_Exe_Simpress
|
|
||||||
BIN_FILE_BODY;
|
|
||||||
Dir = gid_Brand_Dir_Program;
|
|
||||||
Name = "simpress";
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// configuration files for custom animation effects
|
// configuration files for custom animation effects
|
||||||
|
|
||||||
File gid_File_sd_xml
|
File gid_File_sd_xml
|
||||||
|
@ -53,7 +53,7 @@ Module gid_Module_Brand_Prg_Impress
|
|||||||
Minimal = YES;
|
Minimal = YES;
|
||||||
Default = YES;
|
Default = YES;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (auto_impress_brand_ALL,gid_File_Exe_Simpress);
|
Files = (auto_impress_brand_ALL);
|
||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Langpack_Impress_Template
|
Module gid_Module_Langpack_Impress_Template
|
||||||
|
@ -35,11 +35,3 @@ File gid_File_Help_Smath_Zip
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined MACOSX && !defined WNT
|
|
||||||
File gid_File_Exe_Smath
|
|
||||||
BIN_FILE_BODY;
|
|
||||||
Dir = gid_Brand_Dir_Program;
|
|
||||||
Name = "smath";
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
|
@ -52,7 +52,7 @@ Module gid_Module_Brand_Prg_Math
|
|||||||
Minimal = YES;
|
Minimal = YES;
|
||||||
Default = YES;
|
Default = YES;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (auto_math_brand_ALL,gid_File_Exe_Smath);
|
Files = (auto_math_brand_ALL);
|
||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Langpack_Math_Template
|
Module gid_Module_Langpack_Math_Template
|
||||||
|
@ -18,15 +18,6 @@
|
|||||||
|
|
||||||
#include "macros.inc"
|
#include "macros.inc"
|
||||||
|
|
||||||
#if !defined MACOSX && !defined WNT
|
|
||||||
File gid_File_Exe_Swriter
|
|
||||||
BIN_FILE_BODY;
|
|
||||||
Dir = gid_Brand_Dir_Program;
|
|
||||||
Name = "swriter";
|
|
||||||
Styles = (PACKED);
|
|
||||||
End
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined WITH_HELP
|
#if defined WITH_HELP
|
||||||
File gid_File_Help_Swriter_Zip
|
File gid_File_Help_Swriter_Zip
|
||||||
Dir = FILELIST_DIR;
|
Dir = FILELIST_DIR;
|
||||||
|
@ -56,7 +56,7 @@ Module gid_Module_Brand_Prg_Wrt
|
|||||||
Minimal = YES;
|
Minimal = YES;
|
||||||
Default = YES;
|
Default = YES;
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
Files = (auto_writer_brand_ALL,gid_File_Exe_Swriter);
|
Files = (auto_writer_brand_ALL);
|
||||||
End
|
End
|
||||||
|
|
||||||
Module gid_Module_Langpack_Writer_Template
|
Module gid_Module_Langpack_Writer_Template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user