mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/openarena: Make .desktop validate, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
81c49244e0
commit
3c76d283a6
3 changed files with 3 additions and 5 deletions
|
@ -5,6 +5,5 @@ Comment="Run an OpenArena server"
|
|||
Exec=/usr/games/openarena-server
|
||||
Icon=/usr/share/pixmaps/openarena-server.png
|
||||
Terminal=true
|
||||
MultipleArgs=false
|
||||
Type=Application
|
||||
Categories=Network;
|
||||
|
|
|
@ -30,7 +30,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -44,8 +44,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
DOCS="CHANGES COPYING CREDITS LINUXNOTES README WENEED readme_085.txt \
|
||||
readme_088.txt $CWD/$PRGNAM.SlackBuild"
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -5,6 +5,5 @@ Comment="An open source Quake3-based FPS game"
|
|||
Exec=/usr/games/openarena
|
||||
Icon=/usr/share/pixmaps/openarena.png
|
||||
Terminal=false
|
||||
MultipleArgs=false
|
||||
Type=Application
|
||||
Categories=Game;ActionGame;
|
||||
|
|
Loading…
Reference in a new issue