mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
1f711d76b3
commit
7012a58ef0
2 changed files with 2 additions and 4 deletions
|
@ -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=""
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue