File: mimetype.patch

package info (click to toggle)
hintview 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,804 kB
  • sloc: ansic: 18,037; xml: 126; makefile: 121
file content (14 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix MIME Type for hintview files.
Forwarded: https://github.com/ruckertm/HINT/pull/30
Author: hille42@debian.org

--- hintview-2.3.0.orig/Linux/hintview.xml
+++ hintview-2.3.0/Linux/hintview.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-    <mime-type type="mimetypes/x-hintview">
+    <mime-type type="application/x-hintview">
       <comment>Binary HINT File</comment>
       <generic-icon name="x-hintview"/>
       <glob pattern="*.hnt"/>