[Libreoffice-commits] core.git: scp2/source setup_native/source

2020-12-17 Thread DaeHyun Sung (via logerrit)
 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 |2 +-
 5 files changed, 42 insertions(+), 1 deletion(-)

New commits:
commit 5d6cd2ee5876c86dc4dc976478a8b138c6c44f10
Author: DaeHyun Sung 
AuthorDate: Sun Nov 29 22:58:53 2020 +0900
Commit: Christian Lohmaier 
CommitDate: Thu Dec 17 14:27:33 2020 +0100

package Korean(ko-KR) dictionaries into installset

Change-Id: I30cc4bdf4283cefb5985dc5380e2db5660d7d6e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106840
Tested-by: Christian Lohmaier 
Reviewed-by: Christian Lohmaier 

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 0610c31bb188..7d2a1eed2f0e 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -527,6 +527,15 @@ File gid_File_Extension_Dictionary_Kmr_Latn
 End
 #endif
 
+#if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Ko
+Dir = FILELIST_DIR;
+Name = "Dictionary/dict-ko.filelist";
+Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+TXT_FILE_BODY;
+End
+#endif
+
 #if defined WITH_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Lo
Dir = FILELIST_DIR;
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 0c1db4fd4aaf..ee8024fe8f21 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -445,6 +445,17 @@ Module gid_Module_Root_Extension_Dictionary_Kmr_Latn
 Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Ko
+MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_KO );
+Files = (gid_File_Extension_Dictionary_Ko);
+InstallOrder = "2000";
+Sortkey = "623";
+Spellcheckerlanguage = "ko";
+PackageInfo = "packinfo_office.txt";
+ParentID = gid_Module_Dictionaries;
+Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_Lt
 MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LT );
 Files = (gid_File_Extension_Dictionary_Lt);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 5f7609eba8d9..5aaa1dc05ccd 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -214,6 +214,12 @@ en-US = "Kurdish, Northern, Latin script"
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_KMR_LATN]
 en-US = "Kurdish, Northern, Latin script spelling dictionary"
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_KO]
+en-US = "Korean"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_KO]
+en-US = "Korean spelling dictionary"
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_LO]
 en-US = "Lao"
 
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index f3efd5afa4bf..a9e04d5a3870 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -792,6 +792,21 @@ destpath = "/opt"
 packageversion = "%PACKAGEVERSION"
 End
 
+Start
+module = "gid_Module_Root_Extension_Dictionary_Ko"
+solarispackagename = 
"%PACKAGEPREFIX%WITHOUTDOTUNIXPRODUCTNAME%BRANDPACKAGEVERSION-dict-ko"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, 
%PACKAGEPREFIX%WITHOUTDOTUNIXPRODUCTNAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPRODUCTNAME%BRANDPACKAGEVERSION-dict-ko"
+requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core 
%PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%UNIXPRODUCTNAME%BRANDPACKAGEVERSION 
%PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2020 The Document Foundation"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "ko-KR dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
 Start
 module = "gid_Module_Root_Extension_Dictionary_Lo"
 solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-lo"
diff --git a/setup_native/source/packinfo/spellchecker_selection.txt 
b/setup_native/source/packinfo/spellchecker_selection.txt
index 89dd8978e5c2..a5a7649e3317 100644
--- a/setup_native/source/packinfo/spellchecker_selection.txt
+++ b/setup_native/source/packinfo/spellchecker_selection.txt
@@ -58,7 +58,7 @@ is = "is"
 it = "it,de,fr"
 ja = "EMPTY"
 kmr-Latn = "kmr-Latn-TR"
-ko = "EMPTY"
+ko = "ko"
 lo = "lo"
 lt = "lt,de,pl,ru"
 lv = "lv"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/source setup_native/source

2020-07-02 Thread Muhammet Kara (via logerrit)
 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 42f7b3605351a9026f2ce6e4a71cba0444b06569
Author: Muhammet Kara 
AuthorDate: Wed Jul 1 23:07:00 2020 +0300
Commit: Andras Timar 
CommitDate: Thu Jul 2 09:04:02 2020 +0200

Add Turkish (tr) dictionary

Change-Id: Ibc1e7505e6a7492f4d0714c848a6d1eebcdf4a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97661
Tested-by: Jenkins
Reviewed-by: Andras Timar 

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"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/source setup_native/source

2018-09-30 Thread Libreoffice Gerrit user
 scp2/source/gnome/module_gnome.ulf   |2 +-
 setup_native/source/packinfo/package_names.txt   |2 +-
 setup_native/source/packinfo/packinfo_office.txt |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1c0045688fee0916e652c235e3a3f474e8346849
Author: Matthias Seidel 
AuthorDate: Fri Sep 28 08:04:33 2018 +
Commit: Caolán McNamara 
CommitDate: Sun Sep 30 16:07:52 2018 +0200

Correcting description: Gnome -> GNOME

(cherry picked from commit 72b2299f3ec474a09e00f4966abc8c37bb972ec1)

Change-Id: I8bc06a07974f98707df39ff39d9e1a215cba9c52
Reviewed-on: https://gerrit.libreoffice.org/61156
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/scp2/source/gnome/module_gnome.ulf 
b/scp2/source/gnome/module_gnome.ulf
index 0f403b340100..54aaa0b1f190 100644
--- a/scp2/source/gnome/module_gnome.ulf
+++ b/scp2/source/gnome/module_gnome.ulf
@@ -20,5 +20,5 @@
 en-US = "GNOME Integration"
 
 [STR_DESC_MODULE_OPTIONAL_GNOME]
-en-US = "System integration of %PRODUCTNAME %PRODUCTVERSION into Gnome Desktop 
Environment."
+en-US = "System integration of %PRODUCTNAME %PRODUCTVERSION into GNOME Desktop 
Environment."
 
diff --git a/setup_native/source/packinfo/package_names.txt 
b/setup_native/source/packinfo/package_names.txt
index 37950a9f5421..980dc602a9ce 100644
--- a/setup_native/source/packinfo/package_names.txt
+++ b/setup_native/source/packinfo/package_names.txt
@@ -17,7 +17,7 @@
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-dict-vi   Vietnamese dictionary 
for %PRODUCTNAME %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-draw  Draw module for 
%PRODUCTNAME %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-emailmergeEmail mailmerge 
module for %PRODUCTNAME %PRODUCTVERSION
-%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-gnome-integratn   Gnome 
integration module for %PRODUCTNAME %PRODUCTVERSION
+%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-gnome-integratn   GNOME 
integration module for %PRODUCTNAME %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-graphicfilter Graphic filter 
module for %PRODUCTNAME %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-headless  Headless display module 
for %PRODUCTNAME %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-imagesImages module for 
%PRODUCTNAME %PRODUCTVERSION
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index ff128f991d79..b0284bf53acb 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -45,7 +45,7 @@ findrequires = ""
 copyright = "2018 The Document Foundation"
 solariscopyright = "solariscopyrightfile"
 vendor = "The Document Foundation"
-description = "Gnome integration module for %PRODUCTNAME %PRODUCTVERSION"
+description = "GNOME integration module for %PRODUCTNAME %PRODUCTVERSION"
 destpath = "/opt"
 packageversion = "%PACKAGEVERSION"
 End
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/source setup_native/source

2018-09-01 Thread Libreoffice Gerrit user
 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 6c08039ebec28b936dd4521139c9670f7fadf9f4
Author: Christian Lohmaier 
AuthorDate: Fri Aug 31 19:31:22 2018 +0200
Commit: Christian Lohmaier 
CommitDate: Sat Sep 1 08:49:58 2018 +0200

package Indonesian (id) dictionaries into installset

Change-Id: I78b8c745b9d6e4a23fa13622188c5bd1776b0ac6
Reviewed-on: https://gerrit.libreoffice.org/59882
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier 

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 6b6f2b896afb..0f34c027d85d 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -491,6 +491,15 @@ End
 #endif
 
 #if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Id
+Dir = FILELIST_DIR;
+Name = "Dictionary/dict-id.filelist";
+Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+TXT_FILE_BODY;
+End
+#endif
+
+#if defined WITH_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Is
 Dir = FILELIST_DIR;
 Name = "Dictionary/dict-is.filelist";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index abfd1a824cb1..509f4b401572 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -401,6 +401,17 @@ Module gid_Module_Root_Extension_Dictionary_Hr
 Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Id
+MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_ID );
+Files = (gid_File_Extension_Dictionary_Id);
+InstallOrder = "2000";
+Sortkey = "607";
+Spellcheckerlanguage = "id";
+PackageInfo = "packinfo_office.txt";
+ParentID = gid_Module_Dictionaries;
+Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_Is
 MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_IS );
 Files = (gid_File_Extension_Dictionary_Is);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index a22df61068cd..88f25615d061 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -190,6 +190,12 @@ en-US = "Croatian"
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_HR]
 en-US = "Croatian spelling dictionary, and hyphenation rules"
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_ID]
+en-US = "Indonesian"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_ID]
+en-US = "Indonesian spelling dictionary, hyphenation rules, and thesaurus"
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_IS]
 en-US = "Icelandic"
 
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index f014aafdaa0b..ff128f991d79 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -727,6 +727,21 @@ packageversion = "%PACKAGEVERSION"
 End
 
 Start
+module = "gid_Module_Root_Extension_Dictionary_Id"
+solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-id"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-id"
+requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core 
%PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION 
%PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2018 The Document Foundation"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Indonesian dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
+Start
 module = "gid_Module_Root_Extension_Dictionary_Is"
 solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-is"
 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 cb2ed0c9a6bd..881ba99246e0 100644
--- a/setup_native/source/packinfo/spellchecker_selection.txt
+++ b/setup_native/source/packinfo/spellchecker_selection.txt
@@ -53,6 +53,7 @@ he = "he"
 hi = "hi"
 hu = "hu,de"
 hr = "hr,de"
+id = "id"
 is = "is"
 it = "it,de,fr"
 ja = "EMPTY"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: scp2/source setup_native/source

2017-10-24 Thread Aron Budea
 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 919be04e2c50ba62317c0b759b73923e37f5d542
Author: Aron Budea 
Date:   Mon Oct 23 08:00:14 2017 +0200

Add Albanian (sq) dictionary

Change-Id: I18b166ae8e08b4509154c2ba035d3e9811e947ec
Reviewed-on: https://gerrit.libreoffice.org/43707
Tested-by: Jenkins 
Reviewed-by: Andras Timar 

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index ea8eddc16635..6b6f2b896afb 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -653,6 +653,15 @@ End
 #endif
 
 #if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Sq
+   Dir = FILELIST_DIR;
+   Name = "Dictionary/dict-sq.filelist";
+   Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+   TXT_FILE_BODY;
+End
+#endif
+
+#if defined WITH_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Sr
Dir = FILELIST_DIR;
Name = "Dictionary/dict-sr.filelist";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index a1e1f46f201c..41b7e0ea7a4d 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -599,6 +599,17 @@ Module gid_Module_Root_Extension_Dictionary_Sl
 Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Sq
+MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_SQ );
+Files = (gid_File_Extension_Dictionary_Sq);
+InstallOrder = "2000";
+Sortkey = "505";
+Spellcheckerlanguage = "sq";
+PackageInfo = "packinfo_office.txt";
+ParentID = gid_Module_Dictionaries;
+Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_Sr
 MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_SR );
 Files = (gid_File_Extension_Dictionary_Sr);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 25c5400d6e1f..a22df61068cd 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -298,6 +298,12 @@ en-US = "Slovenian"
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_SL]
 en-US = "Slovenian spelling dictionary, hyphenation rules, and thesaurus"
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_SQ]
+en-US = "Albanian"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_SQ]
+en-US = "Albanian spelling dictionary"
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_SR]
 en-US = "Serbian"
 
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index a38d6c1cf203..f9e02a1375b0 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -997,6 +997,21 @@ packageversion = "%PACKAGEVERSION"
 End
 
 Start
+module = "gid_Module_Root_Extension_Dictionary_Sq"
+solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-sq"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-sq"
+requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core 
%PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION 
%PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2011 by Luan Kelmendi"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Sq dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
+Start
 module = "gid_Module_Root_Extension_Dictionary_Sr"
 solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-sr"
 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 3a343b002b1a..cb2ed0c9a6bd 100644
--- a/setup_native/source/packinfo/spellchecker_selection.txt
+++ b/setup_native/source/packinfo/spellchecker_selection.txt
@@ -74,6 +74,7 @@ ru = "ru,de,uk"
 si = "si"
 sk = "sk"
 sl = "sl"
+sq = "sq"
 sv = "sv,de"
 sr = "sr"
 # ! Note the package 'sr' also holds the dictionaries for 'sr-Latn' (formerly 
'sh') !
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: scp2/source setup_native/source

2016-11-22 Thread Aron Budea
 scp2/source/ooo/common_brand.scp|5 +
 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 +
 6 files changed, 47 insertions(+)

New commits:
commit fc88ed47a66e76d279471c1da1193ce90ad8e9e5
Author: Aron Budea 
Date:   Tue Nov 22 23:15:28 2016 +0100

tdf#103922: Add Tibetan (bo) dictionary

Change-Id: Ief1a83bb87d03e46a3d3fa7702ab852401d3ed89
Reviewed-on: https://gerrit.libreoffice.org/31089
Tested-by: Jenkins 
Reviewed-by: Andras Timar 

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 7cd7733..6424960 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -183,6 +183,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Bn
 DosName = "dict-bn";
 End
 
+Directory gid_Brand_Dir_Share_Extensions_Dict_Bo
+ParentID = gid_Brand_Dir_Share_Extensions;
+DosName = "dict-bo";
+End
+
 Directory gid_Brand_Dir_Share_Extensions_Dict_Br
 ParentID = gid_Brand_Dir_Share_Extensions;
 DosName = "dict-br";
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 4f6a1ee..f0542fc 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -421,6 +421,15 @@ End
 #endif
 
 #if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Bo
+   Dir = FILELIST_DIR;
+   Name = "Dictionary/dict-bo.filelist";
+   Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+   TXT_FILE_BODY;
+End
+#endif
+
+#if defined WITH_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Br
Dir = FILELIST_DIR;
Name = "Dictionary/dict-br.filelist";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 7819b24..0d781e1 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -225,6 +225,17 @@ Module gid_Module_Root_Extension_Dictionary_Bn
 Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Bo
+MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BO );
+Files = (gid_File_Extension_Dictionary_Bo);
+InstallOrder = "2000";
+Sortkey = "525";
+Spellcheckerlanguage = "bo";
+PackageInfo = "packinfo_office.txt";
+ParentID = gid_Module_Dictionaries;
+Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_Br
 MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BR );
 Files = (gid_File_Extension_Dictionary_Br);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 6c1c894..25c5400 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -76,6 +76,12 @@ en-US = "Bengali"
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_BN]
 en-US = "Bengali spelling dictionary"
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_BO]
+en-US = "Classical Tibetan"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_BO]
+en-US = "Classical Tibetan syllable spelling dictionary"
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_BR]
 en-US = "Breton"
 
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index 613c79b..47e5817 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -442,6 +442,21 @@ packageversion = "%PACKAGEVERSION"
 End
 
 Start
+module = "gid_Module_Root_Extension_Dictionary_Bo"
+solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-bo"
+solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
+packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-bo"
+requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core 
%PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION 
%PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2016 Elie Roux"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Bo dictionary for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
+
+Start
 module = "gid_Module_Root_Extension_Dictionary_Br"
 solarispackagename = 
"%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-br"
 solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION"
diff --git a/setup_native/source/packinfo/spellchecker_selection.txt 

[Libreoffice-commits] core.git: scp2/source setup_native/source

2013-05-13 Thread Björgvin Ragnarsson
 scp2/source/ooo/common_brand.scp|5 +
 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 +
 6 files changed, 47 insertions(+)

New commits:
commit 2c99bbe1b7c94b90df73722667ea32c58824489f
Author: Björgvin Ragnarsson nifgr...@gmail.com
Date:   Sun May 12 12:16:53 2013 +0200

add Icelandic Hunspell dictionary and thesaurus

Change-Id: Ibf2cb81f57d123825990c7bde90586b894b9cdcc
Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2
Reviewed-on: https://gerrit.libreoffice.org/3860
Reviewed-by: David Tardon dtar...@redhat.com
Tested-by: David Tardon dtar...@redhat.com

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 7bf576c..d5d39e0 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -275,6 +275,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Hr
 DosName = dict-hr;
 End
 
+Directory gid_Brand_Dir_Share_Extensions_Dict_Is
+ParentID = gid_Brand_Dir_Share_Extensions;
+DosName = dict-is;
+End
+
 Directory gid_Brand_Dir_Share_Extensions_Dict_It
 ParentID = gid_Brand_Dir_Share_Extensions;
 DosName = dict-it;
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index d3f596fe..11a0eb1 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -1078,6 +1078,15 @@ End
 #endif
 
 #if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Is
