diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2018-09-16 14:31:12 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-17 23:11:54 +0100 |
commit | 78cbb3f138d097008a6631dcd6582441377d44e5 (patch) | |
tree | 889dc028952500700018f689c45524905d78210c /gis | |
parent | e0d8fadc4f6d21abbcfbcdceea1e8fc871282bd1 (diff) | |
download | slackbuilds-78cbb3f138d097008a6631dcd6582441377d44e5.tar.gz |
gis/gpxsee: Updated for version 5.18.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis')
-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 0f0475f3c1..b770b28822 100644 --- a/gis/gpxsee/fix_font_narrow_space.diff +++ b/gis/gpxsee/fix_font_narrow_space.diff @@ -1,6 +1,6 @@ -diff -Naur GPXSee-5.17.orig/src/GUI/units.h GPXSee-5.17/src/GUI/units.h ---- GPXSee-5.17.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300 -+++ GPXSee-5.17/src/GUI/units.h 2018-04-08 20:17:44.008003642 +0300 +diff -Naur GPXSee-5.18.orig/src/GUI/units.h GPXSee-5.18/src/GUI/units.h +--- GPXSee-5.18.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300 ++++ GPXSee-5.18/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 5246abc3ea..e440ea93be 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:-5.17} +VERSION=${VERSION:-5.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index ce07790919..316471b394 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="5.17" +VERSION="5.18" HOMEPAGE="http://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.17/GPXSee-5.17.tar.gz" -MD5SUM="56f3235dba577400b68091cd23fd70ab" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.18/GPXSee-5.18.tar.gz" +MD5SUM="3d8024018c55f2d76e098c5608563000" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |