diff --git a/sci-geosciences/gpxsee/gpxsee-10.7.recipe b/sci-geosciences/gpxsee/gpxsee-11.1.recipe similarity index 97% rename from sci-geosciences/gpxsee/gpxsee-10.7.recipe rename to sci-geosciences/gpxsee/gpxsee-11.1.recipe index 7748606a9..54c64a7a5 100644 --- a/sci-geosciences/gpxsee/gpxsee-10.7.recipe +++ b/sci-geosciences/gpxsee/gpxsee-11.1.recipe @@ -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="faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19" +CHECKSUM_SHA256="5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-10.7.patchset b/sci-geosciences/gpxsee/patches/gpxsee-11.1.patchset similarity index 87% rename from sci-geosciences/gpxsee/patches/gpxsee-10.7.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-11.1.patchset index 45024ebbf..961ec68a2 100644 --- a/sci-geosciences/gpxsee/patches/gpxsee-10.7.patchset +++ b/sci-geosciences/gpxsee/patches/gpxsee-11.1.patchset @@ -5,11 +5,11 @@ Subject: Fix APP_NAME diff --git a/src/GUI/app.cpp b/src/GUI/app.cpp -index 37e9d3f..479f4b3 100644 +index d2cb659..75ae725 100644 --- a/src/GUI/app.cpp +++ b/src/GUI/app.cpp -@@ -22,7 +22,7 @@ - +@@ -21,7 +21,7 @@ + App::App(int &argc, char **argv) : QApplication(argc, argv) { -#if defined(Q_OS_WIN32) || defined(Q_OS_MAC) @@ -28,10 +28,10 @@ Subject: Dirty hack for fix crash on exit diff --git a/src/GUI/app.cpp b/src/GUI/app.cpp -index 479f4b3..f1a1d89 100644 +index 75ae725..19ad387 100644 --- a/src/GUI/app.cpp +++ b/src/GUI/app.cpp -@@ -19,6 +19,9 @@ +@@ -18,6 +18,9 @@ #include "mapaction.h" #include "app.h" @@ -41,7 +41,7 @@ index 479f4b3..f1a1d89 100644 App::App(int &argc, char **argv) : QApplication(argc, argv) { -@@ -98,7 +101,9 @@ int App::run() +@@ -94,7 +97,9 @@ int App::run() if (lastReady) lastReady->trigger(); @@ -51,7 +51,7 @@ index 479f4b3..f1a1d89 100644 + return 0; } - bool App::event(QEvent *event) + #ifdef Q_OS_ANDROID -- 2.29.2