summaryrefslogtreecommitdiffstats
path: root/games/uqm
diff options
context:
space:
mode:
Diffstat (limited to 'games/uqm')
-rw-r--r--games/uqm/doinst.sh6
-rw-r--r--games/uqm/uqm.SlackBuild4
-rw-r--r--games/uqm/uqm.info2
3 files changed, 10 insertions, 2 deletions
diff --git a/games/uqm/doinst.sh b/games/uqm/doinst.sh
index 5fb28930db..3e5691a052 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 7476630b84..461c59a213 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 92a17adef9..178c47132f 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 \