[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - scp2/source setup_native/source
Muhammet Kara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 2 18:39:12 UTC 2020
scp2/source/ooo/file_ooo.scp | 9 +++++++++
scp2/source/ooo/module_ooo.scp | 11 +++++++++++
scp2/source/ooo/module_ooo.ulf | 6 ++++++
setup_native/source/packinfo/packinfo_office.txt | 15 +++++++++++++++
setup_native/source/packinfo/spellchecker_selection.txt | 1 +
5 files changed, 42 insertions(+)
New commits:
commit c88186145cb2c16a0e32bcdaab523a656a50edb9
Author: Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Wed Jul 1 23:07:00 2020 +0300
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Jul 2 20:38:39 2020 +0200
Add Turkish (tr) dictionary
Change-Id: Ibc1e7505e6a7492f4d0714c848a6d1eebcdf4a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97670
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 50d5b1a0fdf7..0610c31bb188 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -716,6 +716,15 @@ File gid_File_Extension_Dictionary_Th
End
#endif
+#if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Tr
+ Dir = FILELIST_DIR;
+ Name = "Dictionary/dict-tr.filelist";
+ Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+ TXT_FILE_BODY;
+End
+#endif
+
#if defined WITH_MYSPELL_DICTS
File gid_File_Extension_Dictionary_Uk
Dir = FILELIST_DIR;
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 509f4b401572..0c1db4fd4aaf 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -676,6 +676,17 @@ Module gid_Module_Root_Extension_Dictionary_Th
Styles = ();
End
+Module gid_Module_Root_Extension_Dictionary_Tr
+ MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_TR );
+ Files = (gid_File_Extension_Dictionary_Tr);
+ InstallOrder = "2000";
+ Sortkey = "505";
+ Spellcheckerlanguage = "tr";
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Dictionaries;
+ Styles = ();
+End
+
Module gid_Module_Root_Extension_Dictionary_Uk
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_UK );
Files = (gid_File_Extension_Dictionary_Uk);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 88f25615d061..5f7609eba8d9 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -340,6 +340,12 @@ en-US = "Thai"
[STR_DESC_MODULE_EXTENSION_DICTIONARY_TH]
en-US = "Thai spelling dictionary"
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_TR]
+en-US = "Turkish"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_TR]
+en-US = "Turkish spelling dictionary"
+
[STR_NAME_MODULE_EXTENSION_DICTIONARY_UK]
en-US = "Ukrainian"
diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt
index bcf4813c356e..f3efd5afa4bf 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -1107,6 +1107,21 @@ destpath = "/opt"
packageversion = "%PACKAGEVERSION"
End
+Start
+module = "gid_Module_Root_Extension_Dictionary_Tr"
+solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-tr"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-tr"
+requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2014-2018 by Harun Resit Zafer, Muhammet Kara"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Tr dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
Start
module = "gid_Module_Root_Extension_Dictionary_Uk"
solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-uk"
diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt
index 881ba99246e0..89dd8978e5c2 100644
--- a/setup_native/source/packinfo/spellchecker_selection.txt
+++ b/setup_native/source/packinfo/spellchecker_selection.txt
@@ -83,6 +83,7 @@ sr-Latn = "sr"
sw = "sw"
te = "te"
th = "th"
+tr = "tr"
uk = "uk,ru"
vi = "vi,fr"
zh-TW = "EMPTY"
More information about the Libreoffice-commits
mailing list