Blame SOURCES/0005-font-collection-New-type-associate-.ttc-with-it.patch

6a9884
From 95d0e4aa11f0b544a0911c75bdd3b15eded8fe67 Mon Sep 17 00:00:00 2001
6a9884
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
6a9884
Date: Wed, 8 Feb 2017 13:18:43 +0200
6a9884
Subject: [PATCH 5/6] font/collection: New type, associate *.ttc with it
6a9884
6a9884
https://www.iana.org/assignments/media-types/font/collection
6a9884
---
6a9884
 freedesktop.org.xml.in | 6 +++++-
6a9884
 1 file changed, 5 insertions(+), 1 deletion(-)
6a9884
6a9884
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
6a9884
index e5629f0..e810d2f 100644
6a9884
--- a/freedesktop.org.xml.in
6a9884
+++ b/freedesktop.org.xml.in
6a9884
@@ -2081,63 +2081,67 @@ command to generate the output files.
6a9884
       <match type="string" value="\x13\x7A\x29" offset="0"/>
6a9884
       <match type="string" value="\x13\x7A\x2B" offset="8"/>
6a9884
     </magic>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-font-tex">
6a9884
     <_comment>TeX font</_comment>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="\367\203" offset="0"/>
6a9884
       <match type="string" value="\367\131" offset="0"/>
6a9884
       <match type="string" value="\367\312" offset="0"/>
6a9884
     </magic>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-font-tex-tfm">
6a9884
     <_comment>TeX font metrics</_comment>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="\000\021" offset="2"/>
6a9884
       <match type="string" value="\000\022" offset="2"/>
6a9884
     </magic>
6a9884
   </mime-type>
6a9884
   <mime-type type="font/ttf">
6a9884
     <_comment>TrueType font</_comment>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="FFIL" offset="0"/>
6a9884
       <match type="string" value="FFIL" offset="65"/>
6a9884
       <match type="string" value="\000\001\000\000\000" offset="0"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.ttf"/>
6a9884
-    <glob pattern="*.ttc"/>
6a9884
     <alias type="application/x-font-ttf"/>
6a9884
   </mime-type>
6a9884
+  <mime-type type="font/collection">
6a9884
+    <_comment>Font collection</_comment>
6a9884
+    <generic-icon name="font-x-generic"/>
6a9884
+    <glob pattern="*.ttc"/>
6a9884
+  </mime-type>
6a9884
   <mime-type type="application/x-font-ttx">
6a9884
     <_comment>TrueType XML font</_comment>
6a9884
     <sub-class-of type="application/xml"/>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="<ttFont sfntVersion="\\x00\\x01\\x00\\x00" ttLibVersion="" offset="0:256"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.ttx"/>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-font-vfont">
6a9884
     <_comment>V font</_comment>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="FONT" offset="0"/>
6a9884
     </magic>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/vnd.framemaker">
6a9884
     <_comment>Adobe FrameMaker document</_comment>
6a9884
     <generic-icon name="x-office-document"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="<MakerFile" offset="0"/>
6a9884
       <match type="string" value="<MIFFile" offset="0"/>
6a9884
       <match type="string" value="<MakerDictionary" offset="0"/>
6a9884
       <match type="string" value="<MakerScreenFon" offset="0"/>
6a9884
       <match type="string" value="<MML" offset="0"/>
6a9884
       <match type="string" value="<Book" offset="0"/>
6a9884
       <match type="string" value="<Maker" offset="0"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.fm"/>
6a9884
     <alias type="application/x-frame"/>
6a9884
-- 
6a9884
2.21.0
6a9884