summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readlicense_oo/license/license.xml5
-rw-r--r--scp2/source/ooo/file_ooo.scp9
-rw-r--r--scp2/source/ooo/module_ooo.scp11
-rw-r--r--scp2/source/ooo/module_ooo.ulf6
-rw-r--r--setup_native/source/packinfo/packinfo_office.txt15
-rw-r--r--setup_native/source/packinfo/spellchecker_selection.txt1
6 files changed, 47 insertions, 0 deletions
diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml
index 290cdfdfee94..0655cc8bee62 100644
--- a/readlicense_oo/license/license.xml
+++ b/readlicense_oo/license/license.xml
@@ -3302,6 +3302,11 @@
<p><a href="#a__GPL_version_3">Jump to GPL Version 3</a></p>
<p><a href="#a__LGPL_version_3">Jump to LGPL Version 3</a></p>
<p><a href="#a__MPL_version_1_1">Jump to MPL Version 1.1</a></p>
+ <h2>Esperanto</h2>
+ <h3>Spelling dictionary, hyphenation patterns, and thesaurus</h3>
+ <p>The following software may be included in this product: Esperanto spelling dictionary, hyphenation patterns,
+ and thesaurus. Use of any of this software is governed by the terms of the license below:</p>
+ <p><a href="#a__GPL_version_3">GNU General Public License version 3</a>.</p>
<h2>Estonian</h2>
<h3>Spelling dictionary</h3>
<p>The following software may be included in this product: Estonian spelling dictionary. Use of any of this
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 7d2a1eed2f0e..dc1697395b14 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -402,6 +402,15 @@ End
#endif
#if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Eo
+ Dir = FILELIST_DIR;
+ Name = "Dictionary/dict-eo.filelist";
+ Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+ TXT_FILE_BODY;
+End
+#endif
+
+#if defined WITH_MYSPELL_DICTS
File gid_File_Extension_Dictionary_Es
Dir = FILELIST_DIR;
Name = "Dictionary/dict-es.filelist";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index ee8024fe8f21..5bfc0137a38a 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -291,6 +291,17 @@ Module gid_Module_Root_Extension_Dictionary_El
Styles = ();
End
+Module gid_Module_Root_Extension_Dictionary_Eo
+ MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_EO );
+ Files = (gid_File_Extension_Dictionary_Eo);
+ InstallOrder = "2000";
+ Sortkey = "721";
+ Spellcheckerlanguage = "eo";
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Dictionaries;
+ Styles = ();
+End
+
Module gid_Module_Root_Extension_Dictionary_Es
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_ES );
Files = (gid_File_Extension_Dictionary_Es);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 5aaa1dc05ccd..9c65148431ae 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -130,6 +130,12 @@ en-US = "Greek"
[STR_DESC_MODULE_EXTENSION_DICTIONARY_EL]
en-US = "Greek spelling dictionary, and hyphenation rules"
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_EO]
+en-US = "Esperanto"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_EO]
+en-US = "Esperanto spelling dictionary, hyphenation rules, and thesaurus"
+
[STR_NAME_MODULE_EXTENSION_DICTIONARY_ES]
en-US = "Spanish"
diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt
index 56866e7d6a3d..2384cdfc1cdf 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -583,6 +583,21 @@ packageversion = "%PACKAGEVERSION"
End
Start
+module = "gid_Module_Root_Extension_Dictionary_Eo"
+solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-eo"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-eo"
+requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2021 The Document Foundation"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Eo dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
+Start
module = "gid_Module_Root_Extension_Dictionary_Es"
solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-es"
solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt
index a5a7649e3317..b4f568b8e673 100644
--- a/setup_native/source/packinfo/spellchecker_selection.txt
+++ b/setup_native/source/packinfo/spellchecker_selection.txt
@@ -43,6 +43,7 @@ el = "el"
en-US = "en,es,fr"
en-GB = "en,es,fr"
en-ZA = "en,es,fr"
+eo = "eo"
es = "es,an,ca,fr,gl,oc,pt-PT"
et = "et"
fr = "fr,es"