GPXSee: bump to 10.0 (#6464)

This commit is contained in:
Nikolay Korotkiy
2021-12-08 20:20:11 +03:00
committed by GitHub
parent b47c53a1b7
commit 3b43c98084
2 changed files with 5 additions and 2 deletions

View File

@@ -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