GPXSee: update to 16.0

This commit is contained in:
Nikolay Korotkiy
2026-03-14 22:23:58 +04:00
committed by Renee Otten
parent 529d688046
commit 46302005ea
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -4,13 +4,13 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup qmake5 1.0
github.setup tumic0 GPXSee 15.11
github.setup tumic0 GPXSee 16.0
github.tarball_from archive
revision 0
checksums rmd160 0de090d19ddc58edcbe63bfc2f9d1382e33fb95c \
sha256 5f8386d7bc3b3711f0985aa3b592e2900a772fefcd89e919ce5c43e71118f111 \
size 6574388
checksums rmd160 2857150590effbe5522c495e032c72366f6c47be \
sha256 c6210377103171a6e163b71eeb3e49a4659f326c1b7afdd311197444de39d1ce \
size 6576820
categories gis graphics
license GPL-3
@@ -24,7 +24,7 @@ homepage https://www.gpxsee.org/
patchfiles patch-src_GUI_app_cpp.diff
qt5.depends_component qtlocation
qt5.depends_component qtlocation qtmultimedia
qt5.depends_build_component qttools
qt5.depends_runtime_component qtimageformats qttranslations
+5 -5
View File
@@ -1,11 +1,11 @@
--- src/GUI/app.cpp.orig 2022-03-31 22:07:42.000000000 +0300
+++ src/GUI/app.cpp 2022-03-31 22:08:23.000000000 +0300
@@ -34,7 +34,7 @@
installTranslator(gpxsee);
--- src/GUI/app.cpp.orig 2026-03-14 19:48:32.000000000 +0400
+++ src/GUI/app.cpp 2026-03-14 22:10:19.000000000 +0400
@@ -42,7 +42,7 @@
installTranslator(app);
QTranslator *qt = new QTranslator(this);
-#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)
+#if defined(Q_OS_WIN32)
if (qt->load(QLocale::system(), "qt", "_", ProgramPaths::translationsDir()))
#else // Q_OS_WIN32 || Q_OS_MAC
if (qt->load(QLocale::system(), "qt", "_", QLibraryInfo::location(
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)