diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2019-01-03 10:54:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:20 +0700 |
commit | 7884d993022a5b6fe7419bc0ebc9b9ad237b4783 (patch) | |
tree | 3400d7b1ae60c7b9343fdb442f2e86eca102f959 /gis/gpxsee | |
parent | 2a522b038754d1997d0524e16eb54e09a2417a93 (diff) | |
download | slackbuilds-7884d993022a5b6fe7419bc0ebc9b9ad237b4783.tar.gz |
gis/gpxsee: Updated for version 7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gpxsee')
-rw-r--r-- | gis/gpxsee/fix_font_narrow_space.diff | 6 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.SlackBuild | 4 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/gis/gpxsee/fix_font_narrow_space.diff b/gis/gpxsee/fix_font_narrow_space.diff index ccba5d6f5b..015e46d145 100644 --- a/gis/gpxsee/fix_font_narrow_space.diff +++ b/gis/gpxsee/fix_font_narrow_space.diff @@ -1,6 +1,6 @@ -diff -Naur GPXSee-7.0.orig/src/GUI/units.h GPXSee-7.0/src/GUI/units.h ---- GPXSee-7.0.orig/src/GUI/units.h 2018-12-08 21:09:23.510215182 +0300 -+++ GPXSee-7.0/src/GUI/units.h 2018-12-08 21:10:17.907437326 +0300 +diff -Naur GPXSee-7.1.orig/src/GUI/units.h GPXSee-7.1/src/GUI/units.h +--- GPXSee-7.1.orig/src/GUI/units.h 2018-12-08 21:09:23.510215182 +0300 ++++ GPXSee-7.1/src/GUI/units.h 2018-12-08 21:10:17.907437326 +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 da7a039ba5..52479290b1 100644 --- a/gis/gpxsee/gpxsee.SlackBuild +++ b/gis/gpxsee/gpxsee.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GPXSee -# Copyright 2018, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2018-2019, 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.0} +VERSION=${VERSION:-7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 433c5d5f95..b3f0aa97ea 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="7.0" +VERSION="7.1" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.0/GPXSee-7.0.tar.gz" -MD5SUM="f0d91ce0f2f723f9a844ee4227b4ad50" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.1/GPXSee-7.1.tar.gz" +MD5SUM="d83da3966601b81b303f27403d543e08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |