6064b33821
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>
27 lines
945 B
Makefile
27 lines
945 B
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_UnpackedTarball_UnpackedTarball,libnumbertext))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,libnumbertext,$(LIBNUMBERTEXT_TARBALL)))
|
|
|
|
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libnumbertext))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,libnumbertext,1))
|
|
|
|
# EmptyString.patch1 submitted as
|
|
# https://github.com/Numbertext/libnumbertext/pull/95
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,libnumbertext, \
|
|
external/libnumbertext/MSVCNonBMPBug.patch1 \
|
|
external/libnumbertext/WinUnicodePath.patch1 \
|
|
external/libnumbertext/deprecated.patch.0 \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|