gis/gpxsee: Updated for version 13.19.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
titopoquito 2024-04-29 20:56:50 +07:00 committed by Willy Sudiarto Raharjo
parent f3f33f7949
commit 5c65319a5b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 11 additions and 4 deletions

View file

@ -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

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gpxsee
VERSION=${VERSION:-13.18}
VERSION=${VERSION:-13.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="gpxsee"
VERSION="13.18"
VERSION="13.19"
HOMEPAGE="https://www.gpxsee.org/"
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.18/GPXSee-13.18.tar.gz"
MD5SUM="edd35b435e1d1c1b6f89688927d56248"
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.19/GPXSee-13.19.tar.gz"
MD5SUM="f7d73349bac597b58ca89a282b7e9e94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""