From 79c7fecdc29a1a20726a7849879ff8cfc020f231 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 17 Oct 2024 17:33:20 -0400 Subject: games/fs2open: Remove lua dep (it builds its own lua 5.1). Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/fs2open/README | 3 +++ games/fs2open/fs2open.SlackBuild | 5 ++++- games/fs2open/fs2open.info | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/fs2open/README b/games/fs2open/README index 9303560afd..58a09a7ea8 100644 --- a/games/fs2open/README +++ b/games/fs2open/README @@ -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. diff --git a/games/fs2open/fs2open.SlackBuild b/games/fs2open/fs2open.SlackBuild index b95be31e07..e2e8ec6ee3 100644 --- a/games/fs2open/fs2open.SlackBuild +++ b/games/fs2open/fs2open.SlackBuild @@ -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} diff --git a/games/fs2open/fs2open.info b/games/fs2open/fs2open.info index 48f53d7802..97e1e36e9c 100644 --- a/games/fs2open/fs2open.info +++ b/games/fs2open/fs2open.info @@ -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" -- cgit v1.2.3