From 0e0e5accbafbd5f7d48b850d98226dd78e57a9aa Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sat, 1 Apr 2023 13:37:37 +0400 Subject: [PATCH] GPXSee: bump to 12.3 (#8218) --- .../gpxsee/{gpxsee-11.11.recipe => gpxsee-12.3.recipe} | 8 ++++---- .../{gpxsee-11.11.patchset => gpxsee-12.3.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename sci-geosciences/gpxsee/{gpxsee-11.11.recipe => gpxsee-12.3.recipe} (94%) rename sci-geosciences/gpxsee/patches/{gpxsee-11.11.patchset => gpxsee-12.3.patchset} (100%) diff --git a/sci-geosciences/gpxsee/gpxsee-11.11.recipe b/sci-geosciences/gpxsee/gpxsee-12.3.recipe similarity index 94% rename from sci-geosciences/gpxsee/gpxsee-11.11.recipe rename to sci-geosciences/gpxsee/gpxsee-12.3.recipe index e52934446..88aed43ce 100644 --- a/sci-geosciences/gpxsee/gpxsee-11.11.recipe +++ b/sci-geosciences/gpxsee/gpxsee-12.3.recipe @@ -23,11 +23,11 @@ ratio/shifts graphs * HiDPI/Retina displays & maps support * Real-time GPS position" HOMEPAGE="https://www.gpxsee.org/" -COPYRIGHT="2015-2022 Martin Tůma" +COPYRIGHT="2015-2023 Martin Tůma" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/tumic0/gpxsee/archive/$portVersion/GPXSee-$portVersion.tar.gz" -CHECKSUM_SHA256="3670e2464afde6304ba82c6c744d6f7061f1ce7ed533e3cc4b7b099159654a5a" +CHECKSUM_SHA256="fcbaec1373d940a35e37f858fc3143407f7166dd3c62dcfce47f9ff687345f17" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" @@ -92,8 +92,8 @@ INSTALL() mkdir -p $appsDir mkdir -p $dataDir/GPXSee/{maps,csv,translations} cp gpxsee $appsDir/GPXSee - cp -r pkg/maps/* $dataDir/GPXSee/maps - cp -r pkg/csv/* $dataDir/GPXSee/csv + cp -r data/maps/* $dataDir/GPXSee/maps + cp -r data/csv/* $dataDir/GPXSee/csv cp -r lang/*.qm $dataDir/GPXSee/translations local APP_SIGNATURE="application/x-vnd.qt5-gpxsee" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-11.11.patchset b/sci-geosciences/gpxsee/patches/gpxsee-12.3.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-11.11.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-12.3.patchset