summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 23:55:58 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:28:04 +0000
commit7012a58ef0e36479ca736f73d766da125600b881 (patch)
treeb2c814b5a8fac6842dd258edfa2417dbd4c5b9a9 /graphics
parent1f711d76b3cca3dd188cd74e6f3944fd77578515 (diff)
downloadslackbuilds-7012a58ef0e36479ca736f73d766da125600b881.tar.gz
slackbuilds-7012a58ef0e36479ca736f73d766da125600b881.tar.xz
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')
-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