summaryrefslogtreecommitdiffstats
path: root/gis/gpxsee
diff options
context:
space:
mode:
Diffstat (limited to 'gis/gpxsee')
-rw-r--r--gis/gpxsee/doinst.sh7
-rw-r--r--gis/gpxsee/fix_font_narrow_space.diff10
-rw-r--r--gis/gpxsee/gpxsee.SlackBuild9
-rw-r--r--gis/gpxsee/gpxsee.info10
4 files changed, 15 insertions, 21 deletions
diff --git a/gis/gpxsee/doinst.sh b/gis/gpxsee/doinst.sh
index daaf27f812..43c30eaca1 100644
--- a/gis/gpxsee/doinst.sh
+++ b/gis/gpxsee/doinst.sh
@@ -5,3 +5,10 @@ fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
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 94991d71fb..3edce78a0d 100644
--- a/gis/gpxsee/gpxsee.SlackBuild
+++ b/gis/gpxsee/gpxsee.SlackBuild
@@ -2,7 +2,8 @@
# Slackware build script for GPXSee
-# Copyright 2018-2020, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2018-2024, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2024 since version 13.18 titopoquito <titopoquito@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gpxsee
-VERSION=${VERSION:-7.28}
+VERSION=${VERSION:-13.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,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 af460bebc4..7ea3873955 100644
--- a/gis/gpxsee/gpxsee.info
+++ b/gis/gpxsee/gpxsee.info
@@ -1,10 +1,10 @@
PRGNAM="gpxsee"
-VERSION="7.28"
+VERSION="13.21"
HOMEPAGE="https://www.gpxsee.org/"
-DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.28/GPXSee-7.28.tar.gz"
-MD5SUM="4c1ba8939e569c6503b510b54dfa7e3e"
+DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.21/GPXSee-13.21.tar.gz"
+MD5SUM="7eb91344482254a9b49933ffa58e6cec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Nikolay Korotkiy"
-EMAIL="sikmir@gmail.com"
+MAINTAINER="titopoquito"
+EMAIL="titopoquito@gmail.com"