402d331a0e
Change-Id: I98961ed79cdf98449048e8d83e17e97222e71660 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143620 Reviewed-by: خالد حسني <khaled@aliftype.com> Tested-by: خالد حسني <khaled@aliftype.com>
20 lines
629 B
Makefile
20 lines
629 B
Makefile
# -*- 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_amiri,font_amiri))
|
|
|
|
$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_amiri,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
|
|
Amiri-Regular.ttf \
|
|
Amiri-Bold.ttf \
|
|
Amiri-Italic.ttf \
|
|
Amiri-BoldItalic.ttf \
|
|
AmiriQuran.ttf \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|