summaryrefslogtreecommitdiff
path: root/external/more_fonts
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-12-06 16:15:35 +0400
committerYousuf Philips <philipz85@hotmail.com>2017-12-16 12:49:14 +0100
commit0ce173b50fd12342979cf3f8f9b2d92267552060 (patch)
tree770baadacb31d8027670c06fe69490d799079b29 /external/more_fonts
parentcf7056223c004ef905f66bf11f9af8e2b057df27 (diff)
tdf#103080 Dont package Open Sans and PT_Serif fonts
Change-Id: Iac1d572f19372465e9cc369454480d9b621bcd66 Reviewed-on: https://gerrit.libreoffice.org/45169 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'external/more_fonts')
-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: