diff options
Diffstat (limited to 'x11-misc/googleearth/files')
-rw-r--r-- | x11-misc/googleearth/files/mime-magic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/googleearth/files/mime-magic.patch b/x11-misc/googleearth/files/mime-magic.patch new file mode 100644 index 000000000000..f45482e129e3 --- /dev/null +++ b/x11-misc/googleearth/files/mime-magic.patch @@ -0,0 +1,12 @@ +--- usr/share/mime/packages/googleearth-mimetypes.xml 2006-07-22 10:13:03.000000000 +0100 ++++ usr/share/mime/packages/googleearth-mimetypes.xml 2006-07-22 10:41:14.584945382 +0100 +@@ -2,6 +2,9 @@ + <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> + <mime-type type="application/vnd.google-earth.kml+xml"> + <comment>Keyhole Markup Language data</comment> ++ <magic priority="60"> ++ <match value="<kml xmlns="http://earth.google.com/kml/2.0">" type="string" offset="0:64"/> ++ </magic> + <glob pattern="*.kml"/> + </mime-type> + |