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_opensans
,font_opensans
))
12 $(eval
$(call gb_ExternalPackage_add_unpacked_files
,fonts_opensans
,$(LIBO_SHARE_FOLDER
)/fonts
/truetype
,\
13 static
/OpenSans_Condensed
/OpenSans_Condensed-Bold.ttf \
14 static
/OpenSans_Condensed
/OpenSans_Condensed-BoldItalic.ttf \
15 static
/OpenSans_Condensed
/OpenSans_Condensed-ExtraBold.ttf \
16 static
/OpenSans_Condensed
/OpenSans_Condensed-ExtraBoldItalic.ttf \
17 static
/OpenSans_Condensed
/OpenSans_Condensed-Italic.ttf \
18 static
/OpenSans_Condensed
/OpenSans_Condensed-Light.ttf \
19 static
/OpenSans_Condensed
/OpenSans_Condensed-LightItalic.ttf \
20 static
/OpenSans_Condensed
/OpenSans_Condensed-Medium.ttf \
21 static
/OpenSans_Condensed
/OpenSans_Condensed-MediumItalic.ttf \
22 static
/OpenSans_Condensed
/OpenSans_Condensed-Regular.ttf \
23 static
/OpenSans_Condensed
/OpenSans_Condensed-SemiBold.ttf \
24 static
/OpenSans_Condensed
/OpenSans_Condensed-SemiBoldItalic.ttf \
25 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-Bold.ttf \
26 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-BoldItalic.ttf \
27 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-ExtraBold.ttf \
28 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-ExtraBoldItalic.ttf \
29 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-Italic.ttf \
30 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-Light.ttf \
31 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-LightItalic.ttf \
32 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-Medium.ttf \
33 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-MediumItalic.ttf \
34 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-Regular.ttf \
35 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-SemiBold.ttf \
36 static
/OpenSans_SemiCondensed
/OpenSans_SemiCondensed-SemiBoldItalic.ttf \
37 static
/OpenSans
/OpenSans-Bold.ttf \
38 static
/OpenSans
/OpenSans-BoldItalic.ttf \
39 static
/OpenSans
/OpenSans-ExtraBold.ttf \
40 static
/OpenSans
/OpenSans-ExtraBoldItalic.ttf \
41 static
/OpenSans
/OpenSans-Italic.ttf \
42 static
/OpenSans
/OpenSans-Light.ttf \
43 static
/OpenSans
/OpenSans-LightItalic.ttf \
44 static
/OpenSans
/OpenSans-Medium.ttf \
45 static
/OpenSans
/OpenSans-MediumItalic.ttf \
46 static
/OpenSans
/OpenSans-Regular.ttf \
47 static
/OpenSans
/OpenSans-SemiBold.ttf \
48 static
/OpenSans
/OpenSans-SemiBoldItalic.ttf \
51 # vim: set noet sw=4 ts=4: