Remove obsolete Numbertext 0.9.5 extension

There is no point to bundle it, because
1) it is an old version
2) since LibreOffice 7.5 there are built-in number formats in
   Calc with the same functionality (using libnumbertext FWIW)

Change-Id: I8cfb24f7e6f045bd51fea620aca6a61269dba77a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180996
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Andras Timar 2025-02-01 12:24:44 +01:00
parent 88741ef8c7
commit a76a0ca930
16 changed files with 0 additions and 80 deletions

View File

@ -213,7 +213,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
$(call fetch_Optional,MWAW,MWAW_TARBALL) \ $(call fetch_Optional,MWAW,MWAW_TARBALL) \
$(call fetch_Optional,MYTHES,MYTHES_TARBALL) \ $(call fetch_Optional,MYTHES,MYTHES_TARBALL) \
$(call fetch_Optional,NSS,NSS_TARBALL) \ $(call fetch_Optional,NSS,NSS_TARBALL) \
$(call fetch_Optional_pack,NUMBERTEXT_EXTENSION_PACK) \
$(call fetch_Optional,ODFGEN,ODFGEN_TARBALL) \ $(call fetch_Optional,ODFGEN,ODFGEN_TARBALL) \
$(call fetch_Optional,ONLINEUPDATE,ONLINEUPDATE_TARBALL) \ $(call fetch_Optional,ONLINEUPDATE,ONLINEUPDATE_TARBALL) \
$(call fetch_Optional,OPENLDAP,OPENLDAP_TARBALL) \ $(call fetch_Optional,OPENLDAP,OPENLDAP_TARBALL) \

View File

@ -838,12 +838,6 @@ $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
)) ))
endif 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, \ $(eval $(call gb_Helper_register_jars,OXT, \
EvolutionarySolver \ EvolutionarySolver \
active_java \ active_java \

View File

@ -525,7 +525,6 @@ export NAFLAGS=@NAFLAGS@
export NM=@NM@ export NM=@NM@
export NSS_CFLAGS=$(gb_SPACE)@NSS_CFLAGS@ export NSS_CFLAGS=$(gb_SPACE)@NSS_CFLAGS@
export NSS_LIBS=$(gb_SPACE)@NSS_LIBS@ export NSS_LIBS=$(gb_SPACE)@NSS_LIBS@
export NUMBERTEXT_EXTENSION_PACK=@NUMBERTEXT_EXTENSION_PACK@
export nodep=@nodep@ export nodep=@nodep@
@x_OBJCFLAGS@ export OBJCFLAGS=@OBJCFLAGS@ @x_OBJCFLAGS@ export OBJCFLAGS=@OBJCFLAGS@
@x_OBJCXXFLAGS@ export OBJCXXFLAGS=@OBJCXXFLAGS@ @x_OBJCXXFLAGS@ export OBJCXXFLAGS=@OBJCXXFLAGS@

View File

@ -14050,7 +14050,6 @@ dnl There are standalone tests for each of these below.
WITH_EXTRA_EXTENSIONS= WITH_EXTRA_EXTENSIONS=
AC_SUBST([WITH_EXTRA_EXTENSIONS]) AC_SUBST([WITH_EXTRA_EXTENSIONS])
libo_CHECK_EXTENSION([Numbertext],[NUMBERTEXT],[numbertext],[numbertext],[b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt])
if test "x$with_java" != "xno"; then if test "x$with_java" != "xno"; then
libo_CHECK_EXTENSION([NLPSolver],[NLPSOLVER],[nlpsolver],[nlpsolver],[]) libo_CHECK_EXTENSION([NLPSolver],[NLPSOLVER],[nlpsolver],[nlpsolver],[])
fi fi

View File

@ -55,8 +55,6 @@
--disable-postgresql-sdbc --disable-postgresql-sdbc
--disable-firebird-sdbc --disable-firebird-sdbc
--disable-randr --disable-randr
--disable-ext-numbertext
#--disable-ext-ct2n
--enable-epm --enable-epm
--enable-python=internal --enable-python=internal
--disable-online-update --disable-online-update

View File

@ -7,7 +7,6 @@
--enable-epm --enable-epm
--enable-evolution2 --enable-evolution2
--enable-ext-nlpsolver --enable-ext-nlpsolver
--enable-ext-numbertext
--enable-ext-wiki-publisher --enable-ext-wiki-publisher
--enable-gstreamer-1-0 --enable-gstreamer-1-0
--enable-python=fully-internal --enable-python=fully-internal

View File

@ -1,4 +1,3 @@
--disable-ext-numbertext
--disable-firebird-sdbc --disable-firebird-sdbc
--disable-lotuswordpro --disable-lotuswordpro
--disable-lpsolve --disable-lpsolve

View File

@ -695,9 +695,5 @@ ZXING_TARBALL := zxing-cpp-2.3.0.tar.gz
# three static lines # three static lines
# so that git cherry-pick # so that git cherry-pick
# will not run into conflicts # will not run into conflicts
NUMBERTEXT_EXTENSION_SHA256SUM := 1568ed1d2feb8210bb5de61d69574a165cded536cfa17c6953c9064076469de2
# three static lines
# so that git cherry-pick
# will not run into conflicts
OPENSYMBOL_SHA256SUM := f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140 OPENSYMBOL_SHA256SUM := f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140
OPENSYMBOL_TTF := f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf OPENSYMBOL_TTF := f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf

View File

@ -9,8 +9,4 @@
$(eval $(call gb_ExtensionPackageSet_ExtensionPackageSet,misc_extensions)) $(eval $(call gb_ExtensionPackageSet_ExtensionPackageSet,misc_extensions))
ifneq ($(NUMBERTEXT_EXTENSION_PACK),)
$(eval $(call gb_ExtensionPackageSet_add_extension,misc_extensions,numbertext,$(NUMBERTEXT_EXTENSION_PACK)))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View File

@ -2281,21 +2281,6 @@
<hr /> <hr />
<h1><a id="a__Extensions" name="a__Extensions">Extensions</a></h1> <h1><a id="a__Extensions" name="a__Extensions">Extensions</a></h1>
<p>Only third party extensions are listed here whose source code is not in the LibreOffice tree.</p> <p>Only third party extensions are listed here whose source code is not in the LibreOffice tree.</p>
<div class="NUMBERTEXT"><!-- FIXME: license_*.xsl written in XSLT 1.0 matches this when LIBNUMBERTEXT is defined -->
<h2>Numbertext</h2>
<p>The following software may be included in this product: Numbertext. Use of any of this software is governed
by the terms of the license below:</p>
<p>License: LGPL/BSD dual-license, 2009-2010 (C) László Németh (nemeth at openoffice dot org)</p>
<p>Numbertext language data (Soros programs):</p>
<p>LGPL/BSD dual-license, 2009-2010 (C) László Németh et al. (see AUTHORS)</p>
<p>Serbian modules:</p>
<p>CC/LGPL/BSD tri-license, 2009 (C) Goran Rakić (grakic at devbase dot net)</p>
<p>Note: for full distribution with specifications, IDE and JavaScript implementation, see <a href=
"http://NUMBERTEXT.org/">http://NUMBERTEXT.org</a></p>
<p>Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
either express or implied.</p>
<p><a href="#a__LGPL_version_3">Jump to LGPL Version 3</a></p>
</div>
<div class="NLPSOLVER"> <div class="NLPSOLVER">
<h2>Solver for Nonlinear Programming</h2> <h2>Solver for Nonlinear Programming</h2>
<p>The following software may be included in this product: Solver for Nonlinear Programming. Use of any of this <p>The following software may be included in this product: Solver for Nonlinear Programming. Use of any of this

View File

@ -19,7 +19,6 @@ $(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,calc_brand,,LIBO_EXECUTABLE,,PACKAGE_FILELIST))
$(eval $(call gb_AutoInstall_add_module,draw_brand,,LIBO_EXECUTABLE,,PACKAGE_FILELIST)) $(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_bsh,,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,extensions_numbertext,,,,PACKAGE_FILELIST))
$(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,firebirdsdbc,LIBO_LIB_FILE,,,PACKAGE_FILELIST)) $(eval $(call gb_AutoInstall_add_module,firebirdsdbc,LIBO_LIB_FILE,,,PACKAGE_FILELIST))
$(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE,LIBO_EXECUTABLE))

View File

@ -11,7 +11,6 @@ $(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_bsh))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_rhino)) $(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_scpfiles,scp2/extensions,\ $(eval $(call gb_InstallModule_add_scpfiles,scp2/extensions,\
scp2/source/extensions/file_extensions \ scp2/source/extensions/file_extensions \

View File

@ -45,22 +45,6 @@ Module gid_Module_Optional_Extensions_MEDIAWIKI
End End
#endif #endif
/* ** 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 = (auto_extensions_numbertext_ALL);
Default = YES;
Styles = ( );
End
#endif
/* ** NLPSolver ** */ /* ** NLPSolver ** */
#ifdef WITH_EXTENSION_NLPSOLVER #ifdef WITH_EXTENSION_NLPSOLVER

View File

@ -28,12 +28,6 @@ en-US = "MediaWiki Publisher"
[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MEDIAWIKI] [STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MEDIAWIKI]
en-US = "MediaWiki Publisher" en-US = "MediaWiki Publisher"
[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT]
en-US = "Numbertext"
[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT]
en-US = "Provides the NUMBERTEXT/MONEYTEXT spreadsheet functions which convert numbers to localized text, e.g. '100' to 'hundred'."
[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NLPSOLVER] [STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NLPSOLVER]
en-US = "Solver for Nonlinear Programming" en-US = "Solver for Nonlinear Programming"

View File

@ -420,11 +420,6 @@ Directory gid_Dir_Share_Fingerprint
DosName = "fingerprint"; DosName = "fingerprint";
End End
Directory gid_Dir_Share_Numbertext
ParentID = gid_Brand_Dir_Share;
DosName = "numbertext";
End
Directory gid_Dir_Help Directory gid_Dir_Help
#if defined MACOSX #if defined MACOSX
ParentID = gid_Dir_Bundle_Contents_Resources; ParentID = gid_Dir_Bundle_Contents_Resources;

View File

@ -49,21 +49,6 @@ destpath = "/opt"
packageversion = "%PACKAGEVERSION" packageversion = "%PACKAGEVERSION"
End End
Start
module = "gid_Module_Optional_Extensions_NumberText"
solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-numbertext"
solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core (Name="Core module for %PRODUCTNAME %PRODUCTVERSION")"
packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-extension-numbertext"
requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
linuxpatchrequires = ""
copyright = "2009 by FSF.hu"
solariscopyright = "solariscopyrightfile"
vendor = "The Document Foundation"
description = "Numbertext extension for %PRODUCTNAME %PRODUCTVERSION"
destpath = "/opt"
packageversion = "%PACKAGEVERSION"
End
Start Start
module = "gid_Module_Optional_Extensions_NLPSolver" module = "gid_Module_Optional_Extensions_NLPSolver"
solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-nlpsolver" solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-nlpsolver"