graphics/whyteboard: 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-20 23:55:58 -04:00 committed by David Spencer
parent 1f711d76b3
commit 7012a58ef0
2 changed files with 2 additions and 4 deletions

View file

@ -29,7 +29,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
@ -42,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp}
SRCVER=$(echo $VERSION|tr -d ".")
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
LIBDIRSUFFIX=""

View file

@ -1,4 +1,3 @@
[Desktop Entry]
Exec=whyteboard
Icon=/usr/share/pixmaps/whyteboard.png
@ -7,5 +6,4 @@ Categories=Graphics;
Name=whyteboard
GenericName=
Comment=A simple pdf and image annotator
MimeType=x-whyteboard
StartupNotify=true