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>
This commit is contained in:
B. Watson 2023-01-07 22:47:19 -05:00 committed by Willy Sudiarto Raharjo
parent 8522cfe6a1
commit 87c1d4b9ab
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 2 deletions

View file

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

View file

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

View file

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