mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/gpxsee: Updated for version 7.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a58d29c1a
commit
ef7e06d94a
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
--- GPXSee-7.20/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
|
||||
+++ GPXSee-7.20/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
|
||||
--- src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
|
||||
+++ 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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gpxsee
|
||||
VERSION=${VERSION:-7.20}
|
||||
VERSION=${VERSION:-7.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,7 @@ find -L . \
|
|||
|
||||
# Fix display issue: square character instead of a white space
|
||||
# See https://github.com/tumic0/GPXSee/issues/93
|
||||
patch -p1 < $CWD/fix_font_narrow_space.diff
|
||||
patch -p0 < $CWD/fix_font_narrow_space.diff
|
||||
|
||||
lrelease-qt5 gpxsee.pro
|
||||
qmake-qt5 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gpxsee"
|
||||
VERSION="7.20"
|
||||
VERSION="7.28"
|
||||
HOMEPAGE="https://www.gpxsee.org/"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.20/GPXSee-7.20.tar.gz"
|
||||
MD5SUM="1db4614927b4fcb7175cefda12aee456"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.28/GPXSee-7.28.tar.gz"
|
||||
MD5SUM="4c1ba8939e569c6503b510b54dfa7e3e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in a new issue