diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2019-05-30 15:37:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-30 15:37:19 +0700 |
commit | d55b12a95dab2e76dc36c4523dc8f71240f1a9e6 (patch) | |
tree | eeee384fe4264027bd1f6346586fc24ae8d93ae2 /gis | |
parent | 0374f0e09aa7e7672f23d03624cbf032d4cc1e70 (diff) | |
download | slackbuilds-d55b12a95dab2e76dc36c4523dc8f71240f1a9e6.tar.gz |
gis/gpxsee: Updated for version 7.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-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 4e118a3c4b..a7ea1613a7 100644 --- a/gis/gpxsee/fix_font_narrow_space.diff +++ b/gis/gpxsee/fix_font_narrow_space.diff @@ -1,5 +1,5 @@ ---- GPXSee-7.6/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300 -+++ GPXSee-7.6/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300 +--- GPXSee-7.7/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300 ++++ GPXSee-7.7/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 a1b0180325..627c59210f 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.6} +VERSION=${VERSION:-7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 42755ce659..ac99e1d157 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="7.6" +VERSION="7.7" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.6/GPXSee-7.6.tar.gz" -MD5SUM="74eeee75d4de2107f349f2ac328c60de" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.7/GPXSee-7.7.tar.gz" +MD5SUM="e6ee0b69a31de359ebb840742689bbb4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |