diff options
-rw-r--r-- | games/fgo/CHANGELOG | 3 | ||||
-rw-r--r-- | games/fgo/fgo.SlackBuild | 8 | ||||
-rw-r--r-- | games/fgo/fgo.info | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/games/fgo/CHANGELOG b/games/fgo/CHANGELOG index e9d2134fa1..0f7fa44ea3 100644 --- a/games/fgo/CHANGELOG +++ b/games/fgo/CHANGELOG @@ -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). diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild index 9f4b5d61d9..890cb401ac 100644 --- a/games/fgo/fgo.SlackBuild +++ b/games/fgo/fgo.SlackBuild @@ -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 diff --git a/games/fgo/fgo.info b/games/fgo/fgo.info index 22e5146299..14ae81bc5e 100644 --- a/games/fgo/fgo.info +++ b/games/fgo/fgo.info @@ -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" |