diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-02-06 13:53:17 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-10 13:23:33 +0000 |
commit | 4af38b099c741c3676aefeb20c515913aaeed666 (patch) | |
tree | 7c0fe178e6390de0b9431d1e9cab09d63ee0b9a3 | |
parent | d06d5e32a04602591827b32fc860bb0536115ddb (diff) |
fdo#60924: Move some packages to autoinstall
Change-Id: I5805c8d1c9978b8625ba0e0ea6c4337baf5a6cb5
Reviewed-on: https://gerrit.libreoffice.org/7903
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | Repository.mk | 22 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 38 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/ure.scp | 29 |
4 files changed, 14 insertions, 77 deletions
diff --git a/Repository.mk b/Repository.mk index 1b0396a5cb85..b702ae349c69 100644 --- a/Repository.mk +++ b/Repository.mk @@ -451,9 +451,14 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \ affine_uno_uno \ - $(if $(ENABLE_JAVA),java_uno) \ - $(if $(ENABLE_JAVA),juh) \ - $(if $(ENABLE_JAVA),juhx) \ + $(if $(filter MSC,$(COM)),cli_uno) \ + $(if $(ENABLE_JAVA), \ + java_uno \ + jpipe \ + $(if $(filter $(OS),WNT),jpipx) \ + juh \ + juhx \ + ) \ log_uno_uno \ unsafe_uno_uno \ $(if $(URELIBS),urelibs) \ @@ -491,11 +496,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ $(if $(filter MSC,$(COM)),cli_cppuhelper) \ )) -$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ - $(if $(filter MSC,$(COM)),cli_uno) \ - jpipe \ - $(if $(filter WNT,$(OS)),jpipx) \ -)) $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ $(if $(ENABLE_VLC),avmediavlc) \ @@ -706,6 +706,12 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\ ) \ )) +$(eval $(call gb_Helper_register_packages_for_install,ooo,\ + $(if $(SYSTEM_CURL),,curl) \ + $(if $(SYSTEM_LCMS2),,lcms2) \ + $(if $(SYSTEM_LIBXSLT),,xslt) \ +)) + # External executables $(eval $(call gb_ExternalExecutable_register_executables,\ genbrk \ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index c90e28ab8132..c1a93042b92f 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -82,17 +82,6 @@ End #endif -#ifndef SYSTEM_CURL - -File gid_File_Lib_Curl - LIB_FILE_BODY; - Styles = (FILELIST); - Dir = FILELIST_DIR; - Name = "curl.filelist"; -End - -#endif - #if defined UNX && ! defined MACOSX #ifdef ENABLE_TDE File gid_File_Bin_TdeFilePicker @@ -132,26 +121,8 @@ End #endif #endif -#ifndef SYSTEM_LCMS2 - -File gid_File_Lib_Lcms2 - LIB_FILE_BODY; - Styles = (FILELIST); - Dir = FILELIST_DIR; - Name = "lcms2.filelist"; -End - -#endif - #ifdef NEED_CAIRO -File gid_File_Lib_Cairo - LIB_FILE_BODY; - Styles = (FILELIST); - Dir = FILELIST_DIR; - Name = "cairo.filelist"; -End - #ifndef WNT File gid_File_Lib_Pixman @@ -270,15 +241,6 @@ End #endif -#ifndef SYSTEM_LIBXSLT -File gid_File_Lib_Xslt - LIB_FILE_BODY; - Styles = (FILELIST); - Dir = FILELIST_DIR; - Name = "xslt.filelist"; -End -#endif - #ifdef WNT File gid_File_Lib_LibXMLSec_xmlseccore PACKED_LIB_FILE_BODY; diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index 0881652c8a08..6f29752aa5a3 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -160,7 +160,6 @@ Module gid_Module_Root_Files_5 #if ! defined SYSTEM_CLUCENE gid_File_Lib_CLucene, #endif - gid_File_Lib_Curl, gid_Unixlink_File_Lib_Curl, gid_File_Lib_Icudata, gid_File_Lib_Icui18n, @@ -190,7 +189,6 @@ Module gid_Module_Root_Files_5 gid_File_Lib_Sndfile, gid_File_Lib_Ucpdav1, gid_File_Lib_Neon, - gid_File_Lib_Xslt, gid_Unixlink_File_Lib_Xslt, gid_Unixlink_File_Lib_eXslt, gid_File_Lib_LibXMLSec_xmlsecnss, diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index 7069ee66d911..d690ed750daa 100644 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -267,14 +267,6 @@ End #if defined _MSC_VER -File gid_File_Dl_Cli_Uno - LIB_FILE_BODY; - Dir = SCP2_URE_DL_DIR; - Name = SCP2_URE_DL_NORMAL("cli_uno"); - Styles = (PACKED); - -End - File gid_File_Dl_Cli_Ure_Assembly TXT_FILE_BODY; Styles = (PACKED, ASSEMBLY); @@ -413,24 +405,6 @@ End #endif -#if defined ENABLE_JAVA -File gid_File_Dl_Jpipe - LIB_FILE_BODY; - Dir = SCP2_URE_DL_DIR; - Name = SCP2_URE_JDL_NORMAL("jpipe"); - Styles = (PACKED); -End -#endif - -#if defined ENABLE_JAVA && defined WNT -File gid_File_Dl_Jpipx - LIB_FILE_BODY; - Dir = SCP2_URE_DL_DIR; - Name = SCP2_URE_DL_NORMAL("jpipx"); - Styles = (PACKED); -End -#endif - #if !defined SYSTEM_LIBXML File gid_File_Dl_Libxml2 LIB_FILE_BODY; @@ -522,7 +496,6 @@ Module gid_Module_Root_Ure_Hidden gid_File_ThirdpartylicensereadmeHtml_Ure, gid_File_Readme_Ure, gid_File_License_Ure, - gid_File_Dl_Cli_Uno, gid_File_Dl_Cli_Ure_Assembly, gid_File_Dl_Policy_Cli_Ure_Assembly, gid_File_Dl_Policy_Cli_Ure_Config, @@ -550,8 +523,6 @@ Module gid_Module_Root_Ure_Hidden gid_Unixlink_File_Dl_Salhelper, gid_File_Dl_Profile_Uno, gid_Unixlink_File_Dl_Rmcxt, - gid_File_Dl_Jpipe, - gid_File_Dl_Jpipx, gid_File_Dl_Libxml2, gid_File_Lib_Mingw_GccS_Ure, gid_File_Lib_Mingw_Stdcpp_Ure, |