mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/fgo: Updated for version 1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1fcc17980c
commit
b2e8ee2ce0
3 changed files with 7 additions and 10 deletions
|
@ -5,8 +5,7 @@ Changes to this SlackBuild since FGo! 1.4.5
|
|||
a package for a version of FGo! older than 1.5.0, icons will not be linked
|
||||
correctly: in that case please modify this script accordingly, or use its
|
||||
previous version, or (recommended) download the latest FGo! release.
|
||||
|
||||
* Removed presets for default FlightGear paths, as they are not included in
|
||||
the upstream package anyway.
|
||||
|
||||
* 1.5.1, build 2: revision and cleanup.
|
||||
* 1.5.2: version update (new Japanese localization).
|
||||
|
|
|
@ -22,11 +22,9 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
## Build 2: revision and cleanup.
|
||||
|
||||
PRGNAM=fgo
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -89,7 +87,7 @@ done
|
|||
mkdir -p $PRGDOC
|
||||
cp -a $PRGDIR/docs/* $PRGDOC/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PRGDOC/$PRGNAM.SlackBuild
|
||||
for lang in de en es fr it pl ; do
|
||||
for lang in de en es fr it ja pl ; do
|
||||
ln -sf /opt/$PRGNAM/data/help/help_${lang} $PRGDOC/README/README_${lang}
|
||||
done
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fgo"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="http://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo"
|
||||
DOWNLOAD="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1.5.1.tar.gz"
|
||||
MD5SUM="9ccefd048d1dd1ff7c6dcc87826ab0c8"
|
||||
DOWNLOAD="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1.5.2.tar.gz"
|
||||
MD5SUM="47c9ef55933dcf222512d36719424d7c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="FlightGear"
|
||||
|
|
Loading…
Reference in a new issue