[0.4.12][MEDIA][FONTS] Delete SoureCodePro*.ttf, and most SourceSansPro*.ttf
authorJoachim Henze <Joachim.Henze@reactos.org>
Thu, 10 Mar 2022 20:57:45 +0000 (21:57 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Thu, 10 Mar 2022 20:57:45 +0000 (21:57 +0100)
They are not part of the stock fonts of 2k3sp2.
It will make ros run better with low memory setups.
This merges back ONLY A PART of CORE-16407. Not all yet.

SourceCodePro*.ttf and SourceSansPro*.ttf were introduced by
0.4.12-dev-1074-g bb3c53c5a0b3e43cb15ca3b56fec56971c9d4ff1
to be used by the Mizu theme.
Later we found out that only 4 of them are actually needed:
SourceSansPro-Bold.ttf
SourceSansPro-BoldIt.ttf
SourceSansPro-It.ttf
SourceSansPro-Regular.ttf
We keep those 4 therefore.

Also restore the alphabetic sorting in CMakeLists.txt that was flawed by 0.4.12-dev-1074-g bb3c53c5a0b3e43cb15ca3b56fec56971c9d4ff1

The backport is a partial pick of:
0.4.14-dev-20-g 2f4fb903b46207ab380365908401ded63752a108 (#1955) CORE-16407 Deletion, picked PARTIALLY!
0.4.14-dev-192-g be731acfdeb94f75287eaa691d63d40e610a927c (#1957) CORE-16415 Restoration for Mizu

25 files changed:
media/fonts/CMakeLists.txt
media/fonts/SourceCodePro-Black.ttf [deleted file]
media/fonts/SourceCodePro-BlackIt.ttf [deleted file]
media/fonts/SourceCodePro-Bold.ttf [deleted file]
media/fonts/SourceCodePro-BoldIt.ttf [deleted file]
media/fonts/SourceCodePro-ExtraLight.ttf [deleted file]
media/fonts/SourceCodePro-ExtraLightIt.ttf [deleted file]
media/fonts/SourceCodePro-It.ttf [deleted file]
media/fonts/SourceCodePro-Light.ttf [deleted file]
media/fonts/SourceCodePro-LightIt.ttf [deleted file]
media/fonts/SourceCodePro-Medium.ttf [deleted file]
media/fonts/SourceCodePro-MediumIt.ttf [deleted file]
media/fonts/SourceCodePro-Regular.ttf [deleted file]
media/fonts/SourceCodePro-Semibold.ttf [deleted file]
media/fonts/SourceCodePro-SemiboldIt.ttf [deleted file]
media/fonts/SourceSansPro-Black.ttf [deleted file]
media/fonts/SourceSansPro-BlackIt.ttf [deleted file]
media/fonts/SourceSansPro-ExtraLight.ttf [deleted file]
media/fonts/SourceSansPro-ExtraLightIt.ttf [deleted file]
media/fonts/SourceSansPro-Light.ttf [deleted file]
media/fonts/SourceSansPro-LightIt.ttf [deleted file]
media/fonts/SourceSansPro-Semibold.ttf [deleted file]
media/fonts/SourceSansPro-SemiboldIt.ttf [deleted file]
media/fonts/doc/SourceCodePro/LICENSE.txt [deleted file]
media/fonts/doc/SourceCodePro/README.md [deleted file]

index 4b60fdf..8d0e2eb 100644 (file)
@@ -84,6 +84,10 @@ list(APPEND FONT_FILES
     OpenSans-Regular.ttf
     OpenSans-Semibold.ttf
     OpenSans-SemiboldItalic.ttf
+    SourceSansPro-Regular.ttf
+    SourceSansPro-Bold.ttf
+    SourceSansPro-BoldIt.ttf
+    SourceSansPro-It.ttf
     symbol.ttf
     tahoma.ttf
     tahomabd.ttf
@@ -100,32 +104,6 @@ list(APPEND FONT_FILES
     UbuntuMono-RI.ttf
     Ubuntu-R.ttf
     Ubuntu-RI.ttf
-    SourceSansPro-Black.ttf
-    SourceSansPro-BlackIt.ttf
-    SourceSansPro-Bold.ttf
-    SourceSansPro-BoldIt.ttf
-    SourceSansPro-ExtraLight.ttf
-    SourceSansPro-ExtraLightIt.ttf
-    SourceSansPro-It.ttf
-    SourceSansPro-Light.ttf
-    SourceSansPro-LightIt.ttf
-    SourceSansPro-Regular.ttf
-    SourceSansPro-Semibold.ttf
-    SourceSansPro-SemiboldIt.ttf
-    SourceCodePro-Black.ttf
-    SourceCodePro-BlackIt.ttf
-    SourceCodePro-Bold.ttf
-    SourceCodePro-BoldIt.ttf
-    SourceCodePro-ExtraLight.ttf
-    SourceCodePro-ExtraLightIt.ttf
-    SourceCodePro-It.ttf
-    SourceCodePro-Light.ttf
-    SourceCodePro-LightIt.ttf
-    SourceCodePro-Medium.ttf
-    SourceCodePro-MediumIt.ttf
-    SourceCodePro-Regular.ttf
-    SourceCodePro-Semibold.ttf
-    SourceCodePro-SemiboldIt.ttf
     UniVGA16.ttf)
 
 foreach(item ${FONT_FILES})
diff --git a/media/fonts/SourceCodePro-Black.ttf b/media/fonts/SourceCodePro-Black.ttf
deleted file mode 100755 (executable)
index 0bcfec6..0000000
Binary files a/media/fonts/SourceCodePro-Black.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-BlackIt.ttf b/media/fonts/SourceCodePro-BlackIt.ttf
deleted file mode 100755 (executable)
index 36d8bae..0000000
Binary files a/media/fonts/SourceCodePro-BlackIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-Bold.ttf b/media/fonts/SourceCodePro-Bold.ttf
deleted file mode 100755 (executable)
index 5a5be2f..0000000
Binary files a/media/fonts/SourceCodePro-Bold.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-BoldIt.ttf b/media/fonts/SourceCodePro-BoldIt.ttf
deleted file mode 100755 (executable)
index 0b6d212..0000000
Binary files a/media/fonts/SourceCodePro-BoldIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-ExtraLight.ttf b/media/fonts/SourceCodePro-ExtraLight.ttf
deleted file mode 100755 (executable)
index 23ff52c..0000000
Binary files a/media/fonts/SourceCodePro-ExtraLight.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-ExtraLightIt.ttf b/media/fonts/SourceCodePro-ExtraLightIt.ttf
deleted file mode 100755 (executable)
index f95a8c4..0000000
Binary files a/media/fonts/SourceCodePro-ExtraLightIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-It.ttf b/media/fonts/SourceCodePro-It.ttf
deleted file mode 100755 (executable)
index 437cbe1..0000000
Binary files a/media/fonts/SourceCodePro-It.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-Light.ttf b/media/fonts/SourceCodePro-Light.ttf
deleted file mode 100755 (executable)
index 8dc9fa9..0000000
Binary files a/media/fonts/SourceCodePro-Light.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-LightIt.ttf b/media/fonts/SourceCodePro-LightIt.ttf
deleted file mode 100755 (executable)
index c14dcb3..0000000
Binary files a/media/fonts/SourceCodePro-LightIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-Medium.ttf b/media/fonts/SourceCodePro-Medium.ttf
deleted file mode 100755 (executable)
index 5d1579c..0000000
Binary files a/media/fonts/SourceCodePro-Medium.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-MediumIt.ttf b/media/fonts/SourceCodePro-MediumIt.ttf
deleted file mode 100755 (executable)
index bf5dae9..0000000
Binary files a/media/fonts/SourceCodePro-MediumIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-Regular.ttf b/media/fonts/SourceCodePro-Regular.ttf
deleted file mode 100755 (executable)
index c583003..0000000
Binary files a/media/fonts/SourceCodePro-Regular.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-Semibold.ttf b/media/fonts/SourceCodePro-Semibold.ttf
deleted file mode 100755 (executable)
index f57d68c..0000000
Binary files a/media/fonts/SourceCodePro-Semibold.ttf and /dev/null differ
diff --git a/media/fonts/SourceCodePro-SemiboldIt.ttf b/media/fonts/SourceCodePro-SemiboldIt.ttf
deleted file mode 100755 (executable)
index 6c7eb45..0000000
Binary files a/media/fonts/SourceCodePro-SemiboldIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-Black.ttf b/media/fonts/SourceSansPro-Black.ttf
deleted file mode 100755 (executable)
index 9c9b5cb..0000000
Binary files a/media/fonts/SourceSansPro-Black.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-BlackIt.ttf b/media/fonts/SourceSansPro-BlackIt.ttf
deleted file mode 100755 (executable)
index 294ce5a..0000000
Binary files a/media/fonts/SourceSansPro-BlackIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-ExtraLight.ttf b/media/fonts/SourceSansPro-ExtraLight.ttf
deleted file mode 100755 (executable)
index 253eafa..0000000
Binary files a/media/fonts/SourceSansPro-ExtraLight.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-ExtraLightIt.ttf b/media/fonts/SourceSansPro-ExtraLightIt.ttf
deleted file mode 100755 (executable)
index 00d7e9a..0000000
Binary files a/media/fonts/SourceSansPro-ExtraLightIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-Light.ttf b/media/fonts/SourceSansPro-Light.ttf
deleted file mode 100755 (executable)
index 83a0a33..0000000
Binary files a/media/fonts/SourceSansPro-Light.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-LightIt.ttf b/media/fonts/SourceSansPro-LightIt.ttf
deleted file mode 100755 (executable)
index f188279..0000000
Binary files a/media/fonts/SourceSansPro-LightIt.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-Semibold.ttf b/media/fonts/SourceSansPro-Semibold.ttf
deleted file mode 100755 (executable)
index 86b00c0..0000000
Binary files a/media/fonts/SourceSansPro-Semibold.ttf and /dev/null differ
diff --git a/media/fonts/SourceSansPro-SemiboldIt.ttf b/media/fonts/SourceSansPro-SemiboldIt.ttf
deleted file mode 100755 (executable)
index 13d66a1..0000000
Binary files a/media/fonts/SourceSansPro-SemiboldIt.ttf and /dev/null differ
diff --git a/media/fonts/doc/SourceCodePro/LICENSE.txt b/media/fonts/doc/SourceCodePro/LICENSE.txt
deleted file mode 100755 (executable)
index 1177330..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-
-This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/media/fonts/doc/SourceCodePro/README.md b/media/fonts/doc/SourceCodePro/README.md
deleted file mode 100755 (executable)
index 20be1f3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Source Code Pro
-
-Source Code Pro is a set of OpenType fonts that have been designed to work well
-in user interface (UI) environments. In addition to a functional OpenType font, this open
-source project provides all of the source files that were used to build this OpenType font
-by using the AFDKO makeotf tool.
-
-## Font installation instructions
-
-* [Mac OS X](http://support.apple.com/kb/HT2509)
-* [Windows](http://windows.microsoft.com/en-us/windows-vista/install-or-uninstall-fonts)
-* [Linux/Unix-based systems](https://github.com/adobe-fonts/source-code-pro/issues/17#issuecomment-8967116)
-
-## Getting Involved
-
-Send suggestions for changes to the Source Code OpenType font project maintainer, [Paul D. Hunt](mailto:opensourcefonts@adobe.com?subject=[GitHub] Source Code Pro), for consideration.
-
-## Further information
-
-For information about the design and background of Source Code, please refer to the [official font readme file](http://www.adobe.com/products/type/font-information/source-code-pro-readme.html).