diff --git a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in index a2f2254e3..e02b731f1 100644 --- a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in +++ b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in @@ -29,7 +29,8 @@ resource file_types message { "types" = "application/vnd.oziexplorer.wpt", "types" = "application/geo+json", "types" = "application/vnd.naviter.seeyou.cup", - "types" = "application/vnd.garmin.gpi" + "types" = "application/vnd.garmin.gpi", + "types" = "application/sml+xml" }; resource vector_icon { diff --git a/sci-geosciences/gpxsee/gpxsee-7.18.recipe b/sci-geosciences/gpxsee/gpxsee-7.20.recipe similarity index 91% rename from sci-geosciences/gpxsee/gpxsee-7.18.recipe rename to sci-geosciences/gpxsee/gpxsee-7.20.recipe index a75b67d50..09fd0cd1d 100644 --- a/sci-geosciences/gpxsee/gpxsee-7.18.recipe +++ b/sci-geosciences/gpxsee/gpxsee-7.20.recipe @@ -4,8 +4,8 @@ supports all common GPS log file formats. Main features: -* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON, OziExplorer \ -(PLT, RTE, WPT), Garmin GPI & CSV and geotagged JPEG files +* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON, \ +OziExplorer (PLT, RTE, WPT), Garmin GPI & CSV and geotagged JPEG files * User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS, \ QuadTiles) * Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG \ @@ -19,11 +19,11 @@ ratio/shifts graphs * Full-screen mode * HiDPI/Retina displays & maps support" HOMEPAGE="https://www.gpxsee.org/" -COPYRIGHT="2015-2019 Martin Tůma" +COPYRIGHT="2015-2020 Martin Tůma" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/tumic0/gpxsee/archive/$portVersion/GPXSee-$portVersion.tar.gz" -CHECKSUM_SHA256="77c3a430cd314f621566b7ff2174b64c0c96099f6f90b62f54c8abfe02918a06" +CHECKSUM_SHA256="eab8056f41b1e903e4c00f988fd1d97e105c3b695ef19218d5629ca9e7d60fa9" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-7.18.patchset b/sci-geosciences/gpxsee/patches/gpxsee-7.20.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-7.18.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-7.20.patchset