summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-02-08 09:58:53 +0100
committerAdrien Plazas <kekun.plazas@laposte.net>2020-02-08 12:52:03 +0100
commitefab1d6202e54ee23b9f837fb561c61dddd98af3 (patch)
tree1329166d82e38bb9ee720b66847a8769b5911088
parent829b26d85e7d89a0caee03046c3bce373f04c80a (diff)
downloadshared-mime-info-efab1d6202e54ee23b9f837fb561c61dddd98af3.tar.gz
Add application/x-bps-patch
This describes the BPS patch format. See https://byuu.org/projects/beat for more information.
-rw-r--r--freedesktop.org.xml.in10
-rw-r--r--tests/SLA.bpsbin0 -> 1024 bytes
-rw-r--r--tests/list3
3 files changed, 13 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 1ac9876e..df7aec4d 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -7318,4 +7318,14 @@ command to generate the output files.
<glob pattern="*.cwk"/>
</mime-type>
+ <mime-type type="application/x-bps-patch">
+ <comment>BPS patch</comment>
+ <acronym>BPS</acronym>
+ <expanded-acronym>Binary Patching System</expanded-acronym>
+ <glob pattern="*.bps"/>
+ <magic>
+ <match type="string" value="BPS1" offset="0"/>
+ </magic>
+ </mime-type>
+
</mime-info>
diff --git a/tests/SLA.bps b/tests/SLA.bps
new file mode 100644
index 00000000..b27a4a45
--- /dev/null
+++ b/tests/SLA.bps
Binary files differ
diff --git a/tests/list b/tests/list
index 43a676fb..d8e48068 100644
--- a/tests/list
+++ b/tests/list
@@ -719,3 +719,6 @@ test.gcode text/x.gcode ox
# QEMU disk image
disk.qcow2 application/x-qemu-disk
+
+# ROM hack scene patching formats
+SLA.bps application/x-bps-patch