Browse Source
gis/gpxsee: Updated for version 13.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
titopoquito
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
4 additions and
18 deletions
-
gis/gpxsee/fix_font_narrow_space.diff
-
gis/gpxsee/gpxsee.SlackBuild
-
gis/gpxsee/gpxsee.info
|
|
@ -1,10 +0,0 @@ |
|
|
|
--- 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 |
|
|
|
|
|
|
|
-#define UNIT_SPACE QString::fromUtf8("\xE2\x80\x89")
|
|
|
|
+#define UNIT_SPACE QLatin1Char{' '}
|
|
|
|
|
|
|
|
#endif // UNITS_H |
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gpxsee |
|
|
|
VERSION=${VERSION:-13.20} |
|
|
|
VERSION=${VERSION:-13.21} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -80,10 +80,6 @@ find -L . \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
# Fix display issue: square character instead of a white space |
|
|
|
# See https://github.com/tumic0/GPXSee/issues/93 |
|
|
|
patch -p0 < $CWD/fix_font_narrow_space.diff |
|
|
|
|
|
|
|
lrelease-qt5 gpxsee.pro |
|
|
|
qmake-qt5 \ |
|
|
|
PREFIX="/usr" \ |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gpxsee" |
|
|
|
VERSION="13.20" |
|
|
|
VERSION="13.21" |
|
|
|
HOMEPAGE="https://www.gpxsee.org/" |
|
|
|
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.20/GPXSee-13.20.tar.gz" |
|
|
|
MD5SUM="89703c38d13a5dd4bcfe255210b1f79b" |
|
|
|
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.21/GPXSee-13.21.tar.gz" |
|
|
|
MD5SUM="7eb91344482254a9b49933ffa58e6cec" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|