summaryrefslogtreecommitdiff
path: root/external/more_fonts
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2022-12-05 00:30:03 +0200
committerخالد حسني <khaled@aliftype.com>2022-12-05 06:46:44 +0000
commit05eb5e487455dfaa0947c704c2ae06544d1f9253 (patch)
tree5fce5d6af26dd2eeb7960792a87d4036fe18fb4c /external/more_fonts
parent6ddbc0b67a75ff7e0267649cef61fd0af7085884 (diff)
tdf#136604: Remove Source Serif Pro and Source Code Pro fonts
Kept Source Sans Pro for now because it is used in some styles and using also weights that not supported by other fonts we bundle (e.g. light). Change-Id: I2eb9c6a2951e0c39e7021a5c90ed549d03f4a4e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143645 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'external/more_fonts')
-rw-r--r--external/more_fonts/ExternalPackage_sourcecode.mk29
-rw-r--r--external/more_fonts/ExternalPackage_sourceserif.mk27
-rw-r--r--external/more_fonts/Module_more_fonts.mk4
-rw-r--r--external/more_fonts/UnpackedTarball_sourcecode.mk14
-rw-r--r--external/more_fonts/UnpackedTarball_sourceserif.mk14
5 files changed, 0 insertions, 88 deletions
diff --git a/external/more_fonts/ExternalPackage_sourcecode.mk b/external/more_fonts/ExternalPackage_sourcecode.mk
deleted file mode 100644
index 5f1d7f7c5b31..000000000000
--- a/external/more_fonts/ExternalPackage_sourcecode.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_sourcecode,font_sourcecode))
-
-$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourcecode,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
- SourceCodePro-BlackIt.ttf \
- SourceCodePro-Black.ttf \
- SourceCodePro-BoldIt.ttf \
- SourceCodePro-Bold.ttf \
- SourceCodePro-ExtraLightIt.ttf \
- SourceCodePro-ExtraLight.ttf \
- SourceCodePro-It.ttf \
- SourceCodePro-LightIt.ttf \
- SourceCodePro-Light.ttf \
- SourceCodePro-MediumIt.ttf \
- SourceCodePro-Medium.ttf \
- SourceCodePro-Regular.ttf \
- SourceCodePro-SemiboldIt.ttf \
- SourceCodePro-Semibold.ttf \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/external/more_fonts/ExternalPackage_sourceserif.mk b/external/more_fonts/ExternalPackage_sourceserif.mk
deleted file mode 100644
index 6a5272bbaa7a..000000000000
--- a/external/more_fonts/ExternalPackage_sourceserif.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_sourceserif,font_sourceserif))
-
-$(eval $(call gb_ExternalPackage_add_unpacked_files,fonts_sourceserif,$(LIBO_SHARE_FOLDER)/fonts/truetype,\
- SourceSerifPro-BoldIt.ttf \
- SourceSerifPro-ExtraLight.ttf \
- SourceSerifPro-Light.ttf \
- SourceSerifPro-Semibold.ttf \
- SourceSerifPro-BlackIt.ttf \
- SourceSerifPro-Bold.ttf \
- SourceSerifPro-It.ttf \
- SourceSerifPro-Regular.ttf \
- SourceSerifPro-Black.ttf \
- SourceSerifPro-ExtraLightIt.ttf \
- SourceSerifPro-LightIt.ttf \
- SourceSerifPro-SemiboldIt.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 0d4ae72cf14d..233d890c6097 100644
--- a/external/more_fonts/Module_more_fonts.mk
+++ b/external/more_fonts/Module_more_fonts.mk
@@ -22,9 +22,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
ExternalPackage_liberation_narrow \
ExternalPackage_libertineg \
ExternalPackage_libre_hebrew \
- ExternalPackage_sourcecode \
ExternalPackage_sourcesans \
- ExternalPackage_sourceserif \
ExternalPackage_noto \
ExternalPackage_reem \
ExternalPackage_scheherazade \
@@ -40,9 +38,7 @@ $(eval $(call gb_Module_add_targets,more_fonts,\
UnpackedTarball_liberation_narrow \
UnpackedTarball_libertineg \
UnpackedTarball_libre_hebrew \
- UnpackedTarball_sourcecode \
UnpackedTarball_sourcesans \
- UnpackedTarball_sourceserif \
UnpackedTarball_noto \
UnpackedTarball_reem \
UnpackedTarball_scheherazade \
diff --git a/external/more_fonts/UnpackedTarball_sourcecode.mk b/external/more_fonts/UnpackedTarball_sourcecode.mk
deleted file mode 100644
index 7040e9b185ba..000000000000
--- a/external/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/external/more_fonts/UnpackedTarball_sourceserif.mk b/external/more_fonts/UnpackedTarball_sourceserif.mk
deleted file mode 100644
index 0e8407320733..000000000000
--- a/external/more_fonts/UnpackedTarball_sourceserif.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_sourceserif))
-
-$(eval $(call gb_UnpackedTarball_set_tarball,font_sourceserif,$(FONT_SOURCESERIF_TARBALL)))
-
-# vim: set noet sw=4 ts=4: