diff options
author | devnewton <devnewton@bci.im> | 2022-10-23 09:49:57 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-04-21 12:49:13 +0200 |
commit | 0d05f1ecfa3b476db2cf88cf313f9e1bd9fd14cb (patch) | |
tree | 79760af496c7244ce24a75b8c0f181870ea8f156 /data | |
parent | 555f34640f2c03a2b9fa2ac86dcbd92077a47023 (diff) |
Add application/x-qbrew for qbrew recipes
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index ed24e60..58a1f0f 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -8768,6 +8768,11 @@ command to generate the output files. <generic-icon name="package-x-generic"/> <glob pattern="*.mrpack"/> </mime-type> + <mime-type type="application/x-qbrew"> + <comment>QBrew beer recipes</comment> + <sub-class-of type="application/xml"/> + <glob pattern="*.qbrew"/> + </mime-type> <mime-type type="application/cbor"> <comment>CBOR Data</comment> <acronym>CBOR</acronym> |