system/joyce: Updated for version 2.4.0.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-12-27 18:43:45 -05:00 committed by Willy Sudiarto Raharjo
parent 57657693bd
commit 25f2091fa8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 18 deletions

View file

@ -1,12 +0,0 @@
diff -Naur joyce-2.2.15/bin/PcKeyboard.cxx joyce-2.2.15.patched/bin/PcKeyboard.cxx
--- joyce-2.2.15/bin/PcKeyboard.cxx 2017-07-07 14:12:52.000000000 -0400
+++ joyce-2.2.15.patched/bin/PcKeyboard.cxx 2021-08-25 15:05:05.208713380 -0400
@@ -199,7 +199,7 @@
{
bool b = false;
int rv = 0;
- int n, kc_entry;
+ unsigned int n, kc_entry;
Uint16 *km;
SDLKey keysym = SDLK_UNKNOWN;

View file

@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20221227 bkw: update for v2.4.0, get rid of unneeded compilefix.diff
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=joyce
VERSION=${VERSION:-2.2.15}
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -57,8 +59,6 @@ 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 {} \+
patch -p1 < $CWD/compilefix.diff
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -std=gnu++98" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="joyce"
VERSION="2.2.15"
VERSION="2.4.0"
HOMEPAGE="https://www.seasip.info/Unix/Joyce/"
DOWNLOAD="https://www.seasip.info/Unix/Joyce/joyce-2.2.15.tar.gz"
MD5SUM="0e2bebb56da5f826b7417a515d93b137"
DOWNLOAD="https://www.seasip.info/Unix/Joyce/joyce-2.4.0.tar.gz"
MD5SUM="f23deaba255bdc83b99d3348d9af4fdc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""