summaryrefslogtreecommitdiffstats
path: root/gis/gpxsee/gpxsee.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'gis/gpxsee/gpxsee.SlackBuild')
-rw-r--r--gis/gpxsee/gpxsee.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild
index 135190c247..8a61f5cfa7 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:-5.4}
+VERSION=${VERSION:-5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,10 @@ 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 -p1 < $CWD/fix_font_narrow_space.diff
+
lrelease-qt5 gpxsee.pro
qmake-qt5 \
QMAKE_CFLAGS+="$SLKCFLAGS" \