1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_ExternalPackage_ExternalPackage
,fonts_dejavu
,font_dejavu
))
12 $(eval
$(call gb_ExternalPackage_add_unpacked_files
,fonts_dejavu
,$(LIBO_SHARE_FOLDER
)/fonts
/truetype
,\
13 ttf
/DejaVuMathTeXGyre.ttf \
14 ttf
/DejaVuSans-Bold.ttf \
15 ttf
/DejaVuSans-BoldOblique.ttf \
16 ttf
/DejaVuSans-ExtraLight.ttf \
17 ttf
/DejaVuSans-Oblique.ttf \
19 ttf
/DejaVuSansCondensed-Bold.ttf \
20 ttf
/DejaVuSansCondensed-BoldOblique.ttf \
21 ttf
/DejaVuSansCondensed-Oblique.ttf \
22 ttf
/DejaVuSansCondensed.ttf \
23 ttf
/DejaVuSansMono-Bold.ttf \
24 ttf
/DejaVuSansMono-BoldOblique.ttf \
25 ttf
/DejaVuSansMono-Oblique.ttf \
26 ttf
/DejaVuSansMono.ttf \
27 ttf
/DejaVuSerif-Bold.ttf \
28 ttf
/DejaVuSerif-BoldItalic.ttf \
29 ttf
/DejaVuSerif-Italic.ttf \
31 ttf
/DejaVuSerifCondensed-Bold.ttf \
32 ttf
/DejaVuSerifCondensed-BoldItalic.ttf \
33 ttf
/DejaVuSerifCondensed-Italic.ttf \
34 ttf
/DejaVuSerifCondensed.ttf \
37 # vim: set noet sw=4 ts=4: