From 1db7393829e0aa87677a4fd6b02cd956bc7eb166 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 4 Aug 2016 22:24:12 -0700 Subject: games/chromium-bsu: Updated for version 0.9.16 Signed-off-by: Larry Hajali --- games/chromium-bsu/README | 2 ++ games/chromium-bsu/chromium-bsu.SlackBuild | 10 +++++----- games/chromium-bsu/chromium-bsu.info | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'games/chromium-bsu') diff --git a/games/chromium-bsu/README b/games/chromium-bsu/README index ef7b2bb294..c7b2a686cb 100644 --- a/games/chromium-bsu/README +++ b/games/chromium-bsu/README @@ -1,2 +1,4 @@ Chromium B.S.U. is a fast paced, arcade-style, top-scrolling shooter. It uses OpenGL for graphics, and OpenAL for sound effects. + +Optional dependencies: ftgl, SDL2_mixer and SDL2_image diff --git a/games/chromium-bsu/chromium-bsu.SlackBuild b/games/chromium-bsu/chromium-bsu.SlackBuild index f8adb1cac7..c08acd4fa6 100644 --- a/games/chromium-bsu/chromium-bsu.SlackBuild +++ b/games/chromium-bsu/chromium-bsu.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for chromium # # Copyright 2007 Niklas "Nille" Åkerström -# Copyright 2014 Larry Hajali +# Copyright 2014-2016 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # Modified by Erik Hanson PRGNAM=chromium-bsu -VERSION=${VERSION:-0.9.15.1} +VERSION=${VERSION:-0.9.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -85,8 +85,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; -cp \ - AUTHORS ChangeLog COPYING NEWS README* data/doc/*.htm \ +cp -a \ + AUTHORS ChangeLog COPYING NEWS README* data/doc/*.html \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/chromium-bsu/chromium-bsu.info b/games/chromium-bsu/chromium-bsu.info index b228aa2e12..e2b0166bb9 100644 --- a/games/chromium-bsu/chromium-bsu.info +++ b/games/chromium-bsu/chromium-bsu.info @@ -1,8 +1,8 @@ PRGNAM="chromium-bsu" -VERSION="0.9.15.1" +VERSION="0.9.16" HOMEPAGE="http://chromium-bsu.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/chromium-bsu/chromium-bsu-0.9.15.1.tar.gz" -MD5SUM="bd332a890ae9e5115f2808198a51a92b" +DOWNLOAD="http://downloads.sourceforge.net/chromium-bsu/chromium-bsu-0.9.16.tar.gz" +MD5SUM="3d3fb58fa0503061605f51a0c2563bad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="freealut quesoglc libglpng" -- cgit v1.2.3