games/fs2open: Remove lua dep (it builds its own lua 5.1).

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-10-17 17:33:20 -04:00 committed by Willy Sudiarto Raharjo
parent e76d450ce2
commit 79c7fecdc2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 2 deletions

View file

@ -11,3 +11,6 @@ game to work.
Notice for Intel cards: You may need to export
'MESA_GL_VERSION_OVERRIDE=3.2' if the game doesn't run.
Note: if lua51 is installed, fs2open will be linked with it. If not,
fs2open will build its own lua from source and link with that.

View file

@ -22,6 +22,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20241017 bkw: Modified by SlackBuilds.org, BUILD=2: remove lua dep,
# it builds its own lua-5.1 if not found.
# 20220222 bkw: Modified by SlackBuilds.org:
# - fix download URL.
# - force use of wxGTK3.
@ -31,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fs2open
VERSION=${VERSION:-ac2b864}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -7,6 +7,6 @@ MD5SUM="19d8cd7edeb98a25b49abbf92b68246c \
ea83dec3b9655a27d28e7bc7cae9cd71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua wxGTK3"
REQUIRES="wxGTK3"
MAINTAINER="Danny Schmarsel"
EMAIL="danny@schmarsel.de"