summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-09-26 12:08:00 +0300
committerخالد حسني <khaled@libreoffice.org>2023-09-26 21:53:54 +0200
commit7376eed0f00ab7d3217f484a707aaf5ef4bc801e (patch)
treea8507a64ec78b6e77db2ffd2147131d18d8d364c /external
parent448d5d7fbfc3d545cb9f8e5e89514784b03e4cd1 (diff)
tdf#124591: Update Noto Serif Hebrew to v2.003
from: https://github.com/notofonts/hebrew/releases/tag/NotoSerifHebrew-v2.003 Change-Id: Ibffe8d4b629ecd61c2644f4811fda68fa28d9a2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157273 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'external')
-rw-r--r--external/more_fonts/ExternalPackage_noto.mk2
-rw-r--r--external/more_fonts/ExternalPackage_noto_serif_hebrew.mk17
-rw-r--r--external/more_fonts/Module_more_fonts.mk2
-rw-r--r--external/more_fonts/UnpackedTarball_noto_serif_hebrew.mk14
4 files changed, 33 insertions, 2 deletions
diff --git a/external/more_fonts/ExternalPackage_noto.mk b/external/more_fonts/ExternalPackage_noto.mk
index 9f51a12688a7..dfb3b170e187 100644
--- a/external/more_fonts/ExternalPackage_noto.mk
+++ b/external/more_fonts/ExternalPackage_noto.mk
@@ -28,8 +28,6 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLD
NotoSerifArmenian-Regular.ttf \
NotoSerifGeorgian-Bold.ttf \
NotoSerifGeorgian-Regular.ttf \
- NotoSerifHebrew-Bold.ttf \
- NotoSerifHebrew-Regular.ttf \
NotoSerifLao-Bold.ttf \
NotoSerifLao-Regular.ttf \
))
diff --git a/external/more_fonts/ExternalPackage_noto_serif_hebrew.mk b/external/more_fonts/ExternalPackage_noto_serif_hebrew.mk
new file mode 100644
index 000000000000..1bc159e35129
--- /dev/null
+++ b/external/more_fonts/ExternalPackage_noto_serif_hebrew.mk
@@ -0,0 +1,17 @@
+# -*- 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_hebrew))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+ NotoSerifHebrew/full/ttf/NotoSerifHebrew-Bold.ttf \
+ NotoSerifHebrew/full/ttf/NotoSerifHebrew-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 b180d3a07f6f..464b8ab74142 100644
--- a/external/more_fonts/Module_more_fonts.mk
+++ b/external/more_fonts/Module_more_fonts.mk
@@ -26,6 +26,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
ExternalPackage_noto_sans_arabic \
ExternalPackage_noto_sans_hebrew \
ExternalPackage_noto_serif \
+ ExternalPackage_noto_serif_hebrew \
ExternalPackage_reem \
ExternalPackage_scheherazade \
UnpackedTarball_alef \
@@ -44,6 +45,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
UnpackedTarball_noto_sans_arabic \
UnpackedTarball_noto_sans_hebrew \
UnpackedTarball_noto_serif \
+ UnpackedTarball_noto_serif_hebrew \
UnpackedTarball_reem \
UnpackedTarball_scheherazade \
))
diff --git a/external/more_fonts/UnpackedTarball_noto_serif_hebrew.mk b/external/more_fonts/UnpackedTarball_noto_serif_hebrew.mk
new file mode 100644
index 000000000000..0d3020047e3d
--- /dev/null
+++ b/external/more_fonts/UnpackedTarball_noto_serif_hebrew.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_hebrew))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,font_noto_serif_hebrew,$(FONT_NOTO_SERIF_HEBREW_TARBALL),0))
+
+# vim: set noet sw=4 ts=4: