mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
GPXSee: bump to 11.1 (#6977)
This commit is contained in:
@@ -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="
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user