summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/more_fonts/ExternalPackage_opensans.mk19
-rw-r--r--external/more_fonts/ExternalPackage_ptserif.mk19
-rw-r--r--external/more_fonts/Module_more_fonts.mk4
-rw-r--r--external/more_fonts/UnpackedTarball_opensans.mk14
-rw-r--r--external/more_fonts/UnpackedTarball_ptserif.mk14
5 files changed, 0 insertions, 70 deletions
diff --git a/external/more_fonts/ExternalPackage_opensans.mk b/external/more_fonts/ExternalPackage_opensans.mk
deleted file mode 100644
index adbf9230304f..000000000000
--- a/external/more_fonts/ExternalPackage_opensans.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_opensans,font_opensans))
-
-$(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
deleted file mode 100644
index 41dedfc8e486..000000000000
--- a/external/more_fonts/ExternalPackage_ptserif.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_ptserif,font_ptserif))
-
-$(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/Module_more_fonts.mk b/external/more_fonts/Module_more_fonts.mk
index bc148d83079a..760f066fbbfa 100644
--- a/external/more_fonts/Module_more_fonts.mk
+++ b/external/more_fonts/Module_more_fonts.mk
@@ -17,8 +17,6 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
ExternalPackage_liberation \
ExternalPackage_liberation_narrow \
ExternalPackage_libertineg \
- ExternalPackage_opensans \
- ExternalPackage_ptserif \
ExternalPackage_sourcecode \
ExternalPackage_sourcesans \
ExternalPackage_noto \
@@ -30,8 +28,6 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
UnpackedTarball_liberation \
UnpackedTarball_liberation_narrow \
UnpackedTarball_libertineg \
- UnpackedTarball_opensans \
- UnpackedTarball_ptserif \
UnpackedTarball_sourcecode \
UnpackedTarball_sourcesans \
UnpackedTarball_noto \
diff --git a/external/more_fonts/UnpackedTarball_opensans.mk b/external/more_fonts/UnpackedTarball_opensans.mk
deleted file mode 100644
index 10bdc920e316..000000000000
--- a/external/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/external/more_fonts/UnpackedTarball_ptserif.mk b/external/more_fonts/UnpackedTarball_ptserif.mk
deleted file mode 100644
index 4f739214b68b..000000000000
--- a/external/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: