[Libreoffice-commits] .: dictionaries/Dictionary_pt-BR.mk dictionaries/Dictionary_pt.mk dictionaries/Dictionary_pt-pt.mk dictionaries/Dictionary_pt-PT.mk dictionaries/Module_dictionaries.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 21:58:58 PDT 2012


 dictionaries/Dictionary_pt-BR.mk    |   21 +++++++++++++++++++++
 dictionaries/Dictionary_pt-PT.mk    |   26 ++++++++++++++++++++++++++
 dictionaries/Dictionary_pt-pt.mk    |   26 --------------------------
 dictionaries/Dictionary_pt.mk       |   21 ---------------------
 dictionaries/Module_dictionaries.mk |    4 ++--
 5 files changed, 49 insertions(+), 49 deletions(-)

New commits:
commit d1f69e800560a558f9dbffc195573d32354e8efb
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date:   Sun Sep 9 07:48:00 2012 -0300

    Fix for fdo#53520, Portuguese spelling files
    
    Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c

diff --git a/dictionaries/Dictionary_pt-BR.mk b/dictionaries/Dictionary_pt-BR.mk
new file mode 100644
index 0000000..82b425e
--- /dev/null
+++ b/dictionaries/Dictionary_pt-BR.mk
@@ -0,0 +1,21 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Dictionary_Dictionary,dict-pt-BR,dictionaries/pt_BR))
+
+$(eval $(call gb_Dictionary_add_root_files,dict-pt-BR,\
+	dictionaries/pt_BR/hyph_pt_BR.dic \
+	dictionaries/pt_BR/pt_BR.aff \
+	dictionaries/pt_BR/pt_BR.dic \
+	dictionaries/pt_BR/README_en.txt \
+	dictionaries/pt_BR/README_hyph_pt_BR.txt \
+	dictionaries/pt_BR/README_pt_BR.txt \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Dictionary_pt-PT.mk b/dictionaries/Dictionary_pt-PT.mk
new file mode 100644
index 0000000..9e023be
--- /dev/null
+++ b/dictionaries/Dictionary_pt-PT.mk
@@ -0,0 +1,26 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Dictionary_Dictionary,dict-pt-PT,dictionaries/pt_PT))
+
+$(eval $(call gb_Dictionary_add_root_files,dict-pt-PT,\
+	dictionaries/pt_PT/hyph_pt_PT.dic \
+	dictionaries/pt_PT/LICENSES.txt \
+	dictionaries/pt_PT/pt_PT.aff \
+	dictionaries/pt_PT/pt_PT.dic \
+	dictionaries/pt_PT/README_hyph_pt_PT.txt \
+	dictionaries/pt_PT/README_pt_PT.txt \
+	dictionaries/pt_PT/README_th_pt_PT_v2.txt \
+))
+
+$(eval $(call gb_Dictionary_add_thesauri,dict-pt-PT,\
+	dictionaries/pt_PT/th_pt_PT_v2.dat \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Dictionary_pt-pt.mk b/dictionaries/Dictionary_pt-pt.mk
deleted file mode 100644
index 12c68fe..0000000
--- a/dictionaries/Dictionary_pt-pt.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Dictionary_Dictionary,dict-pt-pt,dictionaries/pt_PT))
-
-$(eval $(call gb_Dictionary_add_root_files,dict-pt-pt,\
-	dictionaries/pt_PT/hyph_pt_PT.dic \
-	dictionaries/pt_PT/LICENSES.txt \
-	dictionaries/pt_PT/pt_PT.aff \
-	dictionaries/pt_PT/pt_PT.dic \
-	dictionaries/pt_PT/README_hyph_pt_PT.txt \
-	dictionaries/pt_PT/README_pt_PT.txt \
-	dictionaries/pt_PT/README_th_pt_PT_v2.txt \
-))
-
-$(eval $(call gb_Dictionary_add_thesauri,dict-pt-pt,\
-	dictionaries/pt_PT/th_pt_PT_v2.dat \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Dictionary_pt.mk b/dictionaries/Dictionary_pt.mk
deleted file mode 100644
index 9e0d45f..0000000
--- a/dictionaries/Dictionary_pt.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Dictionary_Dictionary,dict-pt,dictionaries/pt_BR))
-
-$(eval $(call gb_Dictionary_add_root_files,dict-pt,\
-	dictionaries/pt_BR/hyph_pt_BR.dic \
-	dictionaries/pt_BR/pt_BR.aff \
-	dictionaries/pt_BR/pt_BR.dic \
-	dictionaries/pt_BR/README_en.txt \
-	dictionaries/pt_BR/README_hyph_pt_BR.txt \
-	dictionaries/pt_BR/README_pt_BR.txt \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Module_dictionaries.mk b/dictionaries/Module_dictionaries.mk
index ba37931..7d55fd8 100644
--- a/dictionaries/Module_dictionaries.mk
+++ b/dictionaries/Module_dictionaries.mk
@@ -45,8 +45,8 @@ $(eval $(call gb_Module_add_targets,dictionaries,\
 	Dictionary_no \
 	Dictionary_oc \
 	Dictionary_pl \
-	Dictionary_pt-pt \
-	Dictionary_pt \
+	Dictionary_pt-BR \
+	Dictionary_pt-PT \
 	Dictionary_ro \
 	Dictionary_ru \
 	Dictionary_si \


More information about the Libreoffice-commits mailing list