diff options
author | titopoquito <titopoquito@gmail.com> | 2024-04-29 20:56:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:44:57 +0700 |
commit | 5c65319a5b042866cae14be6b224ff0e92910b75 (patch) | |
tree | f1cdee64c007d7d90833fe87ad46d656b2592c43 /gis | |
parent | f3f33f7949df4cea134d6e7ebe365f863b11343a (diff) |
gis/gpxsee: Updated for version 13.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/gpxsee/doinst.sh | 7 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.SlackBuild | 2 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/gis/gpxsee/doinst.sh b/gis/gpxsee/doinst.sh index daaf27f81230..43c30eaca1d7 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/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild index be7b61c5360f..435c3c1ca6c7 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.18} +VERSION=${VERSION:-13.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 2fca84e828bd..d7051c0ef0f4 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -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="" |