summaryrefslogtreecommitdiff
path: root/external/more_fonts
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-09-26 11:30:54 +0300
committerخالد حسني <khaled@libreoffice.org>2023-09-26 21:53:30 +0200
commit96aba2de78ffa641f6c0c898b99158715b2f2703 (patch)
treebe93430a4667c2edacb0c52f8740c0ecab05ac0d /external/more_fonts
parent69943f33bf219558d6b219f0eaeda1e25e487b05 (diff)
tdf#124591: Update Noto Serif to v2.012
from: https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSerif-v2.012 Change-Id: I769f162c3fb7256fd6aba4e666cb91fbc3b12131 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157269 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'external/more_fonts')
-rw-r--r--external/more_fonts/ExternalPackage_noto.mk10
-rw-r--r--external/more_fonts/ExternalPackage_noto_serif.mk19
-rw-r--r--external/more_fonts/Module_more_fonts.mk2
-rw-r--r--external/more_fonts/UnpackedTarball_noto_serif.mk14
4 files changed, 35 insertions, 10 deletions
diff --git a/external/more_fonts/ExternalPackage_noto.mk b/external/more_fonts/ExternalPackage_noto.mk
index 20e5ff06b95a..1b66ef631857 100644
--- a/external/more_fonts/ExternalPackage_noto.mk
+++ b/external/more_fonts/ExternalPackage_noto.mk
@@ -32,22 +32,12 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLD
NotoSansLisu-Regular.ttf \
NotoSerifArmenian-Bold.ttf \
NotoSerifArmenian-Regular.ttf \
- NotoSerif-Bold.ttf \
- NotoSerif-BoldItalic.ttf \
- NotoSerif-Condensed.ttf \
- NotoSerif-CondensedBold.ttf \
- NotoSerif-CondensedBoldItalic.ttf \
- NotoSerif-CondensedItalic.ttf \
NotoSerifGeorgian-Bold.ttf \
NotoSerifGeorgian-Regular.ttf \
NotoSerifHebrew-Bold.ttf \
NotoSerifHebrew-Regular.ttf \
- NotoSerif-Italic.ttf \
NotoSerifLao-Bold.ttf \
NotoSerifLao-Regular.ttf \
- NotoSerif-Light.ttf \
- NotoSerif-LightItalic.ttf \
- NotoSerif-Regular.ttf \
))
# vim: set noet sw=4 ts=4:
diff --git a/external/more_fonts/ExternalPackage_noto_serif.mk b/external/more_fonts/ExternalPackage_noto_serif.mk
new file mode 100644
index 000000000000..4aca936d87dd
--- /dev/null
+++ b/external/more_fonts/ExternalPackage_noto_serif.mk
@@ -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_serif))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+ NotoSerif/hinted/ttf/NotoSerif-Bold.ttf \
+ NotoSerif/hinted/ttf/NotoSerif-BoldItalic.ttf \
+ NotoSerif/hinted/ttf/NotoSerif-Italic.ttf \
+ NotoSerif/hinted/ttf/NotoSerif-Regular.ttf \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/external/more_fonts/Module_more_fonts.mk b/external/more_fonts/Module_more_fonts.mk
index 0e0349976eb1..9114dd7ae7b5 100644
--- a/external/more_fonts/Module_more_fonts.mk
+++ b/external/more_fonts/Module_more_fonts.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
ExternalPackage_libre_hebrew \
ExternalPackage_noto \
ExternalPackage_noto_sans \
+ ExternalPackage_noto_serif \
ExternalPackage_reem \
ExternalPackage_scheherazade \
UnpackedTarball_alef \
@@ -38,6 +39,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
UnpackedTarball_libre_hebrew \
UnpackedTarball_noto \
UnpackedTarball_noto_sans \
+ UnpackedTarball_noto_serif \
UnpackedTarball_reem \
UnpackedTarball_scheherazade \
))
diff --git a/external/more_fonts/UnpackedTarball_noto_serif.mk b/external/more_fonts/UnpackedTarball_noto_serif.mk
new file mode 100644
index 000000000000..d60fb9b5f00d
--- /dev/null
+++ b/external/more_fonts/UnpackedTarball_noto_serif.mk
@@ -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_serif))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,font_noto_serif,$(FONT_NOTO_SERIF_TARBALL),0))
+
+# vim: set noet sw=4 ts=4: