summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-01-26 11:00:19 +0100
committerAdrien Plazas <kekun.plazas@laposte.net>2020-02-08 12:52:39 +0100
commit071644f8db4850b93934d0939500fc2b4df9eeb1 (patch)
tree5a9736941790082852db3dcf72d903beb94197fc
parentefab1d6202e54ee23b9f837fb561c61dddd98af3 (diff)
downloadshared-mime-info-071644f8db4850b93934d0939500fc2b4df9eeb1.tar.gz
Add application/x-ips-patch
This describes the IPS patch format.
-rw-r--r--freedesktop.org.xml.in10
-rw-r--r--tests/FF6FR.IPSbin0 -> 1024 bytes
-rw-r--r--tests/list1
3 files changed, 11 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index df7aec4d..bcac00f4 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -7328,4 +7328,14 @@ command to generate the output files.
</magic>
</mime-type>
+ <mime-type type="application/x-ips-patch">
+ <comment>IPS patch</comment>
+ <acronym>IPS</acronym>
+ <expanded-acronym>International Patching System</expanded-acronym>
+ <glob pattern="*.ips"/>
+ <magic>
+ <match type="string" value="PATCH" offset="0"/>
+ </magic>
+ </mime-type>
+
</mime-info>
diff --git a/tests/FF6FR.IPS b/tests/FF6FR.IPS
new file mode 100644
index 00000000..7fc39a64
--- /dev/null
+++ b/tests/FF6FR.IPS
Binary files differ
diff --git a/tests/list b/tests/list
index d8e48068..de33adb1 100644
--- a/tests/list
+++ b/tests/list
@@ -722,3 +722,4 @@ disk.qcow2 application/x-qemu-disk
# ROM hack scene patching formats
SLA.bps application/x-bps-patch
+FF6FR.IPS application/x-ips-patch