summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-09-26 12:03:06 +0300
committerخالد حسني <khaled@libreoffice.org>2023-09-26 21:53:46 +0200
commit448d5d7fbfc3d545cb9f8e5e89514784b03e4cd1 (patch)
tree7c72e458aad583c403261c186b01f74f1f3d72fc /external
parent9998c242c6c2ece5f240db2f6ffdf04e7ca7cbb4 (diff)
tdf#124591: Update Noto Sans Hebrew to v2.003
from: https://github.com/notofonts/hebrew/releases/tag/NotoSansHebrew-v2.003 Change-Id: I710c49a9dc4f7f1c7460a777e3e224aaea332009 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157272 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_sans_hebrew.mk17
-rw-r--r--external/more_fonts/Module_more_fonts.mk2
-rw-r--r--external/more_fonts/UnpackedTarball_noto_sans_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 14af61b6221a..9f51a12688a7 100644
--- a/external/more_fonts/ExternalPackage_noto.mk
+++ b/external/more_fonts/ExternalPackage_noto.mk
@@ -21,8 +21,6 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLD
NotoSansArmenian-Regular.ttf \
NotoSansGeorgian-Bold.ttf \
NotoSansGeorgian-Regular.ttf \
- NotoSansHebrew-Bold.ttf \
- NotoSansHebrew-Regular.ttf \
NotoSansLao-Bold.ttf \
NotoSansLao-Regular.ttf \
NotoSansLisu-Regular.ttf \
diff --git a/external/more_fonts/ExternalPackage_noto_sans_hebrew.mk b/external/more_fonts/ExternalPackage_noto_sans_hebrew.mk
new file mode 100644
index 000000000000..0a825ca2997d
--- /dev/null
+++ b/external/more_fonts/ExternalPackage_noto_sans_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_sans_hebrew))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
+ NotoSansHebrew/full/ttf/NotoSansHebrew-Bold.ttf \
+ NotoSansHebrew/full/ttf/NotoSansHebrew-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 335a2bc6c3af..b180d3a07f6f 100644
--- a/external/more_fonts/Module_more_fonts.mk
+++ b/external/more_fonts/Module_more_fonts.mk
@@ -24,6 +24,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
ExternalPackage_noto \
ExternalPackage_noto_sans \
ExternalPackage_noto_sans_arabic \
+ ExternalPackage_noto_sans_hebrew \
ExternalPackage_noto_serif \
ExternalPackage_reem \
ExternalPackage_scheherazade \
@@ -41,6 +42,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
UnpackedTarball_noto \
UnpackedTarball_noto_sans \
UnpackedTarball_noto_sans_arabic \
+ UnpackedTarball_noto_sans_hebrew \
UnpackedTarball_noto_serif \
UnpackedTarball_reem \
UnpackedTarball_scheherazade \
diff --git a/external/more_fonts/UnpackedTarball_noto_sans_hebrew.mk b/external/more_fonts/UnpackedTarball_noto_sans_hebrew.mk
new file mode 100644
index 000000000000..e4272805698d
--- /dev/null
+++ b/external/more_fonts/UnpackedTarball_noto_sans_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_sans_hebrew))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,font_noto_sans_hebrew,$(FONT_NOTO_SANS_HEBREW_TARBALL),0))
+
+# vim: set noet sw=4 ts=4: