diff options
author | Arn0 <yth@ythogtha.org> | 2023-05-09 11:48:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:20 +0700 |
commit | fab9bd644eb7c55c59b1cb8d542a2a132a03bd28 (patch) | |
tree | 9a085ba804666332546cc453c64836e119fc440b /system/dosbox-x | |
parent | a2c788ba7b79f600aa0304c486a7b7d75ac96795 (diff) |
system/dosbox-x: Updated for version 2023.05.01, new maintainer.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dosbox-x')
-rw-r--r-- | system/dosbox-x/dosbox-x.SlackBuild | 12 | ||||
-rw-r--r-- | system/dosbox-x/dosbox-x.info | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/system/dosbox-x/dosbox-x.SlackBuild b/system/dosbox-x/dosbox-x.SlackBuild index a85e55ea3eb24..938c24106453a 100644 --- a/system/dosbox-x/dosbox-x.SlackBuild +++ b/system/dosbox-x/dosbox-x.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for dosbox-x # Copyright 2019-2020 Leonardo Citrolo, Italy +# Copyright 2023 Yth | Pont-en-Royans, France | yth@ythogtha.org # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dosbox-x -VERSION=${VERSION:-0.83.22} +VERSION=${VERSION:-2023.05.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +74,7 @@ cd $TMP # in the sources tarball filename and/or main dirname rm -rf $PRGNAM-v$VERSION $PRGNAM-$PRGNAM-v$VERSION tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-v$VERSION.tar.gz -cd $PRGNAM-v$VERSION || cd $PRGNAM-$PRGNAM-v$VERSION +cd $PRGNAM-v$VERSION 2>/dev/null || cd $PRGNAM-$PRGNAM-v$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -81,11 +82,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -./autogen.sh - +# Don't force make -j3 +sed -i 's#make -j3#make#' build-sdl2 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure \ +./build-sdl2 \ --prefix=/usr \ --mandir=/usr/man \ --build=$ARCH-slackware-linux \ @@ -93,7 +94,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-d3d9 \ --enable-d3d-shaders -make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/system/dosbox-x/dosbox-x.info b/system/dosbox-x/dosbox-x.info index e1e4d4fd35aa8..d93f5b1a865d4 100644 --- a/system/dosbox-x/dosbox-x.info +++ b/system/dosbox-x/dosbox-x.info @@ -1,10 +1,10 @@ PRGNAM="dosbox-x" -VERSION="0.83.22" +VERSION="2023.05.01" HOMEPAGE="http://dosbox-x.com/" -DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.22/dosbox-x-dosbox-x-v0.83.22.tar.gz" -MD5SUM="4a312c834256a57e0b7381f8c65f32b8" +DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.05.01/dosbox-x-dosbox-x-v2023.05.01.tar.gz" +MD5SUM="532bca063f764bbb62f946b738a9073b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Leo C." -EMAIL="leoc@gmx.com" +MAINTAINER="Yth - Arnaud" +EMAIL="yth@ythogtha.org" |