From 80edb9f83d7009057e808a273ef1ae6aa994535c Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sat, 22 Jan 2022 11:07:58 +0300 Subject: [PATCH] GPXSee: bump to 10.2 (#6552) --- sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in | 5 ++++- .../gpxsee/{gpxsee-10.0.recipe => gpxsee-10.2.recipe} | 8 ++++---- .../{gpxsee-10.0.patchset => gpxsee-10.2.patchset} | 0 3 files changed, 8 insertions(+), 5 deletions(-) rename sci-geosciences/gpxsee/{gpxsee-10.0.recipe => gpxsee-10.2.recipe} (94%) rename sci-geosciences/gpxsee/patches/{gpxsee-10.0.patchset => gpxsee-10.2.patchset} (100%) diff --git a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in index 4cea0bcda..9bb43e7b5 100644 --- a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in +++ b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in @@ -49,7 +49,10 @@ resource file_types message { "types" = "application/vnd.esri.wld", "types" = "application/vnd.onmove.omd", "types" = "application/vnd.onmove.ghp", - "types" = "application/vnd.memory-map.qct" + "types" = "application/vnd.memory-map.qct", + "types" = "application/vnd.twonav.trk", + "types" = "application/vnd.twonav.rte", + "types" = "application/vnd.twonav.wpt" }; resource vector_icon { diff --git a/sci-geosciences/gpxsee/gpxsee-10.0.recipe b/sci-geosciences/gpxsee/gpxsee-10.2.recipe similarity index 94% rename from sci-geosciences/gpxsee/gpxsee-10.0.recipe rename to sci-geosciences/gpxsee/gpxsee-10.2.recipe index 9a5e7d23f..23c56a89e 100644 --- a/sci-geosciences/gpxsee/gpxsee-10.0.recipe +++ b/sci-geosciences/gpxsee/gpxsee-10.2.recipe @@ -5,8 +5,8 @@ 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, ONmove OMD/GHP and \ -geotagged JPEG files +OziExplorer (PLT, RTE, WPT), Garmin GPI & CSV, TomTom OV2 & ITN, ONmove OMD/GHP, \ +TwoNav (TRK, RTE, WPT) 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/GMAP \ @@ -23,11 +23,11 @@ ratio/shifts graphs * HiDPI/Retina displays & maps support * Real-time GPS position" HOMEPAGE="https://www.gpxsee.org/" -COPYRIGHT="2015-2021 Martin Tůma" +COPYRIGHT="2015-2022 Martin Tůma" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/tumic0/gpxsee/archive/$portVersion/GPXSee-$portVersion.tar.gz" -CHECKSUM_SHA256="b2d870838f3891ed19077a53d7fca6699f0cbad1b3ff151cebade0ec9267006c" +CHECKSUM_SHA256="62b7efaeefe5d91b214f249af3bca08feb1e9282d375683295df01fb88b2125d" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-10.0.patchset b/sci-geosciences/gpxsee/patches/gpxsee-10.2.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-10.0.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-10.2.patchset