summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Nikolay Korotkiy2020-02-15 02:30:32 +0100
committer Willy Sudiarto Raharjo2020-02-15 02:30:32 +0100
commita57b7d395897736573671a1e26fb4618616ed716 (patch)
tree8740f5c061bdb0c0831ec4440f624c9e7ee8c38d
parent0642b5a06bcbb2774b023a2ee95e5e9aa0092663 (diff)
downloadslackbuilds-a57b7d395897736573671a1e26fb4618616ed716.tar.gz
gis/gpxsee: Updated for version 7.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--gis/gpxsee/fix_font_narrow_space.diff4
-rw-r--r--gis/gpxsee/gpxsee.SlackBuild4
-rw-r--r--gis/gpxsee/gpxsee.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/gis/gpxsee/fix_font_narrow_space.diff b/gis/gpxsee/fix_font_narrow_space.diff
index bd4f8544fe..0049c0c31c 100644
--- a/gis/gpxsee/fix_font_narrow_space.diff
+++ b/gis/gpxsee/fix_font_narrow_space.diff
@@ -1,5 +1,5 @@
---- GPXSee-7.18/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
-+++ GPXSee-7.18/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
+--- GPXSee-7.20/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
++++ GPXSee-7.20/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
@@ -30,6 +30,6 @@
#define C2FS 1.8 // Celsius to Farenheit - scale
#define C2FO 32.0 // Celsius to Farenheit - offset
diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild
index f90ef52367..a048645b93 100644
--- a/gis/gpxsee/gpxsee.SlackBuild
+++ b/gis/gpxsee/gpxsee.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GPXSee
-# Copyright 2018-2019, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2018-2020, Nikolay Korotkiy <sikmir@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpxsee
-VERSION=${VERSION:-7.18}
+VERSION=${VERSION:-7.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info
index b86ace2e1f..d130b00a85 100644
--- a/gis/gpxsee/gpxsee.info
+++ b/gis/gpxsee/gpxsee.info
@@ -1,8 +1,8 @@
PRGNAM="gpxsee"
-VERSION="7.18"
+VERSION="7.20"
HOMEPAGE="https://www.gpxsee.org/"
-DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.18/GPXSee-7.18.tar.gz"
-MD5SUM="b7b9664c8a2bfa38b797c23445c5607f"
+DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.20/GPXSee-7.20.tar.gz"
+MD5SUM="1db4614927b4fcb7175cefda12aee456"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"