diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-11 00:56:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:48 +0700 |
commit | 8c78244c99769b952644e374c7b38db3991d4e8b (patch) | |
tree | 494bc0a14d29b4f3cc9232724d5ada23a05e701e /games | |
parent | 79a8e0c98241f4bb0b3dd43b43261f7a28b10af3 (diff) | |
download | slackbuilds-8c78244c99769b952644e374c7b38db3991d4e8b.tar.gz |
games/stratagus: Updated for version 2.3.0.
Diffstat (limited to 'games')
-rw-r--r-- | games/stratagus/README | 2 | ||||
-rw-r--r-- | games/stratagus/slack-desc | 2 | ||||
-rw-r--r-- | games/stratagus/stratagus.SlackBuild | 4 | ||||
-rw-r--r-- | games/stratagus/stratagus.info | 8 |
4 files changed, 9 insertions, 7 deletions
diff --git a/games/stratagus/README b/games/stratagus/README index 7aa94ec7ad..cac5260373 100644 --- a/games/stratagus/README +++ b/games/stratagus/README @@ -3,7 +3,7 @@ stratagus (RTS game engine) Stratagus Core is a free cross-platform real-time strategy gaming engine. It includes support for playing over the internet/LAN, or playing a computer opponent. The engine is configurable and can be used to create -games with a wide-range of features specific to your needs. +games with a wide range of features specific to your needs. If you're installing stratagus as a dependency for wargus, make sure the stratagus and wargus version numbers match. This shouldn't be a problem diff --git a/games/stratagus/slack-desc b/games/stratagus/slack-desc index 8f1f45c139..0a69cab9c1 100644 --- a/games/stratagus/slack-desc +++ b/games/stratagus/slack-desc @@ -11,7 +11,7 @@ stratagus: stratagus: Stratagus Core is a free cross-platform real-time strategy gaming stratagus: engine. It includes support for playing over the internet/LAN, stratagus: or playing a computer opponent. The engine is configurable and can -stratagus: be used to create games with a wide-range of features specific to +stratagus: be used to create games with a wide range of features specific to stratagus: your needs. stratagus: stratagus: diff --git a/games/stratagus/stratagus.SlackBuild b/games/stratagus/stratagus.SlackBuild index cff95dbb83..290517022b 100644 --- a/games/stratagus/stratagus.SlackBuild +++ b/games/stratagus/stratagus.SlackBuild @@ -16,6 +16,8 @@ # Build option notes: # - technically libmikmod is optional, but it's a small lib with no deps # of its own. Games might need it, better to make it a hard dep. +# - fluidsynth is also technically optional, but the #1 use for +# stratagus is to play wargus, which requires it. # - upx is disabled, it's only used for packing the stratagus executable, # which we don't do in SlackBuilds. # - touchscreen support is disabled. I have no hardware to test it on, @@ -24,7 +26,7 @@ # command below. PRGNAM=stratagus -VERSION=${VERSION:-2.2.7} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/stratagus/stratagus.info b/games/stratagus/stratagus.info index 656f5b55db..82cf23c527 100644 --- a/games/stratagus/stratagus.info +++ b/games/stratagus/stratagus.info @@ -1,10 +1,10 @@ PRGNAM="stratagus" -VERSION="2.2.7" +VERSION="2.3.0" HOMEPAGE="http://stratagus.com/" -DOWNLOAD="https://launchpad.net/stratagus/trunk/2.2.7/+download/stratagus_2.2.7.orig.tar.gz" -MD5SUM="48181bf0234d0a2ee4b0e08ae1841477" +DOWNLOAD="https://launchpad.net/stratagus/trunk/2.3/+download/stratagus_2.3.0.orig.tar.gz" +MD5SUM="bf64b87f387c8281350e4b54327bc95f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="tolua++ libmikmod" +REQUIRES="tolua++ libmikmod fluidsynth" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |