summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Brückl <ib@wupperonline.de>2023-03-09 17:54:38 +0100
committerIngo Brückl <ib@oddnet.de>2023-09-18 19:47:04 +0000
commit382e7418fd0cef578add99ee5f59a8cc057f7b40 (patch)
treea34e8981d73b2bbc8979bf921964698155a96ae1
parent05165a1ad19c9c53a9ee32468326c319f4e6563e (diff)
Rename application/x-bzip to application/x-bzip2
Also rename application/x-bzip-compressed-tar to application/x-bzip2-compressed-tar. An archive with magic string "BZh" is a bzip2 archive, the successor to bzip.
-rw-r--r--data/freedesktop.org.xml.in22
1 files changed, 9 insertions, 13 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index bfca133..6623684 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -1601,40 +1601,36 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-bzdvi">
<comment>TeX DVI document (bzip-compressed)</comment>
- <sub-class-of type="application/x-bzip"/>
+ <sub-class-of type="application/x-bzip2"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.dvi.bz2"/>
</mime-type>
- <mime-type type="application/x-bzip">
- <comment>Bzip archive</comment>
+ <mime-type type="application/x-bzip2">
+ <comment>Bzip2 archive</comment>
<generic-icon name="package-x-generic"/>
<magic>
<match type="string" value="BZh" offset="0"/>
</magic>
<glob pattern="*.bz2"/>
- <glob pattern="*.bz"/>
- <alias type="application/x-bzip2"/>
<alias type="application/bzip2"/>
</mime-type>
- <mime-type type="application/x-bzip-compressed-tar">
+ <mime-type type="application/x-bzip2-compressed-tar">
<comment>Tar archive (bzip-compressed)</comment>
<generic-icon name="package-x-generic"/>
- <sub-class-of type="application/x-bzip"/>
+ <sub-class-of type="application/x-bzip2"/>
<glob pattern="*.tar.bz2"/>
- <glob pattern="*.tar.bz"/>
<glob pattern="*.tbz2"/>
- <glob pattern="*.tbz"/>
<glob pattern="*.tb2"/>
</mime-type>
<mime-type type="application/x-bzpdf">
<comment>PDF document (bzip-compressed)</comment>
- <sub-class-of type="application/x-bzip"/>
+ <sub-class-of type="application/x-bzip2"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.pdf.bz2"/>
</mime-type>
<mime-type type="application/x-bzpostscript">
<comment>PostScript document (bzip-compressed)</comment>
- <sub-class-of type="application/x-bzip"/>
+ <sub-class-of type="application/x-bzip2"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.ps.bz2"/>
</mime-type>
@@ -5443,7 +5439,7 @@ command to generate the output files.
</mime-type>
<mime-type type="image/x-bzeps">
<comment>EPS image (bzip-compressed)</comment>
- <sub-class-of type="application/x-bzip"/>
+ <sub-class-of type="application/x-bzip2"/>
<glob pattern="*.eps.bz2"/>
<glob pattern="*.epsi.bz2"/>
<glob pattern="*.epsf.bz2"/>
@@ -8075,7 +8071,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-pyspread-bz-spreadsheet">
<comment>Pyspread spreadsheet (bzip-compressed)</comment>
- <sub-class-of type="application/x-bzip"/>
+ <sub-class-of type="application/x-bzip2"/>
<glob pattern="*.pys"/>
<generic-icon name="x-office-spreadsheet"/>
</mime-type>