From 3b43c980849b93f5f190e281162923584a385409 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Wed, 8 Dec 2021 20:20:11 +0300 Subject: [PATCH] GPXSee: bump to 10.0 (#6464) --- .../gpxsee/{gpxsee-9.12.recipe => gpxsee-10.0.recipe} | 7 +++++-- .../patches/{gpxsee-9.12.patchset => gpxsee-10.0.patchset} | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename sci-geosciences/gpxsee/{gpxsee-9.12.recipe => gpxsee-10.0.recipe} (93%) rename sci-geosciences/gpxsee/patches/{gpxsee-9.12.patchset => gpxsee-10.0.patchset} (100%) diff --git a/sci-geosciences/gpxsee/gpxsee-9.12.recipe b/sci-geosciences/gpxsee/gpxsee-10.0.recipe similarity index 93% rename from sci-geosciences/gpxsee/gpxsee-9.12.recipe rename to sci-geosciences/gpxsee/gpxsee-10.0.recipe index 587325bc7..9a5e7d23f 100644 --- a/sci-geosciences/gpxsee/gpxsee-9.12.recipe +++ b/sci-geosciences/gpxsee/gpxsee-10.0.recipe @@ -20,13 +20,14 @@ ratio/shifts graphs * Support for POI files * Print/export to PDF or PNG * Full-screen mode -* HiDPI/Retina displays & maps support" +* HiDPI/Retina displays & maps support +* Real-time GPS position" HOMEPAGE="https://www.gpxsee.org/" 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="52724a54469fca6edb754fc6e43c68eec42b7f6549dc74677edcf1d1d041ee5e" +CHECKSUM_SHA256="b2d870838f3891ed19077a53d7fca6699f0cbad1b3ff151cebade0ec9267006c" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" @@ -47,6 +48,7 @@ REQUIRES=" lib:libQt5Concurrent$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix lib:libQt5Gui$secondaryArchSuffix + lib:libQt5Location$secondaryArchSuffix lib:libQt5Network$secondaryArchSuffix lib:libQt5PrintSupport$secondaryArchSuffix lib:libQt5Sql$secondaryArchSuffix @@ -59,6 +61,7 @@ BUILD_REQUIRES=" devel:libQt5Concurrent$secondaryArchSuffix devel:libQt5Core$secondaryArchSuffix devel:libQt5Gui$secondaryArchSuffix + devel:libQt5Location$secondaryArchSuffix devel:libQt5Network$secondaryArchSuffix devel:libQt5PrintSupport$secondaryArchSuffix devel:libQt5Sql$secondaryArchSuffix diff --git a/sci-geosciences/gpxsee/patches/gpxsee-9.12.patchset b/sci-geosciences/gpxsee/patches/gpxsee-10.0.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-9.12.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-10.0.patchset