diff --git a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in index 9bb43e7b5..4da5d9892 100644 --- a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in +++ b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in @@ -52,7 +52,9 @@ resource file_types message { "types" = "application/vnd.memory-map.qct", "types" = "application/vnd.twonav.trk", "types" = "application/vnd.twonav.rte", - "types" = "application/vnd.twonav.wpt" + "types" = "application/vnd.twonav.wpt", + "types" = "application/vnd.osmdroid.sqlite", + "types" = "application/vnd.cgtk.gemf" }; resource vector_icon { diff --git a/sci-geosciences/gpxsee/gpxsee-11.1.recipe b/sci-geosciences/gpxsee/gpxsee-11.2.recipe similarity index 95% rename from sci-geosciences/gpxsee/gpxsee-11.1.recipe rename to sci-geosciences/gpxsee/gpxsee-11.2.recipe index 54c64a7a5..407103969 100644 --- a/sci-geosciences/gpxsee/gpxsee-11.1.recipe +++ b/sci-geosciences/gpxsee/gpxsee-11.2.recipe @@ -12,7 +12,7 @@ QuadTiles) * Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP \ & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, KMZ maps, AlpineQuest maps, \ Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps, QCT maps, \ -ESRI World-File georeferenced images) +GEMF maps, Osmdroid SQLite maps, ESRI World-File georeferenced images) * Elevation, speed, heart rate, cadence, power, temperature and gear \ ratio/shifts graphs * Support for DEM files (SRTM HGT) @@ -27,7 +27,7 @@ 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="5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70" +CHECKSUM_SHA256="9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-11.1.patchset b/sci-geosciences/gpxsee/patches/gpxsee-11.2.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-11.1.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-11.2.patchset