gis/gpxsee: Updated for version 5.11.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Nikolay Korotkiy 2018-05-16 07:09:39 +01:00 committed by David Spencer
parent bc96e990b9
commit 0c5322652b
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
diff -Naur GPXSee-5.7.orig/src/GUI/units.h GPXSee-5.7/src/GUI/units.h diff -Naur GPXSee-5.11.orig/src/GUI/units.h GPXSee-5.11/src/GUI/units.h
--- GPXSee-5.7.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300 --- GPXSee-5.11.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
+++ GPXSee-5.7/src/GUI/units.h 2018-04-08 20:17:44.008003642 +0300 +++ GPXSee-5.11/src/GUI/units.h 2018-04-08 20:17:44.008003642 +0300
@@ -30,6 +30,6 @@ @@ -30,6 +30,6 @@
#define C2FS 1.8 // Celsius to Farenheit - scale #define C2FS 1.8 // Celsius to Farenheit - scale
#define C2FO 32.0 // Celsius to Farenheit - offset #define C2FO 32.0 // Celsius to Farenheit - offset

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpxsee PRGNAM=gpxsee
VERSION=${VERSION:-5.7} VERSION=${VERSION:-5.11}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="gpxsee" PRGNAM="gpxsee"
VERSION="5.7" VERSION="5.11"
HOMEPAGE="http://www.gpxsee.org/" HOMEPAGE="http://www.gpxsee.org/"
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.7/GPXSee-5.7.tar.gz" DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.11/GPXSee-5.11.tar.gz"
MD5SUM="a0202c4caa29eb5321c9fae6dd4e2c1f" MD5SUM="3bc681b0c980aad94bc03b219801f8fc"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="qt5" REQUIRES="qt5"