|
@ -383,7 +383,7 @@ fn_deps_build_debian(){ |
|
|
# Battlefield: Vietnam |
|
|
# Battlefield: Vietnam |
|
|
elif [ "${shortname}" == "bfv" ]; then |
|
|
elif [ "${shortname}" == "bfv" ]; then |
|
|
array_deps_required+=( libncurses5:i386 libstdc++5:i386 ) |
|
|
array_deps_required+=( libncurses5:i386 libstdc++5:i386 ) |
|
|
# Battlefield 1942, Counter-Strike: Source, Garry's Mod, No More Room in Hell, Source Forts Classic, Zombie Master Reborn and Zombie Panic: Source |
|
|
# Battlefield 1942, Counter-Strike: Source, Garry's Mod, No More Room in Hell, Source Forts Classic, Zombie Master Reborn and Zombie Panic: Source |
|
|
elif [ "${shortname}" == "bf1942" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "sfc" ]||[ "${shortname}" == "zmr" ]||[ "${shortname}" == "zps" ]; then |
|
|
elif [ "${shortname}" == "bf1942" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "sfc" ]||[ "${shortname}" == "zmr" ]||[ "${shortname}" == "zps" ]; then |
|
|
if [ "${arch}" == "x86_64" ]; then |
|
|
if [ "${arch}" == "x86_64" ]; then |
|
|
array_deps_required+=( libtinfo5:i386 ) |
|
|
array_deps_required+=( libtinfo5:i386 ) |
|
@ -447,6 +447,7 @@ fn_deps_build_debian(){ |
|
|
# Wurm: Unlimited |
|
|
# Wurm: Unlimited |
|
|
elif [ "${shortname}" == "wurm" ]; then |
|
|
elif [ "${shortname}" == "wurm" ]; then |
|
|
array_deps_required+=( xvfb ) |
|
|
array_deps_required+=( xvfb ) |
|
|
|
|
|
# Post Scriptum |
|
|
elif [ "${shortname}" == "pstbs" ]; then |
|
|
elif [ "${shortname}" == "pstbs" ]; then |
|
|
array_deps_required+=( libgconf-2-4 ) |
|
|
array_deps_required+=( libgconf-2-4 ) |
|
|
fi |
|
|
fi |
|
@ -495,7 +496,7 @@ fn_deps_build_redhat(){ |
|
|
# Battlefield: Vietnam |
|
|
# Battlefield: Vietnam |
|
|
elif [ "${shortname}" == "bfv" ]; then |
|
|
elif [ "${shortname}" == "bfv" ]; then |
|
|
array_deps_required+=( compat-libstdc++-33.i686 glibc.i686 ) |
|
|
array_deps_required+=( compat-libstdc++-33.i686 glibc.i686 ) |
|
|
# Battlefield 1942, Counter-Strike: Source, Garry's Mod, No More Room in Hell, Source Forts Classic, Zombie Master Reborn and Zombie Panic: Source |
|
|
# Battlefield 1942, Counter-Strike: Source, Garry's Mod, No More Room in Hell, Source Forts Classic, Zombie Master Reborn and Zombie Panic: Source |
|
|
elif [ "${shortname}" == "bf1942" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "sfc" ]||[ "${shortname}" == "zmr" ]||[ "${shortname}" == "zps" ]; then |
|
|
elif [ "${shortname}" == "bf1942" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "nmrih" ]||[ "${shortname}" == "sfc" ]||[ "${shortname}" == "zmr" ]||[ "${shortname}" == "zps" ]; then |
|
|
array_deps_required+=( ncurses-libs.i686 ) |
|
|
array_deps_required+=( ncurses-libs.i686 ) |
|
|
# Brainbread 2, Don't Starve Together & Team Fortress 2 |
|
|
# Brainbread 2, Don't Starve Together & Team Fortress 2 |
|
@ -555,6 +556,7 @@ fn_deps_build_redhat(){ |
|
|
# Wurm: Unlimited |
|
|
# Wurm: Unlimited |
|
|
elif [ "${shortname}" == "wurm" ]; then |
|
|
elif [ "${shortname}" == "wurm" ]; then |
|
|
array_deps_required+=( xorg-x11-server-Xvfb ) |
|
|
array_deps_required+=( xorg-x11-server-Xvfb ) |
|
|
|
|
|
# Post Scriptum |
|
|
elif [ "${shortname}" == "pstbs" ]; then |
|
|
elif [ "${shortname}" == "pstbs" ]; then |
|
|
array_deps_required+=( GConf2 ) |
|
|
array_deps_required+=( GConf2 ) |
|
|
fi |
|
|
fi |
|
|