games/steam: Make zenity required rather than optional
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5490c8f681
commit
38fe8ecf20
|
@ -4,10 +4,4 @@ Steam provides the user with installation and automatic updating of games on
|
||||||
multiple computers, and community features such as friends lists and groups,
|
multiple computers, and community features such as friends lists and groups,
|
||||||
cloud saving, and in-game voice and chat functionality.
|
cloud saving, and in-game voice and chat functionality.
|
||||||
|
|
||||||
The zenity package from SBo may provide additional user feedback following
|
|
||||||
initial installation and downloda from steam, but is entirely optional.
|
|
||||||
|
|
||||||
Depending on the game being played and hardware being used, some games may
|
|
||||||
benefit by inclusion of flashplayer-plugin and btxc_dxtn packages from SBo.
|
|
||||||
|
|
||||||
A multilib installation is required to run steam.
|
A multilib installation is required to run steam.
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
PRGNAM=steam
|
PRGNAM=steam
|
||||||
VERSION=${VERSION:-1.0.0.62}
|
VERSION=${VERSION:-1.0.0.62}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://repo.steampowered.com/steam/archive/precise/steam_1.0.0.62.tar.
|
||||||
MD5SUM="91df4d6555f63c1c0cbe559f9fa95f04"
|
MD5SUM="91df4d6555f63c1c0cbe559f9fa95f04"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="OpenAL python3"
|
REQUIRES="OpenAL python3 zenity"
|
||||||
MAINTAINER="Christoph Willing"
|
MAINTAINER="Christoph Willing"
|
||||||
EMAIL="chris.willing@linux.com"
|
EMAIL="chris.willing@linux.com"
|
||||||
|
|
Loading…
Reference in New Issue