ham/linpsk: 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:
B. Watson 2017-03-21 00:21:20 -04:00 committed by David Spencer
parent 9e97674042
commit 3b3a606290
2 changed files with 4 additions and 6 deletions

View file

@ -27,7 +27,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i586 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
@ -38,8 +38,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -3,13 +3,11 @@ Name=LinPSK
Name[en_US]=LinPSK Name[en_US]=LinPSK
Comment=PSK31 for Linux Comment=PSK31 for Linux
Comment[en_US]=PSK31 for Linux Comment[en_US]=PSK31 for Linux
Encoding=UTF-8
Exec=linpsk Exec=linpsk
Icon=linpsk Icon=linpsk
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
TerminalOptions=
Type=Application Type=Application
Categories=Application;HamRadio; Categories=HamRadio;
X-DCOP-ServiceType=none X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false X-KDE-SubstituteUID=false