summaryrefslogtreecommitdiffstats
path: root/x11/kdelibs4/files/patch-mimetypes_kde.xml
blob: c3b051f765325b23f2b480cd0665ba77d854e076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
--- ./mimetypes/kde.xml.orig	2012-09-27 17:09:06.000000000 -0700
+++ ./mimetypes/kde.xml	2012-10-26 14:22:51.802005859 -0700
@@ -13,11 +13,6 @@
   the mime type there.
 -->
 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-  <mime-type type="application/metalink+xml">
-    <sub-class-of type="application/xml"/>
-    <comment>Metalink download</comment>
-    <glob pattern="*.metalink"/>
-  </mime-type>
   <mime-type type="application/relaxng">
     <sub-class-of type="application/xml"/>
     <comment>RELAX NG</comment>
@@ -66,14 +61,6 @@
     <glob pattern="*.mhtml"/>
     <glob pattern="*.mht"/>
   </mime-type>
-  <mime-type type="application/x-nzb"> <!-- fdo #10029 -->
-    <comment>NewzBin usenet index</comment>
-    <sub-class-of type="application/xml"/>
-    <magic priority="80">
-      <match type="string" value="&lt;nzb" offset="0:256"/>
-    </magic>
-    <glob pattern="*.nzb"/>
-  </mime-type>
   <mime-type type="application/x-plasma">
     <sub-class-of type="application/zip"/>
     <comment>plasmoid</comment>
@@ -148,9 +135,6 @@
     <glob pattern="*.pnx"/>
     <glob pattern="*.rdc"/>
   </mime-type>
-  <mime-type type="text/plain"> <!-- As discussed on xdg list, *.doc is needed here for disambiguation -->
-    <glob pattern="*.doc"/>
-  </mime-type>
   <mime-type type="text/x-hex">
     <sub-class-of type="text/plain"/>
     <comment>IntelĀ® hexadecimal object file</comment>
@@ -351,27 +335,6 @@
     <glob pattern="*.wmp"/>
   </mime-type>
 
-  <mime-type type="application/x-kexiproject-shortcut"> <!-- FIXED 0.70 -->
-    <comment>shortcut to Kexi project on database server</comment>
-    <glob pattern="*.kexis"/>
-  </mime-type>
-  <mime-type type="application/x-kexiproject-sqlite2"> <!-- FIXED 0.70 -->
-    <sub-class-of type="application/x-sqlite2"/>
-    <comment>Kexi database file-based project</comment>
-    <glob pattern="*.kexi"/>
-  </mime-type>
-  <mime-type type="application/x-kexiproject-sqlite3"> <!-- FIXED 0.70 -->
-    <sub-class-of type="application/x-sqlite3"/>
-    <comment>Kexi database file-based project</comment>
-    <glob pattern="*.kexi"/>
-    <alias type="application/x-kexiproject-sqlite"/>
-    <alias type="application/x-vnd.kde.kexi"/>
-  </mime-type>
-  <mime-type type="application/x-kexi-connectiondata"> <!-- FIXED 0.70 -->
-    <comment>data for database server connection</comment>
-    <glob pattern="*.kexic"/>
-  </mime-type>
-
   <!-- http://www4.wiwiss.fu-berlin.de/bizer/TriG/ -->
   <!-- Used in Nepomuk to encode almost all ontologies -->
   <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-trig"> <!-- fdo #18089 -->
@@ -392,25 +355,4 @@
     </magic>
     <glob pattern="*.pic"/>
   </mime-type>
-  <mime-type type="text/x-qml"> <!-- in fdo smi > 0.90 -->
-    <comment>Qt Markup Language file</comment>
-    <magic priority="80">
-      <match type="string" value="import Qt " offset="0:256"/>
-    </magic>
-    <glob pattern="*.qml"/>
-  </mime-type>
-  <mime-type type="application/x-mobipocket-ebook">
-    <comment>Mobipocket e-book</comment>
-    <sub-class-of type="application/x-palm-database"/>
-    <generic-icon name="x-office-document"/>
-    <glob pattern="*.mobi"/>
-    <glob pattern="*.prc" />
-    <magic priority="30">
-      <!-- This also matches AportisDoc, so lower the priority and prefer extension -->
-      <match type="string" offset="60" value="TEXtREAd" />
-    </magic>
-    <magic priority="80">
-      <match type="string" offset="60" value="BOOKMOBI" />
-    </magic>
-  </mime-type>
 </mime-info>
OpenPOWER on IntegriCloud