From f38b5ce9b87d86e73893a3d3384621da994d1499 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 18 Oct 2013 22:50:26 +0200 Subject: fdo#70393: move more_fonts to a subdir of external Change-Id: I82d3c4e7ad274e906d55fe883242bd9014ebe2e9 Reviewed-on: https://gerrit.libreoffice.org/6344 Reviewed-by: David Tardon Tested-by: David Tardon --- RepositoryModule_host.mk | 1 - external/Module_external.mk | 1 + external/more_fonts/ExternalPackage_dejavu.mk | 38 ++++++++++++++++++++++ external/more_fonts/ExternalPackage_gentium.mk | 25 ++++++++++++++ external/more_fonts/ExternalPackage_liberation.mk | 29 +++++++++++++++++ .../ExternalPackage_liberation_narrow.mk | 21 ++++++++++++ external/more_fonts/ExternalPackage_libertineg.mk | 27 +++++++++++++++ external/more_fonts/ExternalPackage_opensans.mk | 21 ++++++++++++ external/more_fonts/ExternalPackage_ptserif.mk | 21 ++++++++++++ external/more_fonts/ExternalPackage_sourcecode.mk | 19 +++++++++++ external/more_fonts/ExternalPackage_sourcesans.mk | 21 ++++++++++++ external/more_fonts/Makefile | 7 ++++ external/more_fonts/Module_more_fonts.mk | 34 +++++++++++++++++++ external/more_fonts/Package_conf.mk | 16 +++++++++ external/more_fonts/README | 1 + external/more_fonts/UnpackedTarball_dejavu.mk | 14 ++++++++ external/more_fonts/UnpackedTarball_gentium.mk | 14 ++++++++ external/more_fonts/UnpackedTarball_liberation.mk | 14 ++++++++ .../UnpackedTarball_liberation_narrow.mk | 14 ++++++++ external/more_fonts/UnpackedTarball_libertineg.mk | 15 +++++++++ external/more_fonts/UnpackedTarball_opensans.mk | 14 ++++++++ external/more_fonts/UnpackedTarball_ptserif.mk | 14 ++++++++ external/more_fonts/UnpackedTarball_sourcecode.mk | 14 ++++++++ external/more_fonts/UnpackedTarball_sourcesans.mk | 14 ++++++++ external/more_fonts/fonts/fc_local.conf | 35 ++++++++++++++++++++ more_fonts/ExternalPackage_dejavu.mk | 38 ---------------------- more_fonts/ExternalPackage_gentium.mk | 25 -------------- more_fonts/ExternalPackage_liberation.mk | 29 ----------------- more_fonts/ExternalPackage_liberation_narrow.mk | 21 ------------ more_fonts/ExternalPackage_libertineg.mk | 27 --------------- more_fonts/ExternalPackage_opensans.mk | 21 ------------ more_fonts/ExternalPackage_ptserif.mk | 21 ------------ more_fonts/ExternalPackage_sourcecode.mk | 19 ----------- more_fonts/ExternalPackage_sourcesans.mk | 21 ------------ more_fonts/Makefile | 7 ---- more_fonts/Module_more_fonts.mk | 34 ------------------- more_fonts/Package_conf.mk | 16 --------- more_fonts/README | 1 - more_fonts/UnpackedTarball_dejavu.mk | 14 -------- more_fonts/UnpackedTarball_gentium.mk | 14 -------- more_fonts/UnpackedTarball_liberation.mk | 14 -------- more_fonts/UnpackedTarball_liberation_narrow.mk | 14 -------- more_fonts/UnpackedTarball_libertineg.mk | 15 --------- more_fonts/UnpackedTarball_opensans.mk | 14 -------- more_fonts/UnpackedTarball_ptserif.mk | 14 -------- more_fonts/UnpackedTarball_sourcecode.mk | 14 -------- more_fonts/UnpackedTarball_sourcesans.mk | 14 -------- more_fonts/fonts/fc_local.conf | 35 -------------------- 48 files changed, 443 insertions(+), 443 deletions(-) create mode 100644 external/more_fonts/ExternalPackage_dejavu.mk create mode 100644 external/more_fonts/ExternalPackage_gentium.mk create mode 100644 external/more_fonts/ExternalPackage_liberation.mk create mode 100644 external/more_fonts/ExternalPackage_liberation_narrow.mk create mode 100644 external/more_fonts/ExternalPackage_libertineg.mk create mode 100644 external/more_fonts/ExternalPackage_opensans.mk create mode 100644 external/more_fonts/ExternalPackage_ptserif.mk create mode 100644 external/more_fonts/ExternalPackage_sourcecode.mk create mode 100644 external/more_fonts/ExternalPackage_sourcesans.mk create mode 100644 external/more_fonts/Makefile create mode 100644 external/more_fonts/Module_more_fonts.mk create mode 100644 external/more_fonts/Package_conf.mk create mode 100644 external/more_fonts/README create mode 100644 external/more_fonts/UnpackedTarball_dejavu.mk create mode 100644 external/more_fonts/UnpackedTarball_gentium.mk create mode 100644 external/more_fonts/UnpackedTarball_liberation.mk create mode 100644 external/more_fonts/UnpackedTarball_liberation_narrow.mk create mode 100644 external/more_fonts/UnpackedTarball_libertineg.mk create mode 100644 external/more_fonts/UnpackedTarball_opensans.mk create mode 100644 external/more_fonts/UnpackedTarball_ptserif.mk create mode 100644 external/more_fonts/UnpackedTarball_sourcecode.mk create mode 100644 external/more_fonts/UnpackedTarball_sourcesans.mk create mode 100644 external/more_fonts/fonts/fc_local.conf delete mode 100644 more_fonts/ExternalPackage_dejavu.mk delete mode 100644 more_fonts/ExternalPackage_gentium.mk delete mode 100644 more_fonts/ExternalPackage_liberation.mk delete mode 100644 more_fonts/ExternalPackage_liberation_narrow.mk delete mode 100644 more_fonts/ExternalPackage_libertineg.mk delete mode 100644 more_fonts/ExternalPackage_opensans.mk delete mode 100644 more_fonts/ExternalPackage_ptserif.mk delete mode 100644 more_fonts/ExternalPackage_sourcecode.mk delete mode 100644 more_fonts/ExternalPackage_sourcesans.mk delete mode 100644 more_fonts/Makefile delete mode 100644 more_fonts/Module_more_fonts.mk delete mode 100644 more_fonts/Package_conf.mk delete mode 100644 more_fonts/README delete mode 100644 more_fonts/UnpackedTarball_dejavu.mk delete mode 100644 more_fonts/UnpackedTarball_gentium.mk delete mode 100644 more_fonts/UnpackedTarball_liberation.mk delete mode 100644 more_fonts/UnpackedTarball_liberation_narrow.mk delete mode 100644 more_fonts/UnpackedTarball_libertineg.mk delete mode 100644 more_fonts/UnpackedTarball_opensans.mk delete mode 100644 more_fonts/UnpackedTarball_ptserif.mk delete mode 100644 more_fonts/UnpackedTarball_sourcecode.mk delete mode 100644 more_fonts/UnpackedTarball_sourcesans.mk delete mode 100644 more_fonts/fonts/fc_local.conf diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 5c337309c7a7..70eb666d30bc 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -76,7 +76,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ linguistic \ lotuswordpro \ $(call gb_Helper_optional,DESKTOP,l10ntools) \ - $(call gb_Helper_optional,MORE_FONTS,more_fonts) \ $(call gb_Helper_optional,MOZ,moz) \ $(call gb_Helper_optional,MARIADBC,mysqlc) \ $(call gb_Helper_optional,NLPSOLVER,nlpsolver) \ diff --git a/external/Module_external.mk b/external/Module_external.mk index f4abc76b5f9d..8e7b93a99134 100644 --- a/external/Module_external.mk +++ b/external/Module_external.mk @@ -51,6 +51,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\ $(call gb_Helper_optional,LPSOLVE,lpsolve) \ $(call gb_Helper_optional,MARIADB,libmariadb) \ $(call gb_Helper_optional,MDDS,mdds) \ + $(call gb_Helper_optional,MORE_FONTS,more_fonts) \ $(call gb_Helper_optional,MSPUB,libmspub) \ $(call gb_Helper_optional,MWAW,libmwaw) \ $(call gb_Helper_optional,MYSQLCPPCONN,mysqlcppconn) \ diff --git a/external/more_fonts/ExternalPackage_dejavu.mk b/external/more_fonts/ExternalPackage_dejavu.mk new file mode 100644 index 000000000000..d307041af5db --- /dev/null +++ b/external/more_fonts/ExternalPackage_dejavu.mk @@ -0,0 +1,38 @@ +# -*- 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_dejavu,font_dejavu)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_dejavu,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_dejavu,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + ttf/DejaVuSans-Bold.ttf \ + ttf/DejaVuSans-BoldOblique.ttf \ + ttf/DejaVuSans-ExtraLight.ttf \ + ttf/DejaVuSans-Oblique.ttf \ + ttf/DejaVuSans.ttf \ + ttf/DejaVuSansCondensed-Bold.ttf \ + ttf/DejaVuSansCondensed-BoldOblique.ttf \ + ttf/DejaVuSansCondensed-Oblique.ttf \ + ttf/DejaVuSansCondensed.ttf \ + ttf/DejaVuSansMono-Bold.ttf \ + ttf/DejaVuSansMono-BoldOblique.ttf \ + ttf/DejaVuSansMono-Oblique.ttf \ + ttf/DejaVuSansMono.ttf \ + ttf/DejaVuSerif-Bold.ttf \ + ttf/DejaVuSerif-BoldItalic.ttf \ + ttf/DejaVuSerif-Italic.ttf \ + ttf/DejaVuSerif.ttf \ + ttf/DejaVuSerifCondensed-Bold.ttf \ + ttf/DejaVuSerifCondensed-BoldItalic.ttf \ + ttf/DejaVuSerifCondensed-Italic.ttf \ + ttf/DejaVuSerifCondensed.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_gentium.mk b/external/more_fonts/ExternalPackage_gentium.mk new file mode 100644 index 000000000000..2099d66f82f0 --- /dev/null +++ b/external/more_fonts/ExternalPackage_gentium.mk @@ -0,0 +1,25 @@ +# -*- 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_gentium,font_gentium)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_gentium,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_gentium,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + GenBasB.ttf \ + GenBasBI.ttf \ + GenBasI.ttf \ + GenBasR.ttf \ + GenBkBasB.ttf \ + GenBkBasBI.ttf \ + GenBkBasI.ttf \ + GenBkBasR.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_liberation.mk b/external/more_fonts/ExternalPackage_liberation.mk new file mode 100644 index 000000000000..b3a43c879aac --- /dev/null +++ b/external/more_fonts/ExternalPackage_liberation.mk @@ -0,0 +1,29 @@ +# -*- 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_liberation,font_liberation)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_liberation,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_liberation,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + LiberationMono-Bold.ttf \ + LiberationMono-BoldItalic.ttf \ + LiberationMono-Italic.ttf \ + LiberationMono-Regular.ttf \ + LiberationSans-Bold.ttf \ + LiberationSans-BoldItalic.ttf \ + LiberationSans-Italic.ttf \ + LiberationSans-Regular.ttf \ + LiberationSerif-Bold.ttf \ + LiberationSerif-BoldItalic.ttf \ + LiberationSerif-Italic.ttf \ + LiberationSerif-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_liberation_narrow.mk b/external/more_fonts/ExternalPackage_liberation_narrow.mk new file mode 100644 index 000000000000..93af73aae165 --- /dev/null +++ b/external/more_fonts/ExternalPackage_liberation_narrow.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,fonts_liberation_narrow,font_liberation_narrow)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_liberation_narrow,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_liberation_narrow,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + LiberationSansNarrow-Bold.ttf \ + LiberationSansNarrow-BoldItalic.ttf \ + LiberationSansNarrow-Italic.ttf \ + LiberationSansNarrow-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_libertineg.mk b/external/more_fonts/ExternalPackage_libertineg.mk new file mode 100644 index 000000000000..4e08aa2bc42d --- /dev/null +++ b/external/more_fonts/ExternalPackage_libertineg.mk @@ -0,0 +1,27 @@ +# -*- 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_libertineg,font_libertineg)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_libertineg,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_libertineg,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + LinBiolinum_RB_G.ttf \ + LinBiolinum_RI_G.ttf \ + LinBiolinum_R_G.ttf \ + LinLibertine_DR_G.ttf \ + LinLibertine_RBI_G.ttf \ + LinLibertine_RB_G.ttf \ + LinLibertine_RI_G.ttf \ + LinLibertine_RZI_G.ttf \ + LinLibertine_RZ_G.ttf \ + LinLibertine_R_G.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_opensans.mk b/external/more_fonts/ExternalPackage_opensans.mk new file mode 100644 index 000000000000..53be59399312 --- /dev/null +++ b/external/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,fonts_opensans,font_opensans)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_opensans,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_opensans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + OpenSans-BoldItalic.ttf \ + OpenSans-Bold.ttf \ + OpenSans-Italic.ttf \ + OpenSans-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_ptserif.mk b/external/more_fonts/ExternalPackage_ptserif.mk new file mode 100644 index 000000000000..c9f0c988320d --- /dev/null +++ b/external/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,fonts_ptserif,font_ptserif)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_ptserif,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_ptserif,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + PT_Serif-Web-BoldItalic.ttf \ + PT_Serif-Web-Bold.ttf \ + PT_Serif-Web-Italic.ttf \ + PT_Serif-Web-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_sourcecode.mk b/external/more_fonts/ExternalPackage_sourcecode.mk new file mode 100644 index 000000000000..416d44e1016d --- /dev/null +++ b/external/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,fonts_sourcecode,font_sourcecode)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_sourcecode,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcecode,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + SourceCodePro-Bold.ttf \ + SourceCodePro-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/ExternalPackage_sourcesans.mk b/external/more_fonts/ExternalPackage_sourcesans.mk new file mode 100644 index 000000000000..bf6d315bf865 --- /dev/null +++ b/external/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,fonts_sourcesans,font_sourcesans)) + +$(eval $(call gb_ExternalPackage_set_outdir,fonts_sourcesans,$(INSTROOT))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcesans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ + SourceSansPro-BoldItalic.ttf \ + SourceSansPro-Bold.ttf \ + SourceSansPro-Italic.ttf \ + SourceSansPro-Regular.ttf \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/Makefile b/external/more_fonts/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/more_fonts/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/Module_more_fonts.mk b/external/more_fonts/Module_more_fonts.mk new file mode 100644 index 000000000000..c9a751485802 --- /dev/null +++ b/external/more_fonts/Module_more_fonts.mk @@ -0,0 +1,34 @@ +# -*- 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_Module_Module,more_fonts)) + +$(eval $(call gb_Module_add_targets,more_fonts,\ + Package_conf \ + ExternalPackage_dejavu \ + ExternalPackage_gentium \ + 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/external/more_fonts/Package_conf.mk b/external/more_fonts/Package_conf.mk new file mode 100644 index 000000000000..43b9843d67a8 --- /dev/null +++ b/external/more_fonts/Package_conf.mk @@ -0,0 +1,16 @@ +# -*- 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_Package_Package,more_fonts_conf,$(SRCDIR)/external/more_fonts/fonts)) + +$(eval $(call gb_Package_set_outdir,more_fonts_conf,$(INSTROOT))) + +$(eval $(call gb_Package_add_file,more_fonts_conf,$(LIBO_SHARE_FOLDER)/fonts/truetype/fc_local.conf,fc_local.conf)) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/README b/external/more_fonts/README new file mode 100644 index 000000000000..4a676e9f6644 --- /dev/null +++ b/external/more_fonts/README @@ -0,0 +1 @@ +This module packages some external fonts. \ No newline at end of file diff --git a/external/more_fonts/UnpackedTarball_dejavu.mk b/external/more_fonts/UnpackedTarball_dejavu.mk new file mode 100644 index 000000000000..d7742df8c456 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_dejavu.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_dejavu)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_dejavu,$(FONT_DEJAVU_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/UnpackedTarball_gentium.mk b/external/more_fonts/UnpackedTarball_gentium.mk new file mode 100644 index 000000000000..0827c0e23bfb --- /dev/null +++ b/external/more_fonts/UnpackedTarball_gentium.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_gentium)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_gentium,$(FONT_GENTIUM_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/UnpackedTarball_liberation.mk b/external/more_fonts/UnpackedTarball_liberation.mk new file mode 100644 index 000000000000..8e428f55bc07 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_liberation.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_liberation)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_liberation,$(FONT_LIBERATION_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/UnpackedTarball_liberation_narrow.mk b/external/more_fonts/UnpackedTarball_liberation_narrow.mk new file mode 100644 index 000000000000..52e6f860b8f1 --- /dev/null +++ b/external/more_fonts/UnpackedTarball_liberation_narrow.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_liberation_narrow)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_liberation_narrow,$(FONT_LIBERATION_NARROW_TARBALL))) + +# vim: set noet sw=4 ts=4: diff --git a/external/more_fonts/UnpackedTarball_libertineg.mk b/external/more_fonts/UnpackedTarball_libertineg.mk new file mode 100644 index 000000000000..51610baa545b --- /dev/null +++ b/external/more_fonts/UnpackedTarball_libertineg.mk @@ -0,0 +1,15 @@ +# -*- 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_libertineg)) + +$(eval $(call gb_UnpackedTarball_set_tarball,font_libertineg,$(FONT_LINLIBERTINEG_TARBALL))) + +# vim: set noet sw=4 ts=4: + diff --git a/external/more_fonts/UnpackedTarball_opensans.mk b/external/more_fonts/UnpackedTarball_opensans.mk new file mode 100644 index 000000000000..10bdc920e316 --- /dev/null +++ b/external/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/external/more_fonts/UnpackedTarball_ptserif.mk b/external/more_fonts/UnpackedTarball_ptserif.mk new file mode 100644 index 000000000000..4f739214b68b --- /dev/null +++ b/external/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/external/more_fonts/UnpackedTarball_sourcecode.mk b/external/more_fonts/UnpackedTarball_sourcecode.mk new file mode 100644 index 000000000000..7040e9b185ba --- /dev/null +++ b/external/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/external/more_fonts/UnpackedTarball_sourcesans.mk b/external/more_fonts/UnpackedTarball_sourcesans.mk new file mode 100644 index 000000000000..65ff325535a1 --- /dev/null +++ b/external/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: diff --git a/external/more_fonts/fonts/fc_local.conf b/external/more_fonts/fonts/fc_local.conf new file mode 100644 index 000000000000..6af763c0b0f0 --- /dev/null +++ b/external/more_fonts/fonts/fc_local.conf @@ -0,0 +1,35 @@ + + + + + + + + Liberation Sans Narrow + + Arial Narrow + + + + + Arial Narrow + + Liberation Sans Narrow + + + + + Calibri + + Carlito + + + + + Cambria + + Caladea + + + + diff --git a/more_fonts/ExternalPackage_dejavu.mk b/more_fonts/ExternalPackage_dejavu.mk deleted file mode 100644 index d307041af5db..000000000000 --- a/more_fonts/ExternalPackage_dejavu.mk +++ /dev/null @@ -1,38 +0,0 @@ -# -*- 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_dejavu,font_dejavu)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_dejavu,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_dejavu,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - ttf/DejaVuSans-Bold.ttf \ - ttf/DejaVuSans-BoldOblique.ttf \ - ttf/DejaVuSans-ExtraLight.ttf \ - ttf/DejaVuSans-Oblique.ttf \ - ttf/DejaVuSans.ttf \ - ttf/DejaVuSansCondensed-Bold.ttf \ - ttf/DejaVuSansCondensed-BoldOblique.ttf \ - ttf/DejaVuSansCondensed-Oblique.ttf \ - ttf/DejaVuSansCondensed.ttf \ - ttf/DejaVuSansMono-Bold.ttf \ - ttf/DejaVuSansMono-BoldOblique.ttf \ - ttf/DejaVuSansMono-Oblique.ttf \ - ttf/DejaVuSansMono.ttf \ - ttf/DejaVuSerif-Bold.ttf \ - ttf/DejaVuSerif-BoldItalic.ttf \ - ttf/DejaVuSerif-Italic.ttf \ - ttf/DejaVuSerif.ttf \ - ttf/DejaVuSerifCondensed-Bold.ttf \ - ttf/DejaVuSerifCondensed-BoldItalic.ttf \ - ttf/DejaVuSerifCondensed-Italic.ttf \ - ttf/DejaVuSerifCondensed.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_gentium.mk b/more_fonts/ExternalPackage_gentium.mk deleted file mode 100644 index 2099d66f82f0..000000000000 --- a/more_fonts/ExternalPackage_gentium.mk +++ /dev/null @@ -1,25 +0,0 @@ -# -*- 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_gentium,font_gentium)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_gentium,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_gentium,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - GenBasB.ttf \ - GenBasBI.ttf \ - GenBasI.ttf \ - GenBasR.ttf \ - GenBkBasB.ttf \ - GenBkBasBI.ttf \ - GenBkBasI.ttf \ - GenBkBasR.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_liberation.mk b/more_fonts/ExternalPackage_liberation.mk deleted file mode 100644 index b3a43c879aac..000000000000 --- a/more_fonts/ExternalPackage_liberation.mk +++ /dev/null @@ -1,29 +0,0 @@ -# -*- 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_liberation,font_liberation)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_liberation,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_liberation,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - LiberationMono-Bold.ttf \ - LiberationMono-BoldItalic.ttf \ - LiberationMono-Italic.ttf \ - LiberationMono-Regular.ttf \ - LiberationSans-Bold.ttf \ - LiberationSans-BoldItalic.ttf \ - LiberationSans-Italic.ttf \ - LiberationSans-Regular.ttf \ - LiberationSerif-Bold.ttf \ - LiberationSerif-BoldItalic.ttf \ - LiberationSerif-Italic.ttf \ - LiberationSerif-Regular.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_liberation_narrow.mk b/more_fonts/ExternalPackage_liberation_narrow.mk deleted file mode 100644 index 93af73aae165..000000000000 --- a/more_fonts/ExternalPackage_liberation_narrow.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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_liberation_narrow,font_liberation_narrow)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_liberation_narrow,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_liberation_narrow,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - LiberationSansNarrow-Bold.ttf \ - LiberationSansNarrow-BoldItalic.ttf \ - LiberationSansNarrow-Italic.ttf \ - LiberationSansNarrow-Regular.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_libertineg.mk b/more_fonts/ExternalPackage_libertineg.mk deleted file mode 100644 index 4e08aa2bc42d..000000000000 --- a/more_fonts/ExternalPackage_libertineg.mk +++ /dev/null @@ -1,27 +0,0 @@ -# -*- 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_libertineg,font_libertineg)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_libertineg,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_libertineg,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - LinBiolinum_RB_G.ttf \ - LinBiolinum_RI_G.ttf \ - LinBiolinum_R_G.ttf \ - LinLibertine_DR_G.ttf \ - LinLibertine_RBI_G.ttf \ - LinLibertine_RB_G.ttf \ - LinLibertine_RI_G.ttf \ - LinLibertine_RZI_G.ttf \ - LinLibertine_RZ_G.ttf \ - LinLibertine_R_G.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_opensans.mk b/more_fonts/ExternalPackage_opensans.mk deleted file mode 100644 index 53be59399312..000000000000 --- a/more_fonts/ExternalPackage_opensans.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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_opensans,font_opensans)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_opensans,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_opensans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - OpenSans-BoldItalic.ttf \ - OpenSans-Bold.ttf \ - OpenSans-Italic.ttf \ - OpenSans-Regular.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_ptserif.mk b/more_fonts/ExternalPackage_ptserif.mk deleted file mode 100644 index c9f0c988320d..000000000000 --- a/more_fonts/ExternalPackage_ptserif.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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_ptserif,font_ptserif)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_ptserif,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_ptserif,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - PT_Serif-Web-BoldItalic.ttf \ - PT_Serif-Web-Bold.ttf \ - PT_Serif-Web-Italic.ttf \ - PT_Serif-Web-Regular.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_sourcecode.mk b/more_fonts/ExternalPackage_sourcecode.mk deleted file mode 100644 index 416d44e1016d..000000000000 --- a/more_fonts/ExternalPackage_sourcecode.mk +++ /dev/null @@ -1,19 +0,0 @@ -# -*- 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_sourcecode,font_sourcecode)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_sourcecode,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcecode,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - SourceCodePro-Bold.ttf \ - SourceCodePro-Regular.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/ExternalPackage_sourcesans.mk b/more_fonts/ExternalPackage_sourcesans.mk deleted file mode 100644 index bf6d315bf865..000000000000 --- a/more_fonts/ExternalPackage_sourcesans.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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_sourcesans,font_sourcesans)) - -$(eval $(call gb_ExternalPackage_set_outdir,fonts_sourcesans,$(INSTROOT))) - -$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcesans,$(LIBO_SHARE_FOLDER)/fonts/truetype,\ - SourceSansPro-BoldItalic.ttf \ - SourceSansPro-Bold.ttf \ - SourceSansPro-Italic.ttf \ - SourceSansPro-Regular.ttf \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/Makefile b/more_fonts/Makefile deleted file mode 100644 index ccb1c85a04da..000000000000 --- a/more_fonts/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- - -module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - -include $(module_directory)/../solenv/gbuild/partial_build.mk - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/Module_more_fonts.mk b/more_fonts/Module_more_fonts.mk deleted file mode 100644 index c9a751485802..000000000000 --- a/more_fonts/Module_more_fonts.mk +++ /dev/null @@ -1,34 +0,0 @@ -# -*- 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_Module_Module,more_fonts)) - -$(eval $(call gb_Module_add_targets,more_fonts,\ - Package_conf \ - ExternalPackage_dejavu \ - ExternalPackage_gentium \ - 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/Package_conf.mk b/more_fonts/Package_conf.mk deleted file mode 100644 index 021a51f4f379..000000000000 --- a/more_fonts/Package_conf.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- 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_Package_Package,more_fonts_conf,$(SRCDIR)/more_fonts/fonts)) - -$(eval $(call gb_Package_set_outdir,more_fonts_conf,$(INSTROOT))) - -$(eval $(call gb_Package_add_file,more_fonts_conf,$(LIBO_SHARE_FOLDER)/fonts/truetype/fc_local.conf,fc_local.conf)) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/README b/more_fonts/README deleted file mode 100644 index 4a676e9f6644..000000000000 --- a/more_fonts/README +++ /dev/null @@ -1 +0,0 @@ -This module packages some external fonts. \ No newline at end of file diff --git a/more_fonts/UnpackedTarball_dejavu.mk b/more_fonts/UnpackedTarball_dejavu.mk deleted file mode 100644 index d7742df8c456..000000000000 --- a/more_fonts/UnpackedTarball_dejavu.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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_dejavu)) - -$(eval $(call gb_UnpackedTarball_set_tarball,font_dejavu,$(FONT_DEJAVU_TARBALL))) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_gentium.mk b/more_fonts/UnpackedTarball_gentium.mk deleted file mode 100644 index 0827c0e23bfb..000000000000 --- a/more_fonts/UnpackedTarball_gentium.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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_gentium)) - -$(eval $(call gb_UnpackedTarball_set_tarball,font_gentium,$(FONT_GENTIUM_TARBALL))) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_liberation.mk b/more_fonts/UnpackedTarball_liberation.mk deleted file mode 100644 index 8e428f55bc07..000000000000 --- a/more_fonts/UnpackedTarball_liberation.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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_liberation)) - -$(eval $(call gb_UnpackedTarball_set_tarball,font_liberation,$(FONT_LIBERATION_TARBALL))) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_liberation_narrow.mk b/more_fonts/UnpackedTarball_liberation_narrow.mk deleted file mode 100644 index 52e6f860b8f1..000000000000 --- a/more_fonts/UnpackedTarball_liberation_narrow.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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_liberation_narrow)) - -$(eval $(call gb_UnpackedTarball_set_tarball,font_liberation_narrow,$(FONT_LIBERATION_NARROW_TARBALL))) - -# vim: set noet sw=4 ts=4: diff --git a/more_fonts/UnpackedTarball_libertineg.mk b/more_fonts/UnpackedTarball_libertineg.mk deleted file mode 100644 index 51610baa545b..000000000000 --- a/more_fonts/UnpackedTarball_libertineg.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -*- 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_libertineg)) - -$(eval $(call gb_UnpackedTarball_set_tarball,font_libertineg,$(FONT_LINLIBERTINEG_TARBALL))) - -# vim: set noet sw=4 ts=4: - diff --git a/more_fonts/UnpackedTarball_opensans.mk b/more_fonts/UnpackedTarball_opensans.mk deleted file mode 100644 index 10bdc920e316..000000000000 --- a/more_fonts/UnpackedTarball_opensans.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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 deleted file mode 100644 index 4f739214b68b..000000000000 --- a/more_fonts/UnpackedTarball_ptserif.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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 deleted file mode 100644 index 7040e9b185ba..000000000000 --- a/more_fonts/UnpackedTarball_sourcecode.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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 deleted file mode 100644 index 65ff325535a1..000000000000 --- a/more_fonts/UnpackedTarball_sourcesans.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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: diff --git a/more_fonts/fonts/fc_local.conf b/more_fonts/fonts/fc_local.conf deleted file mode 100644 index 6af763c0b0f0..000000000000 --- a/more_fonts/fonts/fc_local.conf +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - Liberation Sans Narrow - - Arial Narrow - - - - - Arial Narrow - - Liberation Sans Narrow - - - - - Calibri - - Carlito - - - - - Cambria - - Caladea - - - - -- cgit