aboutsummaryrefslogtreecommitdiff
path: root/gis
diff options
context:
space:
mode:
authortitopoquito <titopoquito@gmail.com>2024-05-31 22:59:45 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-01 02:36:11 +0700
commit21ba56bdfe47b5617046a0d98791f8d481af85a6 (patch)
treead7dc51cd977d5f4c96be793190cbb220478eb4c /gis
parent17b0445e37bc674ad74ccf38b46cffb158e85411 (diff)
gis/gpxsee: Updated for version 13.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/gpxsee/fix_font_narrow_space.diff10
-rw-r--r--gis/gpxsee/gpxsee.SlackBuild6
-rw-r--r--gis/gpxsee/gpxsee.info6
3 files changed, 4 insertions, 18 deletions
diff --git a/gis/gpxsee/fix_font_narrow_space.diff b/gis/gpxsee/fix_font_narrow_space.diff
deleted file mode 100644
index 0b04d37b4d..0000000000
--- a/gis/gpxsee/fix_font_narrow_space.diff
+++ /dev/null
@@ -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
diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild
index 6163e19a0d..3edce78a0d 100644
--- a/gis/gpxsee/gpxsee.SlackBuild
+++ b/gis/gpxsee/gpxsee.SlackBuild
@@ -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" \
diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info
index 1cd6950b24..7ea3873955 100644
--- a/gis/gpxsee/gpxsee.info
+++ b/gis/gpxsee/gpxsee.info
@@ -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=""