summaryrefslogtreecommitdiff
path: root/more_fonts
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 22:50:26 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 08:07:03 +0000
commitf38b5ce9b87d86e73893a3d3384621da994d1499 (patch)
tree800f31e045e7786c79de9c82a5babc11c93288ac /more_fonts
parent97d1923b6ccdef86f3d794b12e625ef0a7d88095 (diff)
fdo#70393: move more_fonts to a subdir of external
Change-Id: I82d3c4e7ad274e906d55fe883242bd9014ebe2e9 Reviewed-on: https://gerrit.libreoffice.org/6344 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'more_fonts')
-rw-r--r--more_fonts/ExternalPackage_dejavu.mk38
-rw-r--r--more_fonts/ExternalPackage_gentium.mk25
-rw-r--r--more_fonts/ExternalPackage_liberation.mk29
-rw-r--r--more_fonts/ExternalPackage_liberation_narrow.mk21
-rw-r--r--more_fonts/ExternalPackage_libertineg.mk27
-rw-r--r--more_fonts/ExternalPackage_opensans.mk21
-rw-r--r--more_fonts/ExternalPackage_ptserif.mk21
-rw-r--r--more_fonts/ExternalPackage_sourcecode.mk19
-rw-r--r--more_fonts/ExternalPackage_sourcesans.mk21
-rw-r--r--more_fonts/Makefile7
-rw-r--r--more_fonts/Module_more_fonts.mk34
-rw-r--r--more_fonts/Package_conf.mk16
-rw-r--r--more_fonts/README1
-rw-r--r--more_fonts/UnpackedTarball_dejavu.mk14
-rw-r--r--more_fonts/UnpackedTarball_gentium.mk14
-rw-r--r--more_fonts/UnpackedTarball_liberation.mk14
-rw-r--r--more_fonts/UnpackedTarball_liberation_narrow.mk14
-rw-r--r--more_fonts/UnpackedTarball_libertineg.mk15
-rw-r--r--more_fonts/UnpackedTarball_opensans.mk14
-rw-r--r--more_fonts/UnpackedTarball_ptserif.mk14
-rw-r--r--more_fonts/UnpackedTarball_sourcecode.mk14
-rw-r--r--more_fonts/UnpackedTarball_sourcesans.mk14
-rw-r--r--more_fonts/fonts/fc_local.conf35
23 files changed, 0 insertions, 442 deletions
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 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "/etc/fonts/conf.d/fonts.dtd">
-<fontconfig>
-
- <!-- Alias similar/metric-compatible families from various sources: -->
-
- <alias binding="same">
- <family>Liberation Sans Narrow</family>
- <default>
- <family>Arial Narrow</family>
- </default>
- </alias>
-
- <alias binding="same">
- <family>Arial Narrow</family>
- <accept>
- <family>Liberation Sans Narrow</family>
- </accept>
- </alias>
-
- <alias binding="same">
- <family>Calibri</family>
- <accept>
- <family>Carlito</family>
- </accept>
- </alias>
-
- <alias binding="same">
- <family>Cambria</family>
- <accept>
- <family>Caladea</family>
- </accept>
- </alias>
-
-</fontconfig>