From 6de5cf050c1324cb97404486e541472e74a7dd19 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 2 Dec 2016 11:31:50 +0100 Subject: tdf#90753: AutoInstall readlicense_oo packages Change-Id: I5bd3a5f6168b20c925f5713085fcb0918bcccc8e --- Repository.mk | 2 ++ scp2/source/ooo/common_brand.scp | 67 +--------------------------------------- 2 files changed, 3 insertions(+), 66 deletions(-) diff --git a/Repository.mk b/Repository.mk index 0be3d13311b5..b5326e98f384 100644 --- a/Repository.mk +++ b/Repository.mk @@ -909,6 +909,8 @@ $(eval $(call gb_Helper_register_packages_for_install,brand,\ desktop_branding \ $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \ $(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) \ )) diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 68eb9cb8bd90..2bb68015a159 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -58,7 +58,6 @@ Module gid_Module_Root_Brand gid_Brand_File_Gdb_Trace, gid_Brand_File_Bin_Unoinfo, gid_Brand_File_Desktophelper_Txt, - gid_Brand_File_Html_Thirdpartylicensereadme, gid_Brand_File_Lib_Dbghelp, gid_Brand_File_Lib_Mingw_GccS, gid_Brand_File_Lib_Mingw_Stdcpp, @@ -77,11 +76,7 @@ Module gid_Module_Root_Brand gid_Brand_File_Share_Xdg_QStart, gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_Writer, - gid_Brand_File_Share_Xdg_XsltFilter, - gid_License_Txt, - git_License_Odt, - gid_Credits_Odt, - gid_Apache_Notice); + gid_Brand_File_Share_Xdg_XsltFilter); End // Language specific brand module @@ -469,17 +464,6 @@ End // 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 File gid_Brand_File_Gdb_Trace @@ -1231,52 +1215,3 @@ ProfileItem gid_Brand_Profileitem_Setup_Install Styles = (INIFILETABLE); End #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 -- cgit