summaryrefslogtreecommitdiffstats
path: root/graphics/whyteboard
diff options
context:
space:
mode:
author B. Watson2017-03-21 04:55:58 +0100
committer David Spencer2017-03-25 14:28:04 +0100
commitd23c0b59cf808a5debb43ca23faaed1c3054bbd5 (patch)
tree3be25d046b070e1264f33b8a3773b1819b797f6a /graphics/whyteboard
parent84a05fb37e2ec3bd529da22cfc9d07b82f04a545 (diff)
downloadold.slackbuilds-d23c0b59cf808a5debb43ca23faaed1c3054bbd5.tar.gz
graphics/whyteboard: Make .desktop validate, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/whyteboard')
-rw-r--r--graphics/whyteboard/whyteboard.SlackBuild4
-rw-r--r--graphics/whyteboard/whyteboard.desktop2
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/whyteboard/whyteboard.SlackBuild b/graphics/whyteboard/whyteboard.SlackBuild
index 917f2e87c9..ad939eec6e 100644
--- a/graphics/whyteboard/whyteboard.SlackBuild
+++ b/graphics/whyteboard/whyteboard.SlackBuild
@@ -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=""
diff --git a/graphics/whyteboard/whyteboard.desktop b/graphics/whyteboard/whyteboard.desktop
index 3154e4a44e..aebbd1c561 100644
--- a/graphics/whyteboard/whyteboard.desktop
+++ b/graphics/whyteboard/whyteboard.desktop
@@ -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