diff options
Diffstat (limited to 'more_fonts')
-rw-r--r-- | more_fonts/ExternalPackage_opensans.mk | 21 | ||||
-rw-r--r-- | more_fonts/ExternalPackage_ptserif.mk | 21 | ||||
-rw-r--r-- | more_fonts/ExternalPackage_sourcecode.mk | 19 | ||||
-rw-r--r-- | more_fonts/ExternalPackage_sourcesans.mk | 21 | ||||
-rw-r--r-- | more_fonts/Module_more_fonts.mk | 8 | ||||
-rw-r--r-- | more_fonts/UnpackedTarball_opensans.mk | 14 | ||||
-rw-r--r-- | more_fonts/UnpackedTarball_ptserif.mk | 14 | ||||
-rw-r--r-- | more_fonts/UnpackedTarball_sourcecode.mk | 14 | ||||
-rw-r--r-- | more_fonts/UnpackedTarball_sourcesans.mk | 14 |
9 files changed, 146 insertions, 0 deletions
diff --git a/more_fonts/ExternalPackage_opensans.mk b/more_fonts/ExternalPackage_opensans.mk new file mode 100644 index 000000000000..52c2090a4826 --- /dev/null +++ b/more_fonts/ExternalPackage_opensans.mk @@ -0,0 +1,21 @@ +# -*- 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,font_opensans_inc,font_opensans)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,font_opensans_inc,pck,\ + OpenSans-BoldItalic.ttf \ + OpenSans-Bold.ttf \ + OpenSans-Italic.ttf \ + OpenSans-Regular.ttf \ +)) + +$(eval $(call gb_ExternalPackage_add_unpacked_file,font_opensans_inc,pck/License_opensans.txt,LICENSE.txt)) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_ptserif.mk b/more_fonts/ExternalPackage_ptserif.mk new file mode 100644 index 000000000000..6dd15b90e986 --- /dev/null +++ b/more_fonts/ExternalPackage_ptserif.mk @@ -0,0 +1,21 @@ +# -*- 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,font_ptserif_inc,font_ptserif)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,font_ptserif_inc,pck,\ + PT_Serif-Web-BoldItalic.ttf \ + PT_Serif-Web-Bold.ttf \ + PT_Serif-Web-Italic.ttf \ + PT_Serif-Web-Regular.ttf \ +)) + +$(eval $(call gb_ExternalPackage_add_unpacked_file,font_ptserif_inc,pck/License_ptserif.txt,OFL.txt)) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_sourcecode.mk b/more_fonts/ExternalPackage_sourcecode.mk new file mode 100644 index 000000000000..f1b485fa41b6 --- /dev/null +++ b/more_fonts/ExternalPackage_sourcecode.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,font_sourcecode_inc,font_sourcecode)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,font_sourcecode_inc,pck,\ + SourceCodePro-Bold.ttf \ + SourceCodePro-Regular.ttf \ +)) + +$(eval $(call gb_ExternalPackage_add_unpacked_file,font_sourcecode_inc,pck/License_sourcecode.txt,OFL.txt)) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_sourcesans.mk b/more_fonts/ExternalPackage_sourcesans.mk new file mode 100644 index 000000000000..3a88dc2f1cdf --- /dev/null +++ b/more_fonts/ExternalPackage_sourcesans.mk @@ -0,0 +1,21 @@ +# -*- 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,font_sourcesans_inc,font_sourcesans)) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,font_sourcesans_inc,pck,\ + SourceSansPro-BoldItalic.ttf \ + SourceSansPro-Bold.ttf \ + SourceSansPro-Italic.ttf \ + SourceSansPro-Regular.ttf \ +)) + +$(eval $(call gb_ExternalPackage_add_unpacked_file,font_sourcesans_inc,pck/License_sourcesans.txt,OFL.txt)) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/Module_more_fonts.mk b/more_fonts/Module_more_fonts.mk index f054b21bc87d..c9a751485802 100644 --- a/more_fonts/Module_more_fonts.mk +++ b/more_fonts/Module_more_fonts.mk @@ -16,11 +16,19 @@ $(eval $(call gb_Module_add_targets,more_fonts,\ ExternalPackage_liberation \ ExternalPackage_liberation_narrow \ ExternalPackage_libertineg \ + ExternalPackage_opensans \ + ExternalPackage_ptserif \ + ExternalPackage_sourcecode \ + ExternalPackage_sourcesans \ UnpackedTarball_dejavu \ UnpackedTarball_gentium \ UnpackedTarball_liberation \ UnpackedTarball_liberation_narrow \ UnpackedTarball_libertineg \ + UnpackedTarball_opensans \ + UnpackedTarball_ptserif \ + UnpackedTarball_sourcecode \ + UnpackedTarball_sourcesans \ )) # vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_opensans.mk b/more_fonts/UnpackedTarball_opensans.mk new file mode 100644 index 000000000000..10bdc920e316 --- /dev/null +++ b/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_OPENSANS_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_ptserif.mk b/more_fonts/UnpackedTarball_ptserif.mk new file mode 100644 index 000000000000..4f739214b68b --- /dev/null +++ b/more_fonts/UnpackedTarball_ptserif.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_ptserif)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_ptserif,$(FONT_PTSERIF_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_sourcecode.mk b/more_fonts/UnpackedTarball_sourcecode.mk new file mode 100644 index 000000000000..7040e9b185ba --- /dev/null +++ b/more_fonts/UnpackedTarball_sourcecode.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_sourcecode)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_sourcecode,$(FONT_SOURCECODE_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_sourcesans.mk b/more_fonts/UnpackedTarball_sourcesans.mk new file mode 100644 index 000000000000..65ff325535a1 --- /dev/null +++ b/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: |