diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-12-21 11:37:41 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-21 21:27:23 +0100 |
commit | 519123ffd3eb52bf78df35b16e888da02ad485f3 (patch) | |
tree | 27ab9266bc946ae0715790a93f506c0408c0cd6e /games/megaglest/megaglest.SlackBuild | |
parent | 4fc41ff2e82edb299bc36eda26fb49d30634d681 (diff) | |
download | slackbuilds-519123ffd3eb52bf78df35b16e888da02ad485f3.tar.gz |
games/megaglest: Updated for version 3.7.1.
Noted the optional dependency vlc
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/megaglest/megaglest.SlackBuild')
-rw-r--r-- | games/megaglest/megaglest.SlackBuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/games/megaglest/megaglest.SlackBuild b/games/megaglest/megaglest.SlackBuild index 6501b9b28e..0bb57a7de9 100644 --- a/games/megaglest/megaglest.SlackBuild +++ b/games/megaglest/megaglest.SlackBuild @@ -5,8 +5,8 @@ # Written by Larry Hajali <larryhaj[at]gmail[dot]com> PRGNAM=megaglest -VERSION=${VERSION:-3.6.0.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.7.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -62,8 +62,11 @@ find . \ sed -i "/^const string glestVersionString/ s|=.*|= \"v${VERSION}\";|" \ source/glest_game/facilities/game_util.cpp -# From upstream. Fixes gcc 4.7.x compile issues. -patch -p1 < $CWD/gcc-4.7.patch +# Fix megaglest help2man when no X display is available. Use a wrapper +# script from upstream for Xvfb that create a temporary *fake* framebuffer +install -m 0755 -D $CWD/xvfb-run $TMP/$SRCDIR/bin/xvfb-run +export PATH="$PATH:$TMP/$SRCDIR/bin" +patch -p1 < $CWD/megaglest-3.6.0.2-help2man.patch mkdir build cd build |