mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
8522cfe6a1
commit
87c1d4b9ab
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue