Kaydet (Commit) 5f77059f authored tarafından David Ostrovsky's avatar David Ostrovsky Kaydeden (comit) Michael Stahl

scp2: move numbertext to AutoInstall

Change-Id: Idf9ea17b485ab07323a895e7e3f1eca1e198747c
Reviewed-on: https://gerrit.libreoffice.org/13047Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 5eba1238
......@@ -780,6 +780,12 @@ $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
))
endif
ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
$(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
numbertext \
))
endif
$(eval $(call gb_Helper_register_jars,OXT, \
EvolutionarySolver \
active_java \
......
......@@ -21,6 +21,7 @@ $(eval $(call gb_AutoInstall_add_module,crashrep,,LIBO_EXECUTABLE))
$(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))
$(eval $(call gb_AutoInstall_add_module,extensions_numbertext,,,,))
$(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE))
......
......@@ -12,6 +12,7 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/extensions))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_bsh))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_ct2n))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_rhino))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_numbertext))
$(eval $(call gb_InstallModule_add_templates,scp2/extensions,\
scp2/source/templates/module_langpack_extensions_templates \
......
......@@ -35,19 +35,6 @@ End
#endif
/* ** Numbertext ** */
#ifdef WITH_EXTENSION_NUMBERTEXT
File gid_File_Oxt_NumberText
TXT_FILE_BODY;
Styles = (PACKED, FILELIST);
Dir = FILELIST_DIR;
Name = "numbertext.filelist";
End
#endif
/* ** Hungarian Cross-reference Toolbar** */
#ifdef WITH_EXTENSION_HUNART
......
......@@ -50,12 +50,14 @@ End
/* ** Numbertext ** */
#ifdef WITH_EXTENSION_NUMBERTEXT
#include "AutoInstall/extensions_numbertext"
Module gid_Module_Optional_Extensions_NumberText
PackageInfo = "packinfo_extensions.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT);
ParentID = gid_Module_Optional_Extensions;
Files = (
gid_File_Oxt_NumberText );
Files = (auto_extensions_numbertext_ALL);
Minimal = NO;
Default = YES;
Styles = ( );
......
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