Browse Source

system/sdl2trs: Updated for version 1.2.30+20240818_fe765966.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
B. Watson 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
bce5505e11
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 9
      system/sdl2trs/sdl2trs.SlackBuild
  2. 6
      system/sdl2trs/sdl2trs.info

9
system/sdl2trs/sdl2trs.SlackBuild

@ -11,16 +11,17 @@
# from the same source. So this is a new build for the sdl2 branch.
# Note: to stay in sync with upstream's Debian packages, this build
# uses commit 9ac732ce60304ca99f1eec703030d05e2a43618f, not the latest
# uses commit fe76596653814f6c70103d6f01eb840f7332f0f6, not the latest
# git (tarball created by passing the commit ID to git2tarxz.sh as an
# argument).
# 20240912 bkw: update for v1.2.30+20240818_fe765966.
# 20240817 bkw: update for v1.2.29+20240409_85a3cda4.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sdl2trs
VERSION=${VERSION:-1.2.29+20240409_85a3cda4}
VERSION=${VERSION:-1.2.30+20240818_fe765966}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -68,14 +69,12 @@ 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 {} +
# 20230417 bkw: Look in system-wide ROM directory by default.
sed -i '/strcpy(romfile/s, ", "/usr/share/trs80-roms/,' src/trs_sdl_interface.c
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
meson .. \
-DROM_PATH='"/usr/share/trs80-roms/"' \
--buildtype=release \
--infodir=/usr/info \
--libdir=/usr/lib${LIBDIRSUFFIX} \

6
system/sdl2trs/sdl2trs.info

@ -1,8 +1,8 @@
PRGNAM="sdl2trs"
VERSION="1.2.29+20240409_85a3cda4"
VERSION="1.2.30+20240818_fe765966"
HOMEPAGE="https://gitlab.com/jengun/sdltrs/"
DOWNLOAD="https://slackware.uk/~urchlay/src/sdl2trs-1.2.29+20240409_85a3cda4.tar.xz"
MD5SUM="7bfc9769b1d454f459558e7d82cc3b44"
DOWNLOAD="https://slackware.uk/~urchlay/src/sdl2trs-1.2.30+20240818_fe765966.tar.xz"
MD5SUM="1156446cb0fbea10b94aca5aaaa36c9e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="trs80-roms"

Loading…
Cancel
Save