diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2019-02-21 23:24:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-21 23:24:04 +0700 |
commit | 9fa6b106c47a5cc781a07ef7f5ec2a9ceab17961 (patch) | |
tree | 76d2a5cdc7ab488184c55a138b30b65e20300b4a /gis/gpxsee | |
parent | 66db36aa022a0740c8064bb02a34a975e6327383 (diff) |
gis/gpxsee: Updated for version 7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gpxsee')
-rw-r--r-- | gis/gpxsee/fix_font_narrow_space.diff | 4 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.SlackBuild | 2 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gis/gpxsee/fix_font_narrow_space.diff b/gis/gpxsee/fix_font_narrow_space.diff index 12489b4c1cab..85acd9cd4399 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.2.orig/src/GUI/units.h GPXSee-7.2/src/GUI/units.h ---- GPXSee-7.2.orig/src/GUI/units.h 2018-12-08 21:09:23.510215182 +0300 -+++ GPXSee-7.2/src/GUI/units.h 2018-12-08 21:10:17.907437326 +0300 +--- GPXSee-7.3.orig/src/GUI/units.h 2018-12-08 21:09:23.510215182 +0300 ++++ GPXSee-7.3/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 88c78bc41262..c0a11b983df0 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:-7.2} +VERSION=${VERSION:-7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 6cb59693bbb9..e2bb356238b5 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="7.2" +VERSION="7.3" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.2/GPXSee-7.2.tar.gz" -MD5SUM="05184a51b759240e021682b027b5dd99" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.3/GPXSee-7.3.tar.gz" +MD5SUM="10a3703263b1b1d2fd716b043ba255f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |