diff --git a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in index 851bc7c5a..e28cabd9d 100644 --- a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in +++ b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in @@ -46,7 +46,9 @@ resource file_types message { "types" = "application/vnd.mapsforge.map", "types" = "application/vnd.tomtom.ov2", "types" = "application/vnd.tomtom.itn", - "types" = "application/vnd.esri.wld" + "types" = "application/vnd.esri.wld", + "types" = "application/vnd.onmove.omd", + "types" = "application/vnd.onmove.ghp" }; resource vector_icon { diff --git a/sci-geosciences/gpxsee/gpxsee-9.2.recipe b/sci-geosciences/gpxsee/gpxsee-9.5.recipe similarity index 96% rename from sci-geosciences/gpxsee/gpxsee-9.2.recipe rename to sci-geosciences/gpxsee/gpxsee-9.5.recipe index 3201e7621..10d9749ca 100644 --- a/sci-geosciences/gpxsee/gpxsee-9.2.recipe +++ b/sci-geosciences/gpxsee/gpxsee-9.5.recipe @@ -5,7 +5,7 @@ supports all common GPS log file formats. Main features: * Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON, \ -OziExplorer (PLT, RTE, WPT), Garmin GPI & CSV, TomTom OV2 & ITN and \ +OziExplorer (PLT, RTE, WPT), Garmin GPI & CSV, TomTom OV2 & ITN, ONmove OMD/GHP and \ geotagged JPEG files * User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS, \ QuadTiles) @@ -25,7 +25,7 @@ COPYRIGHT="2015-2021 Martin Tůma" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/tumic0/gpxsee/archive/$portVersion/GPXSee-$portVersion.tar.gz" -CHECKSUM_SHA256="23c5a86de1dcb8c314f2ccfd02b0ecc1324c1e86b4965664d293c28ef0f29921" +CHECKSUM_SHA256="557f48c314a9ad536e7a05c808a39f47d5945df929e973dcd95fb48913622090" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-9.2.patchset b/sci-geosciences/gpxsee/patches/gpxsee-9.5.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-9.2.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-9.5.patchset