From a16c6201cd32290f9e5b25ac307e14a31a139f85 Mon Sep 17 00:00:00 2001 From: Alan Ianson Date: Sat, 22 Jul 2017 23:52:58 +0100 Subject: games/d1x-rebirth: Switch to i586 + new maintainer. Signed-off-by: David Spencer --- games/d1x-rebirth/README | 10 +++++----- games/d1x-rebirth/d1x-rebirth.SlackBuild | 7 ++++--- games/d1x-rebirth/d1x-rebirth.info | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'games') diff --git a/games/d1x-rebirth/README b/games/d1x-rebirth/README index 9eba2e16f0..4b1ba8456c 100644 --- a/games/d1x-rebirth/README +++ b/games/d1x-rebirth/README @@ -1,10 +1,10 @@ d1x-rebirth is a source port of the Descent 1 Engine for Windows, -Mac OS and Linux offering OpenGL graphics and effects, advanced +Mac OS and Linux offering OpenGL graphics and effects, advanced Multiplayer gaming, many improvements and new features. -You will need the game data files to actually use d1x-rebirth, -place these in /usr/share/games/d1x-rebirth or ~/.d1x-rebirth. -Details of how to extract the correct game files are found in +You will need the game data files to actually use d1x-rebirth, +place these in /usr/share/games/d1x-rebirth or ~/.d1x-rebirth. +Details of how to extract the correct game files are found in the file INSTALL.txt. For enhanced gameplay I would suggest that -you consider downloading both the Highres 'AddOn pack' and improved +you consider downloading both the Highres 'AddOn pack' and improved soundtrack 'AddOn pack' from the dxx-rebirth site. diff --git a/games/d1x-rebirth/d1x-rebirth.SlackBuild b/games/d1x-rebirth/d1x-rebirth.SlackBuild index b4bc5112ca..346d5588ec 100644 --- a/games/d1x-rebirth/d1x-rebirth.SlackBuild +++ b/games/d1x-rebirth/d1x-rebirth.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for d1x-rebirth # Copyright 2012-2015 Andrew Strong, Blue Mountains Australia. +# Copyright 2017 Alan Ianson, Penticton, BC Canada. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +30,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/games/d1x-rebirth/d1x-rebirth.info b/games/d1x-rebirth/d1x-rebirth.info index 4b45bce4ad..b68a9e28ee 100644 --- a/games/d1x-rebirth/d1x-rebirth.info +++ b/games/d1x-rebirth/d1x-rebirth.info @@ -6,5 +6,5 @@ MD5SUM="8f43e66191fdedd0c7ff9278719accf1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="physfs" -MAINTAINER="Andrew Strong" -EMAIL="andrew.david.strong@gmail.com" +MAINTAINER="Alan Ianson" +EMAIL="agianson@gmail.com" -- cgit v1.2.3