Makefile.fetch | 17 ++ Repository.mk | 15 ++ configure.ac | 19 ++ download.lst | 68 ++++++++++ external/Module_external.mk | 1 external/more_fonts/ExternalPackage_karla.mk | 19 ++ external/more_fonts/ExternalPackage_opendyslexic.mk | 19 ++ external/more_fonts/ExternalPackage_opensans.mk | 51 +++++++ external/more_fonts/ExternalPackage_sourcesans.mk | 27 ++++ external/more_fonts/Module_more_fonts.mk | 8 + external/more_fonts/UnpackedTarball_karla.mk | 14 ++ external/more_fonts/UnpackedTarball_opendyslexic.mk | 14 ++ external/more_fonts/UnpackedTarball_opensans.mk | 14 ++ external/more_fonts/UnpackedTarball_sourcesans.mk | 14 ++ external/noto_font/ExternalPackage_noto.mk | 134 ++++++++++++++++++++ external/noto_font/ExternalPackage_notosansjp.mk | 17 ++ external/noto_font/ExternalPackage_notosanskr.mk | 17 ++ external/noto_font/ExternalPackage_notosanssc.mk | 17 ++ external/noto_font/ExternalPackage_notosanstc.mk | 17 ++ external/noto_font/ExternalPackage_notoserifjp.mk | 17 ++ external/noto_font/ExternalPackage_notoserifkr.mk | 17 ++ external/noto_font/ExternalPackage_notoserifsc.mk | 17 ++ external/noto_font/ExternalPackage_notoseriftc.mk | 17 ++ external/noto_font/Makefile | 7 + external/noto_font/Module_noto_font.mk | 33 ++++ external/noto_font/README | 1 external/noto_font/UnpackedTarball_noto.mk | 46 ++++++ external/noto_font/UnpackedTarball_notosansjp.mk | 14 ++ external/noto_font/UnpackedTarball_notosanskr.mk | 14 ++ external/noto_font/UnpackedTarball_notosanssc.mk | 14 ++ external/noto_font/UnpackedTarball_notosanstc.mk | 14 ++ external/noto_font/UnpackedTarball_notoserifjp.mk | 14 ++ external/noto_font/UnpackedTarball_notoserifkr.mk | 14 ++ external/noto_font/UnpackedTarball_notoserifsc.mk | 14 ++ external/noto_font/UnpackedTarball_notoseriftc.mk | 14 ++ readlicense_oo/license/license.xml | 27 ++++ solenv/flatpak-manifest.in | 13 + 37 files changed, 809 insertions(+)
New commits: commit 13cf56d45c3989b9f1794bc37f9b2ad202cc9ea6 Author: Andras Timar <[email protected]> AuthorDate: Wed Jul 3 11:09:34 2024 +0200 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 15:10:12 2025 +0100 [cp] Revert "tdf#136604: Remove Source Sans Pro fonts" This reverts commit 5d42f4403d4e51f33ad8f2ce9efbed542978b521. Change-Id: I7699cf6d654ad61825123190ebb670976d9869f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169927 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/Makefile.fetch b/Makefile.fetch index cc8ab7c8216c..ae2dd17d5a89 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -183,6 +183,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_NARROW_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_LINLIBERTINEG_TARBALL) \ + $(call fetch_Optional,MORE_FONTS,FONT_SOURCESANS_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_NOTO_KUFI_ARABIC_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_NOTO_SANS_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_NOTO_SERIF_TARBALL) \ diff --git a/Repository.mk b/Repository.mk index 1ffad9d7d80a..10c899ac01d3 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1100,6 +1100,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ fonts_opendyslexic \ fonts_opensans \ fonts_reem \ + fonts_sourcesans \ fonts_scheherazade \ $(if $(WITH_DOCREPAIR_FONTS),fonts_agdasima,) \ $(if $(WITH_DOCREPAIR_FONTS),fonts_bacasime_antique,) \ diff --git a/download.lst b/download.lst index cfe26b759f85..ad6ceb2a0cb9 100644 --- a/download.lst +++ b/download.lst @@ -170,6 +170,11 @@ FONT_LINLIBERTINEG_TARBALL := e7a384790b13c29113e22e596ade9687-LinLibertineG-201 # three static lines # so that git cherry-pick # will not run into conflicts +FONT_SOURCESANS_SHA256SUM := e7bc9a1fec787a529e49f5a26b93dcdcf41506449dfc70f92cdef6d17eb6fb61 +FONT_SOURCESANS_TARBALL := edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz +# three static lines +# so that git cherry-pick +# will not run into conflicts FONT_NOTO_KUFI_ARABIC_SHA256SUM := 1b6880e4b8df09c3b9e246d6084bfd94bf32a0ffff60cf2dcffd3622d0e2d79f FONT_NOTO_KUFI_ARABIC_TARBALL := NotoKufiArabic-v2.109.zip # three static lines diff --git a/external/more_fonts/ExternalPackage_sourcesans.mk b/external/more_fonts/ExternalPackage_sourcesans.mk new file mode 100644 index 000000000000..cd7ac29e92af --- /dev/null +++ b/external/more_fonts/ExternalPackage_sourcesans.mk @@ -0,0 +1,27 @@ +# -*- 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_sourcesans,font_sourcesans)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcesans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + SourceSansPro-BlackIt.ttf \ + SourceSansPro-Black.ttf \ + SourceSansPro-BoldIt.ttf \ + SourceSansPro-Bold.ttf \ + SourceSansPro-ExtraLightIt.ttf \ + SourceSansPro-ExtraLight.ttf \ + SourceSansPro-It.ttf \ + SourceSansPro-LightIt.ttf \ + SourceSansPro-Light.ttf \ + SourceSansPro-Regular.ttf \ + SourceSansPro-SemiboldIt.ttf \ + SourceSansPro-Semibold.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 e6c0fe1255f6..4c19bdc5289b 100644 --- a/external/more_fonts/Module_more_fonts.mk +++ b/external/more_fonts/Module_more_fonts.mk @@ -22,6 +22,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ ExternalPackage_liberation_narrow \ ExternalPackage_libertineg \ ExternalPackage_libre_hebrew \ + ExternalPackage_sourcesans \ ExternalPackage_noto_kufi_arabic \ ExternalPackage_noto_naskh_arabic \ ExternalPackage_noto_sans \ @@ -59,6 +60,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ UnpackedTarball_liberation_narrow \ UnpackedTarball_libertineg \ UnpackedTarball_libre_hebrew \ + UnpackedTarball_sourcesans \ UnpackedTarball_noto_kufi_arabic \ UnpackedTarball_noto_naskh_arabic \ UnpackedTarball_noto_sans \ diff --git a/external/more_fonts/UnpackedTarball_sourcesans.mk b/external/more_fonts/UnpackedTarball_sourcesans.mk new file mode 100644 index 000000000000..65ff325535a1 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_sourcesans.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_sourcesans)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_sourcesans,$(FONT_SOURCESANS_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 08d3a5b7825f..17e82b49a25b 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -2749,6 +2749,15 @@ "Scheherazade" and "SIL". This license is copied below, and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> + <h2>Source Sans Pro</h2> + <p>The following software may be included in this product: Source Sans Pro fonts. Use of any of this software + is governed by the terms of the license below:</p> + <p>Copyright 2010, 2012 Adobe Systems Incorporated (<a href="http://www.adobe.com/">http://www.adobe.com/</a>), + with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in + the United States and/or other countries.</p> + <p>This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, + and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> + <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> </div> <div class="DICTIONARIES"> <hr /> diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 834cfa29b1bb..2b62c7468e32 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -172,6 +172,13 @@ "dest": "external/tarballs", "dest-filename": "@FONT_LINLIBERTINEG_TARBALL@" }, + { + "url": "https://dev-www.libreoffice.org/src/@FONT_SOURCESANS_TARBALL@", + "sha256": "@FONT_SOURCESANS_SHA256SUM@", + "type": "file", + "dest": "external/tarballs", + "dest-filename": "@FONT_SOURCESANS_TARBALL@" + }, { "url": "https://dev-www.libreoffice.org/src/@BOOST_TARBALL@", "sha256": "@BOOST_SHA256SUM@", commit 7fc6f422e1ac2e86769707c0fff194b47827c405 Author: Andras Timar <[email protected]> AuthorDate: Mon Mar 6 23:58:26 2023 +0100 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 15:09:52 2025 +0100 [cp] Bundle Open Sans font Change-Id: I28b5514bc2f23a2aebd901af564fcb85aa7449a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148370 Tested-by: Andras Timar <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/Makefile.fetch b/Makefile.fetch index a5d62ded18d8..cc8ab7c8216c 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -203,6 +203,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,MORE_FONTS,FONT_AMIRI_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_REEM_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_SCHEHERAZADE_TARBALL) \ + $(call fetch_Optional,MORE_FONTS,FONT_OPEN_SANS_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_AGDASIMA_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_BACASIME_ANTIQUE_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_BELANOSIMA_TARBALL) \ diff --git a/Repository.mk b/Repository.mk index 058567e793b4..1ffad9d7d80a 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1098,6 +1098,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ fonts_noto_serif_hebrew \ fonts_noto_serif_lao \ fonts_opendyslexic \ + fonts_opensans \ fonts_reem \ fonts_scheherazade \ $(if $(WITH_DOCREPAIR_FONTS),fonts_agdasima,) \ diff --git a/download.lst b/download.lst index 1092818ac97b..cfe26b759f85 100644 --- a/download.lst +++ b/download.lst @@ -320,6 +320,11 @@ FONT_OPENDYSLEXIC_TARBALL := opendyslexic-0.910.12-rc2-2019.10.17.zip # three static lines # so that git cherry-pick # will not run into conflicts +FONT_OPEN_SANS_TARBALL := Open_Sans.zip +FONT_OPEN_SANS_SHA256SUM := 85d79a39d26acb207ba13fb1007189d55355a0faf2cf7ccfe6a2edf2abac06d9 +# three static lines +# so that git cherry-pick +# will not run into conflicts FONT_AGDASIMA_TARBALL := Agdasima-2.002.zip FONT_AGDASIMA_SHA256SUM := b4c17499f8bc183320ffdcf1f8491c778dd68a237adc056dc08e1fcb2da488f3 # three static lines diff --git a/external/more_fonts/ExternalPackage_opensans.mk b/external/more_fonts/ExternalPackage_opensans.mk new file mode 100644 index 000000000000..8a6b8d775eb7 --- /dev/null +++ b/external/more_fonts/ExternalPackage_opensans.mk @@ -0,0 +1,51 @@ +# -*- 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_opensans,font_opensans)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_opensans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + static/OpenSans_Condensed/OpenSans_Condensed-Bold.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-BoldItalic.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-ExtraBold.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-ExtraBoldItalic.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-Italic.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-Light.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-LightItalic.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-Medium.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-MediumItalic.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-Regular.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-SemiBold.ttf \ + static/OpenSans_Condensed/OpenSans_Condensed-SemiBoldItalic.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-Bold.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-BoldItalic.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-ExtraBold.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-ExtraBoldItalic.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-Italic.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-Light.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-LightItalic.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-Medium.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-MediumItalic.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-Regular.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-SemiBold.ttf \ + static/OpenSans_SemiCondensed/OpenSans_SemiCondensed-SemiBoldItalic.ttf \ + static/OpenSans/OpenSans-Bold.ttf \ + static/OpenSans/OpenSans-BoldItalic.ttf \ + static/OpenSans/OpenSans-ExtraBold.ttf \ + static/OpenSans/OpenSans-ExtraBoldItalic.ttf \ + static/OpenSans/OpenSans-Italic.ttf \ + static/OpenSans/OpenSans-Light.ttf \ + static/OpenSans/OpenSans-LightItalic.ttf \ + static/OpenSans/OpenSans-Medium.ttf \ + static/OpenSans/OpenSans-MediumItalic.ttf \ + static/OpenSans/OpenSans-Regular.ttf \ + static/OpenSans/OpenSans-SemiBold.ttf \ + static/OpenSans/OpenSans-SemiBoldItalic.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 f2f61776dcdf..e6c0fe1255f6 100644 --- a/external/more_fonts/Module_more_fonts.mk +++ b/external/more_fonts/Module_more_fonts.mk @@ -39,6 +39,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ ExternalPackage_reem \ ExternalPackage_scheherazade \ ExternalPackage_opendyslexic \ + ExternalPackage_opensans \ $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_agdasima,) \ $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_bacasime_antique,) \ $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_belanosima,) \ @@ -75,6 +76,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ UnpackedTarball_reem \ UnpackedTarball_scheherazade \ UnpackedTarball_opendyslexic \ + UnpackedTarball_opensans \ $(if $(WITH_DOCREPAIR_FONTS),UnpackedTarball_agdasima,) \ $(if $(WITH_DOCREPAIR_FONTS),UnpackedTarball_bacasime_antique,) \ $(if $(WITH_DOCREPAIR_FONTS),UnpackedTarball_belanosima,) \ diff --git a/external/more_fonts/UnpackedTarball_opensans.mk b/external/more_fonts/UnpackedTarball_opensans.mk new file mode 100644 index 000000000000..d49884c3b380 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_opensans.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_opensans)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_opensans,$(FONT_OPEN_SANS_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index f75c887573f0..08d3a5b7825f 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -2729,6 +2729,10 @@ <p>Copyright (c) 12/2012 - 2019</p> <p>This Font Software is licensed under the SIL Open Font License, Version 1.1 as shown below.</p> <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> + <h2>Open Sans</h2> + <p>Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)</p> + <p>This Font Software is licensed under the SIL Open Font License, Version 1.1 as shown below.</p> + <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> <h2>Reem Kufi</h2> <p>The following software may be included in this product: Reem Kufi fonts. Use of any of this software is governed by the terms of the license below:</p> commit f31c9edf1e36081c4d0868ef171841ba81db6278 Author: Andras Timar <[email protected]> AuthorDate: Wed Sep 18 15:42:30 2019 +0200 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 15:07:05 2025 +0100 [cp] Bundle OpenDyslexic font Change-Id: Ib05a6d6418563fd9333821594f0aca5ab724f3e8 Reviewed-on: https://gerrit.libreoffice.org/79099 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/Makefile.fetch b/Makefile.fetch index 4ebbd3cf0fe5..a5d62ded18d8 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -259,6 +259,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_SC_TARBALL) \ $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_TC_TARBALL) \ ,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item))) + $(foreach item, \ + $(call fetch_Optional,MORE_FONTS,FONT_OPENDYSLEXIC_TARBALL) \ + ,$(call fetch_Download_item,https://github.com/antijingoist/opendyslexic/releases/download/v0.91.12,$(item))) @mkdir -p $(dir $@) && touch $@ @mkdir -p $(dir $@)/Executable diff --git a/Repository.mk b/Repository.mk index a4505ebac901..058567e793b4 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1097,6 +1097,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ fonts_noto_serif_georgian \ fonts_noto_serif_hebrew \ fonts_noto_serif_lao \ + fonts_opendyslexic \ fonts_reem \ fonts_scheherazade \ $(if $(WITH_DOCREPAIR_FONTS),fonts_agdasima,) \ diff --git a/download.lst b/download.lst index 5c85f76a5639..1092818ac97b 100644 --- a/download.lst +++ b/download.lst @@ -315,6 +315,11 @@ FONT_SCHEHERAZADE_TARBALL := Scheherazade-2.100.zip # three static lines # so that git cherry-pick # will not run into conflicts +FONT_OPENDYSLEXIC_SHA256SUM := b92d7fcb9409f2bcfd23b65ac71647256eb49c429f4fbb1cc870381fc93eb486 +FONT_OPENDYSLEXIC_TARBALL := opendyslexic-0.910.12-rc2-2019.10.17.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts FONT_AGDASIMA_TARBALL := Agdasima-2.002.zip FONT_AGDASIMA_SHA256SUM := b4c17499f8bc183320ffdcf1f8491c778dd68a237adc056dc08e1fcb2da488f3 # three static lines diff --git a/external/more_fonts/ExternalPackage_opendyslexic.mk b/external/more_fonts/ExternalPackage_opendyslexic.mk new file mode 100644 index 000000000000..0afaa9bf5be5 --- /dev/null +++ b/external/more_fonts/ExternalPackage_opendyslexic.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_opendyslexic,font_opendyslexic)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_opendyslexic,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + OpenDyslexic-Bold-Italic.otf \ + OpenDyslexic-Bold.otf \ + OpenDyslexic-Italic.otf \ + OpenDyslexic-Regular.otf \ +)) + +# 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 6a14c01ab0d6..f2f61776dcdf 100644 --- a/external/more_fonts/Module_more_fonts.mk +++ b/external/more_fonts/Module_more_fonts.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ ExternalPackage_noto_serif_lao \ ExternalPackage_reem \ ExternalPackage_scheherazade \ + ExternalPackage_opendyslexic \ $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_agdasima,) \ $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_bacasime_antique,) \ $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_belanosima,) \ @@ -73,6 +74,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ UnpackedTarball_noto_serif_lao \ UnpackedTarball_reem \ UnpackedTarball_scheherazade \ + UnpackedTarball_opendyslexic \ $(if $(WITH_DOCREPAIR_FONTS),UnpackedTarball_agdasima,) \ $(if $(WITH_DOCREPAIR_FONTS),UnpackedTarball_bacasime_antique,) \ $(if $(WITH_DOCREPAIR_FONTS),UnpackedTarball_belanosima,) \ diff --git a/external/more_fonts/UnpackedTarball_opendyslexic.mk b/external/more_fonts/UnpackedTarball_opendyslexic.mk new file mode 100644 index 000000000000..6a8f513deab8 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_opendyslexic.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_opendyslexic)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_opendyslexic,$(FONT_OPENDYSLEXIC_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 61c303e7ca56..f75c887573f0 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -2723,6 +2723,12 @@ <p>This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> + <h2>OpenDyslexic</h2> + <p>Copyright (c) 2019-07-29, Abbie Gonzalez (https://abbiecod.es|[email protected]), + with Reserved Font Name OpenDyslexic.</p> + <p>Copyright (c) 12/2012 - 2019</p> + <p>This Font Software is licensed under the SIL Open Font License, Version 1.1 as shown below.</p> + <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> <h2>Reem Kufi</h2> <p>The following software may be included in this product: Reem Kufi fonts. Use of any of this software is governed by the terms of the license below:</p> diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 0a75e0741369..834cfa29b1bb 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -851,6 +851,12 @@ "dest": "external/tarballs", "dest-filename": "@OPENSYMBOL_TTF@" } + { + "url": "https://github.com/antijingoist/opendyslexic/releases/download/v0.9.10/opendyslexic-0.9.10-beta-2019.09.16.zip", + "sha256": "ff19e6ba9b4ed56bca374bdbd2ad7ed11267addd18478f3c2f96ad9d744975f1", + "type": "file", + "dest-filename": "external/tarballs/opendyslexic-0.9.10-beta-2019.09.16.zip" + } ], "buildsystem": "simple", "build-commands": [ commit e0f44d489d86025a4f82ad02f864b53d93d1bdc5 Author: Andras Timar <[email protected]> AuthorDate: Fri Sep 18 14:24:51 2015 +0200 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 14:55:52 2025 +0100 [cp] Bundle Karla font (cherry picked from commit 21dc27ab7834fe4d5783a9f4bd412c08cacc26b4) Change-Id: I666665c801367ff760b14b9f474952e9894b4791 diff --git a/Makefile.fetch b/Makefile.fetch index 7d84fb4b0aec..4ebbd3cf0fe5 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -179,6 +179,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,MORE_FONTS,FONT_CARLITO_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_DEJAVU_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_GENTIUM_TARBALL) \ + $(call fetch_Optional,MORE_FONTS,FONT_KARLA_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_NARROW_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_LIBERATION_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_LINLIBERTINEG_TARBALL) \ diff --git a/Repository.mk b/Repository.mk index a715f1b25422..a4505ebac901 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1078,6 +1078,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ $(if $(MPL_SUBSET),,fonts_culmus) \ fonts_dejavu \ fonts_gentium \ + fonts_karla \ fonts_liberation \ fonts_liberation_narrow \ fonts_libertineg \ diff --git a/download.lst b/download.lst index 6b807c745c89..5c85f76a5639 100644 --- a/download.lst +++ b/download.lst @@ -150,8 +150,16 @@ FONT_GENTIUM_TARBALL := 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip # three static lines # so that git cherry-pick # will not run into conflicts +FONT_KARLA_SHA256SUM := c64cdbc55389c1bfb320dcef41a19f156bad271a99bc9253be118564dbb738b5 +FONT_KARLA_TARBALL := 2024-09-19-karla-main.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts FONT_LIBERATION_NARROW_SHA256SUM := 8879d89b5ff7b506c9fc28efc31a5c0b954bbe9333e66e5283d27d20a8519ea3 FONT_LIBERATION_NARROW_TARBALL := liberation-narrow-fonts-ttf-1.07.6.tar.gz +# three static lines +# so that git cherry-pick +# will not run into conflicts FONT_LIBERATION_SHA256SUM := 7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0 FONT_LIBERATION_TARBALL := liberation-fonts-ttf-2.1.5.tar.gz # three static lines diff --git a/external/more_fonts/ExternalPackage_karla.mk b/external/more_fonts/ExternalPackage_karla.mk new file mode 100644 index 000000000000..651ea18a1bbf --- /dev/null +++ b/external/more_fonts/ExternalPackage_karla.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_karla,font_karla)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_karla,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + fonts/ttf/Karla-Italic.ttf \ + fonts/ttf/Karla-Regular.ttf \ + fonts/ttf/Karla-BoldItalic.ttf \ + fonts/ttf/Karla-Bold.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 cb9cd075d728..6a14c01ab0d6 100644 --- a/external/more_fonts/Module_more_fonts.mk +++ b/external/more_fonts/Module_more_fonts.mk @@ -17,6 +17,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ $(if $(MPL_SUBSET),,ExternalPackage_culmus) \ ExternalPackage_dejavu \ ExternalPackage_gentium \ + ExternalPackage_karla \ ExternalPackage_liberation \ ExternalPackage_liberation_narrow \ ExternalPackage_libertineg \ @@ -51,6 +52,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ $(if $(MPL_SUBSET),,UnpackedTarball_culmus) \ UnpackedTarball_dejavu \ UnpackedTarball_gentium \ + UnpackedTarball_karla \ UnpackedTarball_liberation \ UnpackedTarball_liberation_narrow \ UnpackedTarball_libertineg \ diff --git a/external/more_fonts/UnpackedTarball_karla.mk b/external/more_fonts/UnpackedTarball_karla.mk new file mode 100644 index 000000000000..a65c5bb36801 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_karla.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_karla)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_karla,$(FONT_KARLA_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index fd5ce9b40c22..61c303e7ca56 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -2564,6 +2564,14 @@ <p>This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> + <h2>Karla</h2> + <p>The following software may be included in this product: Karla fonts. Use of any of this software is governed + by the terms of the license below:</p> + <p>Copyright (c) 2011, Jonathan Pinhorn ([email protected]), with Reserved Font Names “Karla” and + “Karla Tamil”.</p> + <p>This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, + and is also available with a FAQ at: <a href="http://scripts.sil.org/OFL">http://scripts.sil.org/OFL</a></p> + <p><a href="#a__SIL_Open_Font_License__version_1_1">Jump to SIL Open Font License, Version 1.1</a></p> <h2>Liberation</h2> <p>The following software may be included in this product: Liberation fonts. Use of any of this software is governed by the terms of the license below:</p> commit 3174df91eb659ac7c9e84927ea784c0660dd2dd1 Author: Andras Timar <[email protected]> AuthorDate: Mon Apr 23 16:41:51 2018 +0200 Commit: Andras Timar <[email protected]> CommitDate: Sat Feb 8 14:53:01 2025 +0100 [cp] Optionally bundle even more Google Noto fonts Change-Id: I6c08476710ab541ff9b9407f5d874dbb038990df diff --git a/Makefile.fetch b/Makefile.fetch index d6b60c9b7b3e..7d84fb4b0aec 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -247,6 +247,17 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,ODFVALIDATOR,ODFVALIDATOR_JAR) \ $(call fetch_Optional,OFFICEOTRON,OFFICEOTRON_JAR) \ ,$(call fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item))) + $(foreach item, \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_MORE_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SANS_JP_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SANS_KR_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SANS_SC_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SANS_TC_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_JP_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_KR_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_SC_TARBALL) \ + $(call fetch_Optional,NOTO_FONT,FONT_NOTO_SERIF_TC_TARBALL) \ + ,$(call fetch_Download_item,https://noto-website-2.storage.googleapis.com/pkgs,$(item))) @mkdir -p $(dir $@) && touch $@ @mkdir -p $(dir $@)/Executable diff --git a/Repository.mk b/Repository.mk index eb493f1f5e8c..a715f1b25422 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1106,6 +1106,17 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ $(if $(WITH_DOCREPAIR_FONTS),fonts_lumanosimo,) \ $(if $(WITH_DOCREPAIR_FONTS),fonts_lunasima,) \ ) \ + $(call gb_Helper_optional,NOTO_FONT,\ + fonts_notomore \ + fonts_notosansjp \ + fonts_notosanskr \ + fonts_notosanssc \ + fonts_notosanstc \ + fonts_notoserifjp \ + fonts_notoserifkr \ + fonts_notoserifsc \ + fonts_notoseriftc \ + ) \ )) $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\ diff --git a/configure.ac b/configure.ac index 31ea8e86568a..38285680b4e4 100644 --- a/configure.ac +++ b/configure.ac @@ -2330,6 +2330,11 @@ libo_FUZZ_ARG_WITH(docrepair-fonts, for more details. This option has no effect when --without-fonts is used.]), ,) +AC_ARG_ENABLE(noto-font, + AS_HELP_STRING([--enable-noto-font], + [Add more Google Noto fonts.]), +,) + AC_ARG_WITH(epm, AS_HELP_STRING([--with-epm], [Decides which epm to use. Default is to use the one from the system if @@ -14130,6 +14135,20 @@ fi AC_SUBST(WITH_FONTS) AC_SUBST(WITH_DOCREPAIR_FONTS) +dnl Test whether to include more Google Noto fonts +dnl =================================================================== +AC_MSG_CHECKING([whether to include more Google Noto fonts]) +if test "$enable_noto_font" = "" -o "$enable_noto_font" = "no" -o "$with_fonts" = "no"; then + AC_MSG_RESULT([no]) + WITH_NOTO_FONT= +else + AC_MSG_RESULT([yes]) + WITH_NOTO_FONT=TRUE + BUILD_TYPE="$BUILD_TYPE NOTO_FONT" + SCPDEFS="$SCPDEFS -DWITH_NOTO_FONT" +fi +AC_SUBST(WITH_NOTO_FONT) + dnl =================================================================== dnl Test whether to enable online update service dnl =================================================================== diff --git a/download.lst b/download.lst index e6b9e8c2cc12..6b807c745c89 100644 --- a/download.lst +++ b/download.lst @@ -232,6 +232,51 @@ FONT_NOTO_SANS_LISU_TARBALL := NotoSansLisu-v2.102.zip # three static lines # so that git cherry-pick # will not run into conflicts +FONT_NOTO_MORE_SHA256SUM := 837b4a9352fce32ad7f298fbf155af1da5b6f3f8dbd995eb63fdd8e82117e4ae +FONT_NOTO_MORE_TARBALL := Noto-hinted.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SANS_JP_SHA256SUM := 6886c5526628c08f1e21a84f4658ab3daf6d0233de8dc54526ccf9f40bfab18e +export FONT_NOTO_SANS_JP_TARBALL := NotoSansJP.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SANS_KR_SHA256SUM := 5147b755c29f16f82b706b1c7ff7982894fccbebcf99e6c5fb0d48c315604b98 +FONT_NOTO_SANS_KR_TARBALL := NotoSansKR.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SANS_SC_SHA256SUM := bee1af8c0722cfb3eb1b2fa91a7f3dc011dca231c25c8fcd9d9d544699ababf9 +FONT_NOTO_SANS_SC_TARBALL := NotoSansSC.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SANS_TC_SHA256SUM := ec9e8a4156593e1b3ff7cff843989f43f114f96eff0b5db9691ef3c2bdefb73e +FONT_NOTO_SANS_TC_TARBALL := NotoSansTC.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SERIF_JP_SHA256SUM := 362438901cb871bf84b01ff4734c668dab57b4905f39e5ec76d8b68a7a7b5fa8 +FONT_NOTO_SERIF_JP_TARBALL := NotoSerifJP.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SERIF_KR_SHA256SUM := 3c0d276fb05aaefbbca808b4f8c7b1520b4b4e7c0be46296d6e8a5e42f559f5c +FONT_NOTO_SERIF_KR_TARBALL := NotoSerifKR.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SERIF_SC_SHA256SUM := 00ed5970680a82453619ac5952c5631ea138372bbb0f864d156d91a0fd9c8279 +FONT_NOTO_SERIF_SC_TARBALL := NotoSerifSC.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts +FONT_NOTO_SERIF_TC_SHA256SUM := c33e04199f6d69056a6de0ebc5522dbe36e02f145208c71c9a4c803841151ad2 +FONT_NOTO_SERIF_TC_TARBALL := NotoSerifTC.zip +# three static lines +# so that git cherry-pick +# will not run into conflicts FONT_CULMUS_SHA256SUM := 6daed104481007752a76905000e71c0093c591c8ef3017d1b18222c277fc52e3 FONT_CULMUS_TARBALL := culmus-0.140.tar.gz # three static lines diff --git a/external/Module_external.mk b/external/Module_external.mk index e60765634ab5..d9dc0be98b0c 100644 --- a/external/Module_external.mk +++ b/external/Module_external.mk @@ -80,6 +80,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\ $(call gb_Helper_optional,MSPUB,libmspub) \ $(call gb_Helper_optional,MWAW,libmwaw) \ $(call gb_Helper_optional,MYTHES,mythes) \ + $(call gb_Helper_optional,NOTO_FONT,noto_font) \ $(call gb_Helper_optional,NSS,nss) \ $(call gb_Helper_optional,ODFGEN,libodfgen) \ $(call gb_Helper_optional,OPENLDAP,openldap) \ diff --git a/external/noto_font/ExternalPackage_noto.mk b/external/noto_font/ExternalPackage_noto.mk new file mode 100644 index 000000000000..c2b028e6e6a4 --- /dev/null +++ b/external/noto_font/ExternalPackage_noto.mk @@ -0,0 +1,134 @@ +# -*- 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_notomore,font_notomore)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notomore,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoColorEmoji.ttf \ + NotoEmoji-Regular.ttf \ + NotoNastaliqUrdu-Regular.ttf \ + NotoSansAvestan-Regular.ttf \ + NotoSansBalinese-Regular.ttf \ + NotoSansBamum-Regular.ttf \ + NotoSansBatak-Regular.ttf \ + NotoSansBengali-Bold.ttf \ + NotoSansBengali-Regular.ttf \ + NotoSansBrahmi-Regular.ttf \ + NotoSansBuginese-Regular.ttf \ + NotoSansBuhid-Regular.ttf \ + NotoSansCanadianAboriginal-Regular.ttf \ + NotoSansCarian-Regular.ttf \ + NotoSansCham-Bold.ttf \ + NotoSansCham-Regular.ttf \ + NotoSansCherokee-Regular.ttf \ + NotoSansCoptic-Regular.ttf \ + NotoSansCuneiform-Regular.ttf \ + NotoSansCypriot-Regular.ttf \ + NotoSansDeseret-Regular.ttf \ + NotoSansDevanagari-Bold.ttf \ + NotoSansDevanagari-Regular.ttf \ + NotoSansEgyptianHieroglyphs-Regular.ttf \ + NotoSansEthiopic-Bold.ttf \ + NotoSansEthiopic-Regular.ttf \ + NotoSansGlagolitic-Regular.ttf \ + NotoSansGothic-Regular.ttf \ + NotoSansGujarati-Bold.ttf \ + NotoSansGujarati-Regular.ttf \ + NotoSansGurmukhi-Bold.ttf \ + NotoSansGurmukhi-Regular.ttf \ + NotoSansHanunoo-Regular.ttf \ + NotoSansImperialAramaic-Regular.ttf \ + NotoSansInscriptionalPahlavi-Regular.ttf \ + NotoSansInscriptionalParthian-Regular.ttf \ + NotoSansJavanese-Regular.ttf \ + NotoSansKaithi-Regular.ttf \ + NotoSansKannada-Bold.ttf \ + NotoSansKannada-Regular.ttf \ + NotoSansKayahLi-Regular.ttf \ + NotoSansKharoshthi-Regular.ttf \ + NotoSansKhmer-Bold.ttf \ + NotoSansKhmer-Regular.ttf \ + NotoSansLepcha-Regular.ttf \ + NotoSansLimbu-Regular.ttf \ + NotoSansLinearB-Regular.ttf \ + NotoSansLycian-Regular.ttf \ + NotoSansLydian-Regular.ttf \ + NotoSansMalayalam-Bold.ttf \ + NotoSansMalayalam-Regular.ttf \ + NotoSansMandaic-Regular.ttf \ + NotoSansMeeteiMayek-Regular.ttf \ + NotoSansMongolian-Regular.ttf \ + NotoSansMyanmar-Bold.ttf \ + NotoSansMyanmar-Regular.ttf \ + NotoSansNewTaiLue-Regular.ttf \ + NotoSansNKo-Regular.ttf \ + NotoSansOgham-Regular.ttf \ + NotoSansOlChiki-Regular.ttf \ + NotoSansOldItalic-Regular.ttf \ + NotoSansOldPersian-Regular.ttf \ + NotoSansOldSouthArabian-Regular.ttf \ + NotoSansOldTurkic-Regular.ttf \ + NotoSansOriya-Bold.ttf \ + NotoSansOriya-Regular.ttf \ + NotoSansOsmanya-Regular.ttf \ + NotoSansPhagsPa-Regular.ttf \ + NotoSansPhoenician-Regular.ttf \ + NotoSansRejang-Regular.ttf \ + NotoSansRunic-Regular.ttf \ + NotoSansSamaritan-Regular.ttf \ + NotoSansSaurashtra-Regular.ttf \ + NotoSansShavian-Regular.ttf \ + NotoSansSinhala-Bold.ttf \ + NotoSansSinhala-Regular.ttf \ + NotoSansSundanese-Regular.ttf \ + NotoSansSylotiNagri-Regular.ttf \ + NotoSansSymbols-Regular.ttf \ + NotoSansSyriacEastern-Regular.ttf \ + NotoSansSyriacEstrangela-Regular.ttf \ + NotoSansSyriacWestern-Regular.ttf \ + NotoSansTagalog-Regular.ttf \ + NotoSansTagbanwa-Regular.ttf \ + NotoSansTaiLe-Regular.ttf \ + NotoSansTaiTham-Regular.ttf \ + NotoSansTaiViet-Regular.ttf \ + NotoSansTamil-Bold.ttf \ + NotoSansTamil-Regular.ttf \ + NotoSansTelugu-Bold.ttf \ + NotoSansTelugu-Regular.ttf \ + NotoSansThaana-Bold.ttf \ + NotoSansThaana-Regular.ttf \ + NotoSansThai-Bold.ttf \ + NotoSansThai-Regular.ttf \ + NotoSansTibetan-Bold.ttf \ + NotoSansTibetan-Regular.ttf \ + NotoSansTifinagh-Regular.ttf \ + NotoSansUgaritic-Regular.ttf \ + NotoSansVai-Regular.ttf \ + NotoSansYi-Regular.ttf \ + NotoSerifBengali-Bold.ttf \ + NotoSerifBengali-Regular.ttf \ + NotoSerifDevanagari-Bold.ttf \ + NotoSerifDevanagari-Regular.ttf \ + NotoSerifGujarati-Bold.ttf \ + NotoSerifGujarati-Regular.ttf \ + NotoSerifKannada-Bold.ttf \ + NotoSerifKannada-Regular.ttf \ + NotoSerifKhmer-Bold.ttf \ + NotoSerifKhmer-Regular.ttf \ + NotoSerifMalayalam-Bold.ttf \ + NotoSerifMalayalam-Regular.ttf \ + NotoSerifTamil-Bold.ttf \ + NotoSerifTamil-Regular.ttf \ + NotoSerifTelugu-Bold.ttf \ + NotoSerifTelugu-Regular.ttf \ + NotoSerifThai-Bold.ttf \ + NotoSerifThai-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notosansjp.mk b/external/noto_font/ExternalPackage_notosansjp.mk new file mode 100644 index 000000000000..6ea62377932c --- /dev/null +++ b/external/noto_font/ExternalPackage_notosansjp.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_notosansjp,font_notosansjp)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notosansjp,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSansJP-Bold.otf \ + NotoSansJP-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notosanskr.mk b/external/noto_font/ExternalPackage_notosanskr.mk new file mode 100644 index 000000000000..3669605ad336 --- /dev/null +++ b/external/noto_font/ExternalPackage_notosanskr.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_notosanskr,font_notosanskr)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notosanskr,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSansKR-Bold.otf \ + NotoSansKR-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notosanssc.mk b/external/noto_font/ExternalPackage_notosanssc.mk new file mode 100644 index 000000000000..5e03db1574d3 --- /dev/null +++ b/external/noto_font/ExternalPackage_notosanssc.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_notosanssc,font_notosanssc)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notosanssc,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSansSC-Bold.otf \ + NotoSansSC-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notosanstc.mk b/external/noto_font/ExternalPackage_notosanstc.mk new file mode 100644 index 000000000000..d230d7b07115 --- /dev/null +++ b/external/noto_font/ExternalPackage_notosanstc.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_notosanstc,font_notosanstc)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notosanstc,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSansTC-Bold.otf \ + NotoSansTC-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notoserifjp.mk b/external/noto_font/ExternalPackage_notoserifjp.mk new file mode 100644 index 000000000000..2b9502c74849 --- /dev/null +++ b/external/noto_font/ExternalPackage_notoserifjp.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_notoserifjp,font_notoserifjp)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notoserifjp,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSerifJP-Bold.otf \ + NotoSerifJP-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notoserifkr.mk b/external/noto_font/ExternalPackage_notoserifkr.mk new file mode 100644 index 000000000000..84b893537ac9 --- /dev/null +++ b/external/noto_font/ExternalPackage_notoserifkr.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_notoserifkr,font_notoserifkr)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notoserifkr,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSerifKR-Bold.otf \ + NotoSerifKR-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notoserifsc.mk b/external/noto_font/ExternalPackage_notoserifsc.mk new file mode 100644 index 000000000000..73e2af1217f3 --- /dev/null +++ b/external/noto_font/ExternalPackage_notoserifsc.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_notoserifsc,font_notoserifsc)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notoserifsc,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSerifSC-Bold.otf \ + NotoSerifSC-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/ExternalPackage_notoseriftc.mk b/external/noto_font/ExternalPackage_notoseriftc.mk new file mode 100644 index 000000000000..0e74e6c97bff --- /dev/null +++ b/external/noto_font/ExternalPackage_notoseriftc.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_notoseriftc,font_notoseriftc)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_notoseriftc,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + NotoSerifTC-Bold.otf \ + NotoSerifTC-Regular.otf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/Makefile b/external/noto_font/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/noto_font/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/Module_noto_font.mk b/external/noto_font/Module_noto_font.mk new file mode 100644 index 000000000000..d6fbcf8e37a0 --- /dev/null +++ b/external/noto_font/Module_noto_font.mk @@ -0,0 +1,33 @@ +# -*- 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_Module_Module,noto_font)) + +$(eval $(call gb_Module_add_targets,noto_font,\ + ExternalPackage_noto \ + ExternalPackage_notosansjp \ + ExternalPackage_notosanskr \ + ExternalPackage_notosanssc \ + ExternalPackage_notosanstc \ + ExternalPackage_notoserifjp \ + ExternalPackage_notoserifkr \ + ExternalPackage_notoserifsc \ + ExternalPackage_notoseriftc \ + UnpackedTarball_noto \ + UnpackedTarball_notosansjp \ + UnpackedTarball_notosanskr \ + UnpackedTarball_notosanssc \ + UnpackedTarball_notosanstc \ + UnpackedTarball_notoserifjp \ + UnpackedTarball_notoserifkr \ + UnpackedTarball_notoserifsc \ + UnpackedTarball_notoseriftc \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/README b/external/noto_font/README new file mode 100644 index 000000000000..96377c3d86e5 --- /dev/null +++ b/external/noto_font/README @@ -0,0 +1 @@ +This module packages Google Noto fonts. diff --git a/external/noto_font/UnpackedTarball_noto.mk b/external/noto_font/UnpackedTarball_noto.mk new file mode 100644 index 000000000000..6202fbb59468 --- /dev/null +++ b/external/noto_font/UnpackedTarball_noto.mk @@ -0,0 +1,46 @@ +# -*- 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_notomore)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notomore,$(FONT_NOTO_MORE_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notosansjp)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosansjp,$(FONT_NOTO_SANS_JP_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notosanskr)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosanskr,$(FONT_NOTO_SANS_KR_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notosanssc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosanssc,$(FONT_NOTO_SANS_SC_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notosanstc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosanstc,$(FONT_NOTO_SANS_TC_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notoserifjp)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoserifjp,$(FONT_NOTO_SERIF_JP_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notoserifkr)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoserifkr,$(FONT_NOTO_SERIF_KR_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notoserifsc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoserifsc,$(FONT_NOTO_SERIF_SC_TARBALL),0)) + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_notoseriftc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoseriftc,$(FONT_NOTO_SERIF_TC_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notosansjp.mk b/external/noto_font/UnpackedTarball_notosansjp.mk new file mode 100644 index 000000000000..ed4b2275f71e --- /dev/null +++ b/external/noto_font/UnpackedTarball_notosansjp.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_notosansjp)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosansjp,$(FONT_NOTO_SANS_JP_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notosanskr.mk b/external/noto_font/UnpackedTarball_notosanskr.mk new file mode 100644 index 000000000000..0af2842bfb4f --- /dev/null +++ b/external/noto_font/UnpackedTarball_notosanskr.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_notosanskr)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosanskr,$(FONT_NOTO_SANS_KR_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notosanssc.mk b/external/noto_font/UnpackedTarball_notosanssc.mk new file mode 100644 index 000000000000..0e15ef6fc8e0 --- /dev/null +++ b/external/noto_font/UnpackedTarball_notosanssc.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_notosanssc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosanssc,$(FONT_NOTO_SANS_SC_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notosanstc.mk b/external/noto_font/UnpackedTarball_notosanstc.mk new file mode 100644 index 000000000000..702f04f79960 --- /dev/null +++ b/external/noto_font/UnpackedTarball_notosanstc.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_notosanstc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notosanstc,$(FONT_NOTO_SANS_TC_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notoserifjp.mk b/external/noto_font/UnpackedTarball_notoserifjp.mk new file mode 100644 index 000000000000..44909731b26a --- /dev/null +++ b/external/noto_font/UnpackedTarball_notoserifjp.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_notoserifjp)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoserifjp,$(FONT_NOTO_SERIF_JP_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notoserifkr.mk b/external/noto_font/UnpackedTarball_notoserifkr.mk new file mode 100644 index 000000000000..dcc9ae8b7df8 --- /dev/null +++ b/external/noto_font/UnpackedTarball_notoserifkr.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_notoserifkr)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoserifkr,$(FONT_NOTO_SERIF_KR_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notoserifsc.mk b/external/noto_font/UnpackedTarball_notoserifsc.mk new file mode 100644 index 000000000000..2564a414300c --- /dev/null +++ b/external/noto_font/UnpackedTarball_notoserifsc.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_notoserifsc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoserifsc,$(FONT_NOTO_SERIF_SC_TARBALL),0)) + +# vim: set noet sw=4 ts=4: diff --git a/external/noto_font/UnpackedTarball_notoseriftc.mk b/external/noto_font/UnpackedTarball_notoseriftc.mk new file mode 100644 index 000000000000..5d960ab6057b --- /dev/null +++ b/external/noto_font/UnpackedTarball_notoseriftc.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_notoseriftc)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_notoseriftc,$(FONT_NOTO_SERIF_TC_TARBALL),0)) + +# vim: set noet sw=4 ts=4:
