diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-30 05:25:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:20 +0700 |
commit | 7d290dc79686fb8eee205125494a838b322c54e6 (patch) | |
tree | d87b4efe18be11c1b1ea0ce770190505dfe83a76 /games | |
parent | d7fad12c577000647934127a9bd9184c3a818082 (diff) | |
download | slackbuilds-7d290dc79686fb8eee205125494a838b322c54e6.tar.gz |
games/ostrichriders: Updated for version 0.6.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/ostrichriders/ostrichriders.6 | 7 | ||||
-rw-r--r-- | games/ostrichriders/ostrichriders.SlackBuild | 11 | ||||
-rw-r--r-- | games/ostrichriders/ostrichriders.info | 6 | ||||
-rw-r--r-- | games/ostrichriders/ostrichriders.rst | 5 |
4 files changed, 17 insertions, 12 deletions
diff --git a/games/ostrichriders/ostrichriders.6 b/games/ostrichriders/ostrichriders.6 index a8ead48b34..a3fa422b24 100644 --- a/games/ostrichriders/ostrichriders.6 +++ b/games/ostrichriders/ostrichriders.6 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH OSTRICHRIDERS 6 "2016-08-10" "0.6.3" "SlackBuilds.org" +.TH OSTRICHRIDERS 6 "2019-11-30" "0.6.5" "SlackBuilds.org" .SH NAME ostrichriders \- clone of the arcade game "Joust" . @@ -62,6 +62,9 @@ configurable via the menu. .TP .B \fI\-l\fP <libdir> Use alternate game data directory. +.TP +.B \fI\-a\fP +Arcade mode. Reduces available options in the game menu. .UNINDENT .SH FILES .INDENT 0.0 @@ -78,7 +81,7 @@ The default player 1 and 2 controls are shown on the menu screen, but are not updated if the controls are changed using the Controls menu. .SH COPYRIGHT .sp -See the file /usr/doc/PRGNAM\-0.6.3/LICENCE for license information. +See the file /usr/doc/PRGNAM\-0.6.5/LICENCE for license information. .SH AUTHORS .sp PRGNAM was developed by Seby, Suiland, and Dennis Payne. diff --git a/games/ostrichriders/ostrichriders.SlackBuild b/games/ostrichriders/ostrichriders.SlackBuild index 288c3c3521..22ae2e2de3 100644 --- a/games/ostrichriders/ostrichriders.SlackBuild +++ b/games/ostrichriders/ostrichriders.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191130 bkw: update for v0.6.5, update man page to add new -a option + PRGNAM=ostrichriders -VERSION=${VERSION:-0.6.4} +VERSION=${VERSION:-0.6.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,11 +49,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tgz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # This stuff looks like it was included in the tarball by mistake. rm -f data/mods/sandbox/media/Thumbs.db \ diff --git a/games/ostrichriders/ostrichriders.info b/games/ostrichriders/ostrichriders.info index 5fb1075f22..55c2ef5875 100644 --- a/games/ostrichriders/ostrichriders.info +++ b/games/ostrichriders/ostrichriders.info @@ -1,8 +1,8 @@ PRGNAM="ostrichriders" -VERSION="0.6.4" +VERSION="0.6.5" HOMEPAGE="http://identicalsoftware.com/ostrichriders/" -DOWNLOAD="http://identicalsoftware.com/ostrichriders/ostrichriders-0.6.4.tgz" -MD5SUM="604db8c30b6c1bf735a92ba729d14353" +DOWNLOAD="http://identicalsoftware.com/ostrichriders/ostrichriders-0.6.5.tgz" +MD5SUM="e9aa0c42cf0911668d5085ec7289c2df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SFML" diff --git a/games/ostrichriders/ostrichriders.rst b/games/ostrichriders/ostrichriders.rst index 278b3f70d3..c8f55785c7 100644 --- a/games/ostrichriders/ostrichriders.rst +++ b/games/ostrichriders/ostrichriders.rst @@ -2,7 +2,7 @@ .. rst2man.py ostrichriders.rst > ostrichriders.6 .. rst2man.py comes from the SBo development/docutils package. -.. |version| replace:: 0.6.3 +.. |version| replace:: 0.6.5 .. |date| date:: .. converting from pod: @@ -47,6 +47,9 @@ OPTIONS *-l* <libdir> Use alternate game data directory. +*-a* + Arcade mode. Reduces available options in the game menu. + FILES ===== |