make-package-modules-not-suck
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Sun, 4 May 2025 05:34:39 +0000 (07:34 +0200)
committerRene Engelhard <rene@debian.org>
Sun, 4 May 2025 05:34:39 +0000 (07:34 +0200)
Gbp-Pq: Name make-package-modules-not-suck.diff

Repository.mk
scp2/AutoInstall.mk
scp2/InstallModule_draw.mk
scp2/source/draw/module_draw.scp

index eb493f1f5e8c9eb8c91e4d7fbd3e270586d7a021..dba6f9874803f0499861f2b7a8b176d0c1516be3 100644 (file)
@@ -268,13 +268,29 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
        abp \
+       calc \
+       dba \
+       dbahsql \
+       $(call gb_Helper_optional,DBCONNECTIVITY, \
+               dbase \
+               dbaxml) \
        dbp \
        dbu \
+       $(call gb_Helper_optional,DBCONNECTIVITY,flat) \
+       $(if $(ENABLE_JAVA),jdbc) \
+       $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
+       $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
+       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 \
@@ -289,6 +305,12 @@ $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,calc, \
     scui \
 ))
 
+$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,draw, \
+       animcore \
+       sd \
+       sdd \
+))
+
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
        svgfilter \
        wpftdraw \
@@ -296,9 +318,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
-       animcore \
        PresentationMinimizer \
        wpftimpress \
+       slideshow \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
@@ -403,11 +425,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
        $(if $(filter $(OS),WNT),,cmdmail) \
        configmgr \
        ctl \
-       dba \
-       dbahsql \
-       $(call gb_Helper_optional,DBCONNECTIVITY, \
-               dbase \
-               dbaxml) \
        dbtools \
        deploymentmisc \
        $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
@@ -420,7 +437,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
        $(if $(filter WNT,$(OS)),emser) \
        evtatt \
        $(call gb_Helper_optional,DBCONNECTIVITY, \
-               flat \
                file) \
        filterconfig \
        fps_office \
@@ -432,7 +448,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
     $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helplinker) \
        i18npool \
        i18nsearch \
-       $(if $(ENABLE_JAVA),jdbc) \
        $(if $(filter WNT,$(OS)),jumplist) \
        $(if $(ENABLE_LDAP),ldapbe2) \
        $(if $(filter WNT,$(OS)),WinUserInfoBe) \
@@ -447,10 +462,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
        msfilter \
        $(call gb_Helper_optional,SCRIPTING,msforms) \
        mtfrenderer \
-       $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
-       $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
        numbertext \
-       odbc \
        odfflatxml \
        offacc \
        oox \
@@ -463,10 +475,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
        sb \
        $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
        scn \
-       sd \
-       sdd \
        sfx \
-       slideshow \
        sot \
        $(if $(or $(DISABLE_GUI),$(ENABLE_WASM_STRIP_SPLASH)),,spl) \
        storagefd \
@@ -477,7 +486,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
        svt \
        svx \
        svxcore \
-       sw \
        syssh \
        textconversiondlgs \
        textfd \
@@ -525,12 +533,15 @@ $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,ooo, \
     $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),components) \
     cui \
     icg \
-    sdui \
     $(if $(ENABLE_GEN),vclplug_gen) \
     $(if $(filter $(OS),WNT),vclplug_win) \
     $(if $(filter $(OS),MACOSX),vclplug_osx) \
 ))
 
+$(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,draw, \
+    sdui \
+))
+
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
        $(if $(BUILD_POSTGRESQL_SDBC), \
                postgresql-sdbc \
@@ -566,6 +577,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
        hwp \
        $(if $(ENABLE_LWP),lwpft) \
        msword \
+       sw \
        swd \
        t602filter \
        $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
@@ -673,12 +685,10 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
     ) \
        cached1 \
        comphelper \
-       $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
        $(call gb_Helper_optional,BREAKPAD,crashreport) \
        deployment \
        deploymentgui \
        embobj \
-       $(if $(ENABLE_JAVA),hsqldb) \
        i18nutil \
        $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
        $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekitgtk) \
@@ -688,7 +698,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
        emboleobj \
        package2 \
        $(call gb_Helper_optional,SCRIPTING,scriptframe) \
-       sdbc2 \
        sofficeapp \
        srtrs1 \
        ucb1 \
index 4cfcbde8c88f1be0e44c6a9ab0eaf762bc063f97..968da32e77bc39c1dd61891822ba328dbeea4e9b 100644 (file)
@@ -17,6 +17,7 @@ $(eval $(call gb_AutoInstall_add_module,base_brand,,LIBO_EXECUTABLE,,PACKAGE_FIL
 $(eval $(call gb_AutoInstall_add_module,brand,,LIBO_EXECUTABLE,,PACKAGE_FILELIST))
 $(eval $(call gb_AutoInstall_add_module,calc,LIBO_LIB_FILE,,,PACKAGE_FILELIST))
 $(eval $(call gb_AutoInstall_add_module,calc_brand,,LIBO_EXECUTABLE,,PACKAGE_FILELIST))
+$(eval $(call gb_AutoInstall_add_module,draw,LIBO_LIB_FILE))
 $(eval $(call gb_AutoInstall_add_module,draw_brand,,LIBO_EXECUTABLE,,PACKAGE_FILELIST))
 $(eval $(call gb_AutoInstall_add_module,extensions_bsh,,,LIBO_JAR_FILE))
 $(eval $(call gb_AutoInstall_add_module,extensions_numbertext,,,,PACKAGE_FILELIST))
index a7c02bef4bac35907807543c77c0c31c280ef7ce..d48edf2b9e90f6819cb1dba7449329091f156109 100644 (file)
@@ -10,6 +10,7 @@
 $(eval $(call gb_InstallModule_InstallModule,scp2/draw))
 
 $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/draw,\
+       draw \
        draw_brand \
 ))
 
index 87375797e1c6e411807a90e4e91e7108923bbbe5..a3ee5f935f4027b7e3e1f082527b3e3bef1d6dd0 100644 (file)
@@ -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