Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Nikola Forró <nforro@redhat.com> -->
<component type="desktop">
  <id>gpxsee.desktop</id>

  <metadata_license>MIT</metadata_license>
  <project_license>GPL-3.0+</project_license>

  <name>GPXSee</name>
  <summary>GPS log file viewer and analyzer</summary>

  <description>
    <p>
      GPS log file viewer and analyzer with support for
      GPX, TCX, KML, FIT, IGC and NMEA files.
    </p>
  </description>

  <categories>
    <category>Graphics</category>
    <category>Viewer</category>
  </categories>

  <url type="homepage">http://www.gpxsee.org/</url>

  <launchable type="desktop-id">gpxsee.desktop</launchable>

  <provides>
    <binary>gpxsee</binary>
  </provides>

  <mimetypes>
    <mimetype>application/gpx+xml</mimetype>
    <mimetype>application/tcx+xml</mimetype>
    <mimetype>application/vnd.ant.fit</mimetype>
    <mimetype>application/vnd.google-earth.kml+xml</mimetype>
    <mimetype>application/vnd.fai.igc</mimetype>
    <mimetype>application/vnd.nmea.nmea</mimetype>
  </mimetypes>
</component>