+Dir = FILELIST_DIR;
+Name = Dictionary/dict-is.filelist;
+Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+TXT_FILE_BODY;
+End
+#endif
+
+#if defined WITH_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_It
Dir = FILELIST_DIR;
Name = Dictionary/dict-it.filelist;
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 945c133..918e2ab 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -319,6 +319,17 @@ Module gid_Module_Root_Extension_Dictionary_Hr
 Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Is
+MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_IS );
+Files = (gid_File_Extension_Dictionary_Is);
+InstallOrder = 2000;
+Sortkey = 617;
+Spellcheckerlanguage = is;
+PackageInfo = packinfo_office.txt;
+ParentID = gid_Module_Dictionaries;
+Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_It
 MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_IT );
 Files = (gid_File_Extension_Dictionary_It);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 7463ab6..3c00ad4 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -193,6 +193,12 @@ en-US = Croatian
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_HR]
 en-US = Croatian spelling dictionary, and hyphenation rules
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_IS]
+en-US = Icelandic
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_IS]
+en-US = Icelandic spelling dictionary and thesaurus
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_IT]
 en-US = Italian
 
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index 9851174..067b0ba 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -794,6 +794,21 @@ packageversion = %PACKAGEVERSION
 End
 
 Start
+module = gid_Module_Root_Extension_Dictionary_Is
+solarispackagename = 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-is
+solarisrequires = %SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core01, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core02, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core03, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core04, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core05, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core06, 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core07, 
%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION
+packagename = %UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-is
+requires = 
%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure,%BASISPACKAGEPREFIX%PRODUCTVERSION-core01,%BASISPACKAGEPREFIX%PRODUCTVERSION-core02,%BASISPACKAGEPREFIX%PRODUCTVERSION-core03,%BASISPACKAGEPREFIX%PRODUCTVERSION-core04,%BASISPACKAGEPREFIX%PRODUCTVERSION-core05,%BASISPACKAGEPREFIX%PRODUCTVERSION-core06,%BASISPACKAGEPREFIX%PRODUCTVERSION-core07,%UNIXPACKAGENAME%BRANDPACKAGEVERSION
+linuxpatchrequires = 
+copyright = 2013 The Document Foundation
+solariscopyright = solariscopyrightfile
+vendor = The hunspell-is project
+description = Is dictionary for %PRODUCTNAME 

[Libreoffice-commits] core.git: scp2/source setup_native/source

2013-03-12 Thread Andras Timar
 scp2/source/python/module_python.scp |4 -
 setup_native/source/packinfo/package_names.txt   |2 
 setup_native/source/packinfo/packinfo_extensions.txt |   15 
 setup_native/source/packinfo/packinfo_office.txt |   69 +++
 4 files changed, 14 insertions(+), 76 deletions(-)

New commits:
commit 73510ca8b343a0eac0b808abd000ff9e3735e212
Author: Andras Timar ati...@suse.com
Date:   Mon Mar 11 21:01:10 2013 +0100

sync packinfo with scp2

Change-Id: Ie20dab628e089a97c16b91b080eda5e0946a

diff --git a/scp2/source/python/module_python.scp 
b/scp2/source/python/module_python.scp
index 9ec5404..a7288cd 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -30,7 +30,7 @@
 #ifndef DISABLE_PYUNO
 
 Module gid_Module_Pyuno
-MOD_NAME_DESC(MODULE_PRG_PYUNO);
+PackageInfo = packinfo_office.txt;
 ParentID = gid_Module_Root_Brand;
 Dirs = (gid_Dir_PythonFramework,
 gid_Dir_PythonFramework_Versions,
@@ -79,7 +79,7 @@ Module gid_Module_Pyuno
 End
 
 Module gid_Module_Script_Provider_For_Python
-PackageInfo = packinfo_extensions.txt;
+PackageInfo = packinfo_office.txt;
 ParentID = gid_Module_Root_Brand;
 Files = (
 gid_File_Py_Pythonscript,
diff --git a/setup_native/source/packinfo/package_names.txt 
b/setup_native/source/packinfo/package_names.txt
index ec2593d..05079f0 100644
--- a/setup_native/source/packinfo/package_names.txt
+++ b/setup_native/source/packinfo/package_names.txt
@@ -1,6 +1,5 @@
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING   Language module 
for LibreOffice %PRODUCTVERSION, language %LANGUAGESTRING
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING-base  Base 
language module for LibreOffice %PRODUCTVERSION, language %LANGUAGESTRING
-%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING-binfilter Legacy 
filters (e.g. StarOffice 5.2) for LibreOffice %PRODUCTVERSION, language 
%LANGUAGESTRING
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING-calc  Calc 
language module for LibreOffice %PRODUCTVERSION, language %LANGUAGESTRING
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING-draw  Draw 
language module for LibreOffice %PRODUCTVERSION, language %LANGUAGESTRING
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING-fonts 
Language fonts module for LibreOffice %PRODUCTVERSION, language %LANGUAGESTRING
@@ -12,7 +11,6 @@
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-%LANGUAGESTRING-writerWriter 
language module for LibreOffice %PRODUCTVERSION, language %LANGUAGESTRING
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-activex   ActiveX control for 
LibreOffice %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-base  Base module for 
LibreOffice %PRODUCTVERSION
-%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-binfilter Legacy filters (e.g. 
StarOffice 5.2) for LibreOffice %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-calc  Calc module for 
LibreOffice %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core01Core module for 
LibreOffice %PRODUCTVERSION
 %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core02Office core module for 
LibreOffice %PRODUCTVERSION
diff --git a/setup_native/source/packinfo/packinfo_extensions.txt 
b/setup_native/source/packinfo/packinfo_extensions.txt
index 8af5c32..49b980a 100644
--- a/setup_native/source/packinfo/packinfo_extensions.txt
+++ b/setup_native/source/packinfo/packinfo_extensions.txt
@@ -288,18 +288,3 @@ description = Script provider for JavaScript extension 
for %PRODUCTNAME %PRODUC
 destpath = /opt
 packageversion = %PACKAGEVERSION
 End
-
-Start
-module = gid_Module_Script_Provider_For_Python
-solarispackagename = 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-python-script-provider
-solarisrequires =  %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core01 
(Name=Core module for %PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core02 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core03 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core04 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core05 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core06 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core07 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION)
-packagename = 
%BASISPACKAGEPREFIX%PRODUCTVERSION-extension-python-script-provider
-requires = 

[Libreoffice-commits] core.git: scp2/source setup_native/source

2013-03-11 Thread Rene Engelhard
 scp2/source/python/module_python.scp |2 ++
 setup_native/source/packinfo/packinfo_extensions.txt |2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 3545b0398ef3516278c8ac7d55283ffdb7cc28b6
Author: Rene Engelhard r...@debian.org
Date:   Tue Mar 12 00:02:38 2013 +0100

actually make new gid_Module_Script_Provider_For_Python being installed

Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d

diff --git a/scp2/source/python/module_python.scp 
b/scp2/source/python/module_python.scp
index cae8627..9ec5404 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -79,10 +79,12 @@ Module gid_Module_Pyuno
 End
 
 Module gid_Module_Script_Provider_For_Python
+PackageInfo = packinfo_extensions.txt;
 ParentID = gid_Module_Root_Brand;
 Files = (
 gid_File_Py_Pythonscript,
 gid_File_Rdb_Scriptproviderforpython );
+Default = YES;
 Styles = (HIDDEN_ROOT);
 End
 
diff --git a/setup_native/source/packinfo/packinfo_extensions.txt 
b/setup_native/source/packinfo/packinfo_extensions.txt
index 2752711..8af5c32 100644
--- a/setup_native/source/packinfo/packinfo_extensions.txt
+++ b/setup_native/source/packinfo/packinfo_extensions.txt
@@ -290,7 +290,7 @@ packageversion = %PACKAGEVERSION
 End
 
 Start
-module = gid_Module_Optional_Extensions_Script_Provider_For_Python
+module = gid_Module_Script_Provider_For_Python
 solarispackagename = 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-python-script-provider
 solarisrequires =  %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core01 
(Name=Core module for %PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core02 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core03 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core04 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core05 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core06 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION), 
%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core07 (Name=Core module for 
%PRODUCTNAME %PRODUCTVERSION)
 packagename = 
%BASISPACKAGEPREFIX%PRODUCTVERSION-extension-python-script-provider
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits