[Libreoffice-commits] dictionaries.git: Dictionary_pt-BR.mk
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 4 13:25:28 UTC 2021
Dictionary_pt-BR.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 6c9f1f6c2546d192d1a3b25d5f48d8081170e8be
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Oct 4 14:24:09 2021 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Oct 4 15:25:09 2021 +0200
Avoid duplicated pt_BR_pt_BR.properties in packaging's filelist
Change-Id: I5ebb15f0a9f391fdf686ea7ebc7fba98c373b2a6
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/123048
Tested-by: Andras Timar <andras.timar at collabora.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk
index 178662d..3e1973b 100644
--- a/Dictionary_pt-BR.mk
+++ b/Dictionary_pt-BR.mk
@@ -27,8 +27,13 @@ $(eval $(call gb_Dictionary_add_root_files,dict-pt-BR,\
$(eval $(call gb_Dictionary_add_files,dict-pt-BR,dialog,\
dictionaries/pt_BR/dialog/pt_BR.xdl \
dictionaries/pt_BR/dialog/pt_BR_pt_BR.default \
+))
+
+ifeq (,$(findstring pt-BR,$(gb_WITH_LANG)))
+$(eval $(call gb_Dictionary_add_files,dict-pt-BR,dialog,\
dictionaries/pt_BR/dialog/pt_BR_pt_BR.properties \
))
+endif
$(eval $(call gb_Dictionary_add_files,dict-pt-BR,pythonpath,\
dictionaries/pt_BR/pythonpath/lightproof_pt_BR.py \
More information about the Libreoffice-commits
mailing list