From: Debian LibreOffice Maintainers Date: Thu, 4 May 2017 18:18:44 +0000 (+0000) Subject: make-package-modules-not-suck X-Git-Tag: archive/raspbian/1%5.2.7-1+rpi1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b6182ee9cdb19be6afc2f2a7386bf7fd9cbe72d;p=libreoffice.git make-package-modules-not-suck Gbp-Pq: Name make-package-modules-not-suck.diff --- diff --git a/Repository.mk b/Repository.mk index 14a1c07e59c..b6c97e00632 100644 --- a/Repository.mk +++ b/Repository.mk @@ -199,13 +199,28 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \ abp \ + calc \ + $(call gb_Helper_optional,DBCONNECTIVITY, \ + dba \ + dbase \ + dbaxml) \ dbp \ dbu \ + $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \ + $(call gb_Helper_optional,DBCONNECTIVITY,flat) \ + $(if $(ENABLE_JAVA),jdbc) \ + $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \ + odbc \ +)) + +$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,base, \ + $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \ + $(if $(ENABLE_JAVA),hsqldb) \ + sdbc2 \ )) $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \ analysis \ - $(call gb_Helper_optional,DBCONNECTIVITY,calc) \ date \ pricing \ sc \ @@ -217,6 +232,14 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \ )) +$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,draw, \ + animcore \ + sd \ + sdd \ + sdfilt \ + sdui \ +)) + $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \ svgfilter \ flash \ @@ -236,11 +259,11 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,tde, \ )) $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \ - animcore \ placeware \ PresenterScreen \ PresentationMinimizer \ wpftimpress \ + slideshow \ )) $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \ @@ -301,11 +324,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ ctl \ cui \ $(call gb_Helper_optional,DBCONNECTIVITY, \ - dba \ - dbase \ dbmm \ - dbtools \ - dbaxml) \ + dbtools) \ deploymentmisc \ $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \ $(if $(USING_X11),desktop_detector) \ @@ -318,10 +338,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ evtatt \ expwrap \ $(call gb_Helper_optional,DBCONNECTIVITY, \ - flat \ file) \ filterconfig \ - $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \ fps_office \ for \ forui \ @@ -340,7 +358,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ gie \ hyphen \ icg \ - $(if $(ENABLE_JAVA),jdbc) \ ldapbe2 \ localebe1 \ log \ @@ -353,8 +370,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ msfilter \ $(call gb_Helper_optional,SCRIPTING,msforms) \ mtfrenderer \ - $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \ - odbc \ odfflatxml \ offacc \ oox \ @@ -368,13 +383,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ sb \ $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \ scn \ - sd \ - sdd \ - sdfilt \ - sdui \ sfx \ simplecanvas \ - slideshow \ sot \ spell \ $(if $(ENABLE_HEADLESS),,spl) \ @@ -385,7 +395,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ svt \ svx \ svxcore \ - sw \ syssh \ $(if $(ENABLE_TDEAB),tdeab1) \ $(if $(ENABLE_TDEAB),tdeabdrv1) \ @@ -469,6 +478,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \ hwp \ $(if $(ENABLE_LWP),lwpft) \ msword \ + sw \ swd \ swui \ t602filter \ @@ -546,14 +556,12 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ cached1 \ collator_data \ comphelper \ - $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \ $(call gb_Helper_optional,BREAKPAD,crashreport) \ deployment \ deploymentgui \ dict_ja \ dict_zh \ embobj \ - $(if $(ENABLE_JAVA),hsqldb) \ i18nlangtag \ i18nutil \ index_data \ @@ -570,7 +578,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ package2 \ $(if $(USING_X11),recentfile) \ $(call gb_Helper_optional,SCRIPTING,scriptframe) \ - sdbc2 \ sofficeapp \ srtrs1 \ $(if $(filter $(OS),WNT),sysdtrans) \ diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 3f6de8c6f8d..e684517d419 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -18,6 +18,7 @@ $(eval $(call gb_AutoInstall_add_module,base_brand,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,brand,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,calc,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,calc_brand,,LIBO_EXECUTABLE)) +$(eval $(call gb_AutoInstall_add_module,draw,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,draw_brand,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,extensions_ct2n,,,,)) $(eval $(call gb_AutoInstall_add_module,extensions_bsh,,,LIBO_JAR_FILE)) diff --git a/scp2/InstallModule_draw.mk b/scp2/InstallModule_draw.mk index a7c02bef4ba..d48edf2b9e9 100644 --- a/scp2/InstallModule_draw.mk +++ b/scp2/InstallModule_draw.mk @@ -10,6 +10,7 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/draw)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/draw,\ + draw \ draw_brand \ )) diff --git a/scp2/source/draw/module_draw.scp b/scp2/source/draw/module_draw.scp index 87375797e1c..0913c6110f6 100644 --- a/scp2/source/draw/module_draw.scp +++ b/scp2/source/draw/module_draw.scp @@ -18,6 +18,7 @@ #include "macros.inc" +#include "AutoInstall/draw" #include "AutoInstall/draw_brand" Module gid_Module_Prg_Draw @@ -34,7 +35,8 @@ Module gid_Module_Prg_Draw_Bin Sortkey = "100"; Default = YES; Styles = (HIDDEN_ROOT); - Files = (gid_File_Extra_Urldesktop_Draw,gid_File_Extra_Urlnew_Draw,gid_File_Extra_Urlstart_Draw,gid_File_Extra_Urltasks_Draw, + Files = (auto_draw_ALL + gid_File_Extra_Urldesktop_Draw,gid_File_Extra_Urlnew_Draw,gid_File_Extra_Urlstart_Draw,gid_File_Extra_Urltasks_Draw, gid_File_Share_Registry_Draw_Xcd, gid_File_Tmp_Userinstall_Draw_Inf); End