2023-09-26 03:47:19 -05:00
|
|
|
# -*- 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/.
|
|
|
|
#
|
|
|
|
|
2024-01-17 12:39:41 -06:00
|
|
|
$(eval $(call gb_ExternalPackage_ExternalPackage,fonts_noto_sans_arabic,font_noto_sans_arabic))
|
2023-09-26 03:47:19 -05:00
|
|
|
|
2024-01-17 12:39:41 -06:00
|
|
|
$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_noto_sans_arabic,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
|
2023-09-26 03:47:19 -05:00
|
|
|
NotoSansArabic/full/ttf/NotoSansArabic-Bold.ttf \
|
|
|
|
NotoSansArabic/full/ttf/NotoSansArabic-Regular.ttf \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|