summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2020-09-12 00:56:16 +0100
committer Dave Woodfall <dave@slackbuilds.org>2020-09-12 00:56:16 +0100
commit0aa2561dce3a19e629592f2d3cbc2705e0f5d7b5 (patch)
treeee33af8a89b20589fa520782a4fae5f0bf8cbd08
parent2a972bc219ea7b9b55858c6051e89dbd4cb90ddb (diff)
downloadslackbuilds-0aa2561dce3a19e629592f2d3cbc2705e0f5d7b5.tar.gz
slackbuilds-0aa2561dce3a19e629592f2d3cbc2705e0f5d7b5.tar.xz
games/starfighter: Updated for version 2.3.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r--games/starfighter/starfighter.SlackBuild37
-rw-r--r--games/starfighter/starfighter.info8
2 files changed, 24 insertions, 21 deletions
diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild
index 74cd44fdf2..b275f2e868 100644
--- a/games/starfighter/starfighter.SlackBuild
+++ b/games/starfighter/starfighter.SlackBuild
@@ -1,26 +1,29 @@
#!/bin/sh
# Slackware build script for starfighter
-# Written by Tim Dickson dickson.tim at googlemail.com
+# Copyright 2016-2020 Tim Dickson, Scotland dickson.tim at googlemail.com
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# changelog (for script and program)
-
-# updated 15/10/2016 for v1.6
-# make file now supports destdir and project comes with desktop file and icon
-# so separate one not needed.
-# doc location still changed to support slackware prefered location
-# updated 05/03/2017 for v1.7
-# updated 22/07/2019 for v2.0 (2.0.0.3)
-# updated 09/04/2020 for v2.1 applied workrounds for compile flag updates
-# and change in source tar file.
-# updated 28/05/2020 for v2.2
-# updated 24/06/2020 for v2.2.1 analogue joystick support.
-# fixed README line lengths
-# updated 17/07/2020 for v2.3
-# updated 29/07/2020 for v2.3.1 fix japanese text display issue.
PRGNAM=starfighter
-VERSION=${VERSION:-2.3.1}
+VERSION=${VERSION:-2.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/starfighter/starfighter.info b/games/starfighter/starfighter.info
index a9b8f68e43..2183bdccfe 100644
--- a/games/starfighter/starfighter.info
+++ b/games/starfighter/starfighter.info
@@ -1,10 +1,10 @@
PRGNAM="starfighter"
-VERSION="2.3.1"
+VERSION="2.3.2"
HOMEPAGE="https://github.com/pr-starfighter/starfighter/"
-DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.3.1/starfighter-2.3.1-src.tar.gz"
-MD5SUM="6d141ebade60599774e67fccd160ec71"
+DOWNLOAD="https://github.com/pr-starfighter/starfighter/releases/download/v2.3.2/starfighter-2.3.2-src.tar.gz"
+MD5SUM="364ca4121684b1c78cba072843f2ec9b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="SDL2_image SDL2_mixer"
+REQUIRES="SDL2_image SDL2_mixer SDL2_ttf"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"