diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2018-10-27 00:09:19 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-10-27 00:12:06 +0100 |
commit | 7a3ea169c7902fae20e5e87e09cd8913981e31e7 (patch) | |
tree | facc52242ff8a8432ea82591225b73968b670221 /gis/gpxsee | |
parent | 48c741844ed5b9a6715a68402a461cf96ab31e5f (diff) |
gis/gpxsee: Updated for version 6.3.
Signed-off-by: David Spencer <idlemoor@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 | 2 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 6 |
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 3bdbdbdb7278..c25fb9abce91 100644 --- a/gis/gpxsee/fix_font_narrow_space.diff +++ b/gis/gpxsee/fix_font_narrow_space.diff @@ -1,6 +1,6 @@ -diff -Naur GPXSee-6.2.orig/src/GUI/units.h GPXSee-6.2/src/GUI/units.h ---- GPXSee-6.2.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300 -+++ GPXSee-6.2/src/GUI/units.h 2018-04-08 20:17:44.008003642 +0300 +diff -Naur GPXSee-6.3.orig/src/GUI/units.h GPXSee-6.3/src/GUI/units.h +--- GPXSee-6.3.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300 ++++ GPXSee-6.3/src/GUI/units.h 2018-04-08 20:17:44.008003642 +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 8f41fd6b126e..e99578cde96f 100644 --- a/gis/gpxsee/gpxsee.SlackBuild +++ b/gis/gpxsee/gpxsee.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gpxsee -VERSION=${VERSION:-6.2} +VERSION=${VERSION:-6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 834cd0ab4eb7..4ccc34e31865 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="6.2" +VERSION="6.3" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/6.2/GPXSee-6.2.tar.gz" -MD5SUM="aaf2b28e384b340613da9df1e42a4448" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/6.3/GPXSee-6.3.tar.gz" +MD5SUM="7faafa528c4283793020344c6b185b28" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |