office-gobmx/external/libnumbertext/ExternalPackage_numbertext.mk
László Németh 6064b33821 tdf#115007 tdf#148672 bump libnumbertext 1.0.11
tdf#115007 fix missing currency of en-BZ, en-DK, en-IL, en-LK,
en-ZM, en-ZW; es-PA, es-SV, es-VE; and ga (Irish).

tdf#148672 fix of transliteration of parenthesized words of hu-Hung.

– remove EmptyString.patch1 wich was merged up-stream;

– add test for hu_Hung transliteration of parenthesized words;

– add new Persian (Farsi) module;

– fixes for Czech, English, Irish, Romanian, Russian, Slovenian,
  Spanish and Ukrainian.

Follow-up to commit 2a1d2d42af
"tdf#115007 add NatNum12 number format list items, fix title case".

Change-Id: I24aa32ad28c853e4c97a10dc8039ca6232eaed4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142657
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
2022-11-14 09:26:20 +01:00

66 lines
1.3 KiB
Makefile

# -*- 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_ExternalPackage_ExternalPackage,libnumbertext_numbertext,libnumbertext))
$(eval $(call gb_ExternalPackage_add_unpacked_files,libnumbertext_numbertext,$(LIBO_SHARE_FOLDER)/numbertext,\
data/af.sor \
data/bg.sor \
data/ca.sor \
data/cs.sor \
data/da.sor \
data/de.sor \
data/el.sor \
data/en.sor \
data/eo.sor \
data/es.sor \
data/et.sor \
data/fa.sor \
data/fi.sor \
data/fr.sor \
data/fr.sor \
data/ga.sor \
data/gl.sor \
data/he.sor \
data/hr.sor \
data/hu.sor \
data/hu_Hung.sor \
data/id.sor \
data/is.sor \
data/it.sor \
data/ja.sor \
data/ko.sor \
data/lb.sor \
data/lg.sor \
data/lt.sor \
data/lv.sor \
data/mr.sor \
data/ms.sor \
data/mt.sor \
data/no.sor \
data/nl.sor \
data/pl.sor \
data/pt.sor \
data/Roman.sor \
data/ro.sor \
data/ru.sor \
data/sh.sor \
data/sl.sor \
data/sq.sor \
data/sr.sor \
data/Suzhou.sor \
data/sv.sor \
data/th.sor \
data/tr.sor \
data/uk.sor \
data/vi.sor \
data/zh.sor \
))
# vim: set noet sw=4 ts=4: