tdf#124591: Update Noto Sans to v2.012

from:
  https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSans-v2.012

Change-Id: Icdd604614a97071c0ff703eb9fe2468137826489
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157268
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
This commit is contained in:
Khaled Hosny 2023-09-26 11:24:31 +03:00 committed by خالد حسني
parent defc3dd75f
commit 69943f33bf
6 changed files with 41 additions and 10 deletions

View file

@ -180,6 +180,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
$(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_LINLIBERTINEG_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_NOTO_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_NOTO_SANS_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_CULMUS_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_LIBRE_HEBREW_TARBALL) \
$(call fetch_Optional,MORE_FONTS,FONT_ALEF_TARBALL) \

View file

@ -162,6 +162,11 @@ FONT_NOTO_TARBALL := noto-fonts-20171024.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts
FONT_NOTO_SANS_SHA256SUM := efef2f66ed2c5e005472cba156bd2afb68063a51bb628c6ee14143edc019d293
FONT_NOTO_SANS_TARBALL := NotoSans-v2.012.zip
# three static lines
# so that git cherry-pick
# will not run into conflicts
FONT_CULMUS_SHA256SUM := c0c6873742d07544f6bacf2ad52eb9cb392974d56427938dc1dfbc8399c64d05
FONT_CULMUS_TARBALL := culmus-0.133.tar.gz
# three static lines

View file

@ -23,23 +23,13 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLD
NotoSansArabicUI-Regular.ttf \
NotoSansArmenian-Bold.ttf \
NotoSansArmenian-Regular.ttf \
NotoSans-Bold.ttf \
NotoSans-BoldItalic.ttf \
NotoSans-Condensed.ttf \
NotoSans-CondensedBold.ttf \
NotoSans-CondensedBoldItalic.ttf \
NotoSans-CondensedItalic.ttf \
NotoSansGeorgian-Bold.ttf \
NotoSansGeorgian-Regular.ttf \
NotoSansHebrew-Bold.ttf \
NotoSansHebrew-Regular.ttf \
NotoSans-Italic.ttf \
NotoSansLao-Bold.ttf \
NotoSansLao-Regular.ttf \
NotoSans-Light.ttf \
NotoSans-LightItalic.ttf \
NotoSansLisu-Regular.ttf \
NotoSans-Regular.ttf \
NotoSerifArmenian-Bold.ttf \
NotoSerifArmenian-Regular.ttf \
NotoSerif-Bold.ttf \

View file

@ -0,0 +1,19 @@
# -*- 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,fonts_noto,font_noto_sans))
$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
NotoSans/full/ttf/NotoSans-Bold.ttf \
NotoSans/full/ttf/NotoSans-BoldItalic.ttf \
NotoSans/full/ttf/NotoSans-Italic.ttf \
NotoSans/full/ttf/NotoSans-Regular.ttf \
))
# vim: set noet sw=4 ts=4:

View file

@ -22,6 +22,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
ExternalPackage_libertineg \
ExternalPackage_libre_hebrew \
ExternalPackage_noto \
ExternalPackage_noto_sans \
ExternalPackage_reem \
ExternalPackage_scheherazade \
UnpackedTarball_alef \
@ -36,6 +37,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
UnpackedTarball_libertineg \
UnpackedTarball_libre_hebrew \
UnpackedTarball_noto \
UnpackedTarball_noto_sans \
UnpackedTarball_reem \
UnpackedTarball_scheherazade \
))

View file

@ -0,0 +1,14 @@
# -*- 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,font_noto_sans))
$(eval $(call gb_UnpackedTarball_set_tarball,font_noto_sans,$(FONT_NOTO_SANS_TARBALL),0))
# vim: set noet sw=4 ts=4: