Kaydet (Commit) 6de5cf05 authored tarafından Matúš Kukan's avatar Matúš Kukan

tdf#90753: AutoInstall readlicense_oo packages

Change-Id: I5bd3a5f6168b20c925f5713085fcb0918bcccc8e
üst 67398a8d
...@@ -909,6 +909,8 @@ $(eval $(call gb_Helper_register_packages_for_install,brand,\ ...@@ -909,6 +909,8 @@ $(eval $(call gb_Helper_register_packages_for_install,brand,\
desktop_branding \ desktop_branding \
$(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \ $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
$(if $(and $(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),desktop_soffice_sh) \ $(if $(and $(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),desktop_soffice_sh) \
readlicense_oo_files \
$(if $(filter WNT,$(OS)),readlicense_oo_license) \
$(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \ $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
)) ))
......
...@@ -58,7 +58,6 @@ Module gid_Module_Root_Brand ...@@ -58,7 +58,6 @@ Module gid_Module_Root_Brand
gid_Brand_File_Gdb_Trace, gid_Brand_File_Gdb_Trace,
gid_Brand_File_Bin_Unoinfo, gid_Brand_File_Bin_Unoinfo,
gid_Brand_File_Desktophelper_Txt, gid_Brand_File_Desktophelper_Txt,
gid_Brand_File_Html_Thirdpartylicensereadme,
gid_Brand_File_Lib_Dbghelp, gid_Brand_File_Lib_Dbghelp,
gid_Brand_File_Lib_Mingw_GccS, gid_Brand_File_Lib_Mingw_GccS,
gid_Brand_File_Lib_Mingw_Stdcpp, gid_Brand_File_Lib_Mingw_Stdcpp,
...@@ -77,11 +76,7 @@ Module gid_Module_Root_Brand ...@@ -77,11 +76,7 @@ Module gid_Module_Root_Brand
gid_Brand_File_Share_Xdg_QStart, gid_Brand_File_Share_Xdg_QStart,
gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_StartCenter,
gid_Brand_File_Share_Xdg_Writer, gid_Brand_File_Share_Xdg_Writer,
gid_Brand_File_Share_Xdg_XsltFilter, gid_Brand_File_Share_Xdg_XsltFilter);
gid_License_Txt,
git_License_Odt,
gid_Credits_Odt,
gid_Apache_Notice);
End End
// Language specific brand module // Language specific brand module
...@@ -469,17 +464,6 @@ End ...@@ -469,17 +464,6 @@ End
// Files // Files
File gid_Brand_File_Html_Thirdpartylicensereadme
Name = "LICENSE.html";
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
Dir = gid_Dir_Brand_Root;
#endif
Styles = (WORKSTATION);
TXT_FILE_BODY;
End
#if defined UNX && !defined MACOSX #if defined UNX && !defined MACOSX
File gid_Brand_File_Gdb_Trace File gid_Brand_File_Gdb_Trace
...@@ -1231,52 +1215,3 @@ ProfileItem gid_Brand_Profileitem_Setup_Install ...@@ -1231,52 +1215,3 @@ ProfileItem gid_Brand_Profileitem_Setup_Install
Styles = (INIFILETABLE); Styles = (INIFILETABLE);
End End
#endif #endif
File gid_License_Txt
TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
Dir = gid_Dir_Brand_Root;
#endif
#ifdef UNX
Name = "LICENSE";
#endif
#ifdef WNT
Name = "license.txt";
#endif
Styles = (PACKED);
End
File gid_License_Odt
TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
Dir = gid_Dir_Brand_Root;
#endif
Name = "LICENSE.fodt";
Styles = (PACKED);
End
File gid_Credits_Odt
TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
Dir = gid_Dir_Brand_Root;
#endif
Name = "CREDITS.fodt";
Styles = (PACKED);
End
File gid_Apache_Notice
TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
Dir = gid_Dir_Brand_Root;
#endif
Name = "NOTICE";
Styles = (PACKED);
End
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