Blame SOURCES/0006-font-woff2-New-type.patch

6a9884
From 94c863d34f6be9be014c7f230b98a51b6ca91bf9 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:21:15 +0200
6a9884
Subject: [PATCH 6/6] font/woff2: New type
6a9884
6a9884
https://www.iana.org/assignments/media-types/font/woff2
6a9884
---
6a9884
 freedesktop.org.xml.in | 10 ++++++++++
6a9884
 1 file changed, 10 insertions(+)
6a9884
6a9884
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
6a9884
index e810d2f..15652ac 100644
6a9884
--- a/freedesktop.org.xml.in
6a9884
+++ b/freedesktop.org.xml.in
6a9884
@@ -1952,60 +1952,70 @@ command to generate the output files.
6a9884
       </match>
6a9884
       <match type="string" value="MZ" offset="0"/>
6a9884
       <match type="little16" value="0x521c" offset="0"/>
6a9884
       <match type="host16" value="0420" offset="0"/>
6a9884
       <match type="host16" value="0421" offset="0"/>
6a9884
       <match type="little16" value="0603" offset="0"/>
6a9884
     </magic>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-fluid">
6a9884
     <_comment>FLTK Fluid file</_comment>
6a9884
     FLTK
6a9884
     <expanded-acronym>Fast Light Toolkit</expanded-acronym>
6a9884
     <sub-class-of type="text/plain"/>
6a9884
     <generic-icon name="x-office-document"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="# data file for the Fltk" offset="0"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.fl"/>
6a9884
   </mime-type>
6a9884
   <mime-type type="font/woff">
6a9884
     <_comment>WOFF font</_comment>
6a9884
     WOFF
6a9884
     <expanded-acronym>Web Open Font Format</expanded-acronym>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="big32" value="0x774f4646" offset="0"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.woff"/>
6a9884
     <alias type="application/font-woff"/>
6a9884
   </mime-type>
6a9884
+  <mime-type type="font/woff">
6a9884
+    <_comment>WOFF2 font</_comment>
6a9884
+    WOFF2
6a9884
+    <expanded-acronym>Web Open Font Format 2.0</expanded-acronym>
6a9884
+    <generic-icon name="font-x-generic"/>
6a9884
+    <magic priority="50">
6a9884
+      <match type="big32" value="0x774f4632" offset="0"/>
6a9884
+    </magic>
6a9884
+    <glob pattern="*.woff2"/>
6a9884
+  </mime-type>
6a9884
   <mime-type type="application/x-font-type1">
6a9884
     <_comment>Postscript type-1 font</_comment>
6a9884
     <sub-class-of type="application/postscript"/>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="60">
6a9884
       <match type="string" value="LWFN" offset="0"/>
6a9884
       <match type="string" value="LWFN" offset="65"/>
6a9884
       <match type="string" value="%!PS-AdobeFont-1." offset="0"/>
6a9884
       <match type="string" value="%!PS-AdobeFont-1." offset="6"/>
6a9884
       <match type="string" value="%!FontType1-1." offset="0"/>
6a9884
       <match type="string" value="%!FontType1-1." offset="6"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.pfa"/>
6a9884
     <glob pattern="*.pfb"/>
6a9884
     <glob pattern="*.gsf"/>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-font-afm">
6a9884
     <_comment>Adobe font metrics</_comment>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <glob pattern="*.afm"/>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-font-bdf">
6a9884
     <_comment>BDF font</_comment>
6a9884
     <generic-icon name="font-x-generic"/>
6a9884
     <magic priority="50">
6a9884
       <match type="string" value="STARTFONT\040" offset="0"/>
6a9884
     </magic>
6a9884
     <glob pattern="*.bdf"/>
6a9884
   </mime-type>
6a9884
   <mime-type type="application/x-font-dos">
6a9884
-- 
6a9884
2.21.0
6a9884