diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-17 17:33:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:32 +0700 |
commit | 79c7fecdc29a1a20726a7849879ff8cfc020f231 (patch) | |
tree | 03cbd3e05a24ccaa824a8b24df16a9775d076833 /games | |
parent | e76d450ce27b25b6463591d1541b2580aeadcf6a (diff) |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/fs2open/README | 3 | ||||
-rw-r--r-- | games/fs2open/fs2open.SlackBuild | 5 | ||||
-rw-r--r-- | games/fs2open/fs2open.info | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/games/fs2open/README b/games/fs2open/README index 9303560afdf1..58a09a7ea82c 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 b95be31e07ea..e2e8ec6ee388 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 48f53d7802f6..97e1e36e9c60 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" |