From 2bdd456e56d055b057602d61c9520bd02037ec39 Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard@hughsie.com>
Date: Sat, 24 Oct 2009 17:51:07 +0100
Subject: [PATCH] Add application/x-icc-profile with matching values taken from the ICC specification

---
 freedesktop.org.xml.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 9d2d6ce..9eec8df 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -5115,6 +5115,14 @@ command to generate the output files.
     </magic>
     <glob pattern="*.pcf"/>
   </mime-type>
+  <mime-type type="application/x-icc-profile">
+    <_comment>ICC profile</_comment>
+    <magic priority="50">
+      <match type="string" value="acsp" offset="36"/>
+    </magic>
+    <glob pattern="*.icc"/>
+    <glob pattern="*.icm"/>
+  </mime-type>
 
   <!-- Tree content-types -->
   <mime-type type="x-content/image-dcf">
-- 
1.6.5.rc2