diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-07 22:47:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:21 +0700 |
commit | 87c1d4b9ab3ec926a606b9a257aa2c44b1dd6fbe (patch) | |
tree | fecf3bb8acf8f866c0d5d1563fb0e62cd97c84bd /games/uqm | |
parent | 8522cfe6a1d8582dcbee969e7fa0c5710e30f734 (diff) |
games/uqm: Use https URL, fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/uqm')
-rw-r--r-- | games/uqm/doinst.sh | 6 | ||||
-rw-r--r-- | games/uqm/uqm.SlackBuild | 4 | ||||
-rw-r--r-- | games/uqm/uqm.info | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/games/uqm/doinst.sh b/games/uqm/doinst.sh index 5fb28930db0b9..3e5691a052b5b 100644 --- a/games/uqm/doinst.sh +++ b/games/uqm/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/games/uqm/uqm.SlackBuild b/games/uqm/uqm.SlackBuild index 7476630b84d23..461c59a213b3b 100644 --- a/games/uqm/uqm.SlackBuild +++ b/games/uqm/uqm.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230107 bkw: BUILD=2, fix doinst.sh. + # 20210304 bkw: update for v0.8.0. script changed a good bit, can't # build older versions. Note to self: don't mix engine and content # versions without testing thoroughly! 0.7.0 engine seemed to work @@ -20,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uqm VERSION=${VERSION:-0.8.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/uqm/uqm.info b/games/uqm/uqm.info index 92a17adef94eb..178c47132f07e 100644 --- a/games/uqm/uqm.info +++ b/games/uqm/uqm.info @@ -1,6 +1,6 @@ PRGNAM="uqm" VERSION="0.8.0" -HOMEPAGE="http://sc2.sourceforge.net/" +HOMEPAGE="https://sc2.sourceforge.net/" DOWNLOAD="https://downloads.sourceforge.net/sc2/uqm-0.8.0-src.tgz \ https://downloads.sourceforge.net/sc2/uqm-0.8.0-content.uqm" MD5SUM="63c4c300736aa3ac9b841e31b9a76389 \ |