diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-04 22:54:36 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:34 +0700 |
commit | a0d4014c491d85063816a985ec300ecad769c8b9 (patch) | |
tree | 81d07f58432197fbdd59be071467d960fdb02e41 | |
parent | d21c5ec172ac6250da0eb39e38f6dbb21b2f7370 (diff) | |
download | slackbuilds-a0d4014c491d85063816a985ec300ecad769c8b9.tar.gz |
games/colem: Updated for version 5.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/colem/colem.SlackBuild | 8 | ||||
-rw-r--r-- | games/colem/colem.info | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 272541ebbc..2566fcceeb 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211004 bkw: updated for 5.6. # 20210220 bkw: updated for 5.5. # 20201026 bkw: # - updated for 5.4. @@ -66,7 +67,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=colem -VERSION=${VERSION:-5.5} +VERSION=${VERSION:-5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,9 +80,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -130,7 +128,7 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ -sed -i "s/-O2/$SLKCFLAGS/" EMULib/Rules.gcc +sed -i "s/-O2/$SLKCFLAGS -fcommon/" EMULib/Rules.gcc # Make the emulator look in /usr/share/colem and ~/.colem for the # system ROMs, as well as the current directory. Without this, it's diff --git a/games/colem/colem.info b/games/colem/colem.info index 7583471b60..2ba42f6541 100644 --- a/games/colem/colem.info +++ b/games/colem/colem.info @@ -1,8 +1,8 @@ PRGNAM="colem" -VERSION="5.5" -HOMEPAGE="http://fms.komkon.org/ColEm/" -DOWNLOAD="https://slackware.uk/~urchlay/src/ColEm55-Source.zip" -MD5SUM="1c643fb1ed3f1f7514b04ff9e61b2bbd" +VERSION="5.6" +HOMEPAGE="https://fms.komkon.org/ColEm/" +DOWNLOAD="https://slackware.uk/~urchlay/src/ColEm56-Source.zip" +MD5SUM="8b152a5226f1994216277ff85e521741" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |