summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2024-04-19 20:34:39 -0600
committerDavid Faure <faure@kde.org>2024-04-22 16:12:58 +0000
commit5951c889e62f1a42af43f3bc2a3929871f79b959 (patch)
treea9f913d15c9cc8f3321f1c67a8b126c5dd929bde
parent0d05f1ecfa3b476db2cf88cf313f9e1bd9fd14cb (diff)
Add application/vnd.quark.quarkxpress
https://www.iana.org/assignments/media-types/application/vnd.Quark.QuarkXPress
-rw-r--r--data/freedesktop.org.xml.in14
-rw-r--r--tests/mime-detection/list2
-rw-r--r--tests/mime-detection/qxp8.qxpbin0 -> 72704 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 58a1f0f..fca78c4 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -3906,6 +3906,20 @@ command to generate the output files.
</magic>
<glob pattern="*.pub"/>
</mime-type>
+ <mime-type type="application/vnd.quark.quarkxpress">
+ <comment>QuarkXPress document</comment>
+ <generic-icon name="x-office-document"/>
+ <magic>
+ <match type="string" value="XPR3" offset="4"/>
+ </magic>
+ <glob pattern="*.qwd"/>
+ <glob pattern="*.qwt"/>
+ <glob pattern="*.qxb"/>
+ <glob pattern="*.qxd"/>
+ <glob pattern="*.qxl"/>
+ <glob pattern="*.qxp"/>
+ <glob pattern="*.qxt"/>
+ </mime-type>
<mime-type type="application/x-msi">
<comment>Windows Installer package</comment>
<sub-class-of type="application/x-ole-storage"/>
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index 7e3ead9..450da0b 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -242,6 +242,8 @@ test.mobi application/x-mobipocket-ebook
test.lwp application/vnd.lotus-wordpro
# Copied from https://bugs.freedesktop.org/show_bug.cgi?id=64946
TS010082249.pub application/vnd.ms-publisher
+# Created with QuarkXPress 8.5.1
+qxp8.qxp application/vnd.quark.quarkxpress
test.key application/vnd.apple.keynote
# Created with Numbers 3.5
test.numbers application/vnd.apple.numbers ox
diff --git a/tests/mime-detection/qxp8.qxp b/tests/mime-detection/qxp8.qxp
new file mode 100644
index 0000000..be055c0
--- /dev/null
+++ b/tests/mime-detection/qxp8.qxp
Binary files differ