diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 23:40:42 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:59 +0000 |
commit | a88489628eebbea2641bfe484082e9dab0d3ee07 (patch) | |
tree | f25a8b5facfc34692027e5348fd5215b2aa0e303 /graphics | |
parent | f12d1c164d8059ade4cfe521e9e86242e2ea383d (diff) | |
download | slackbuilds-a88489628eebbea2641bfe484082e9dab0d3ee07.tar.gz |
graphics/HotShots: 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/HotShots/HotShots.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/HotShots/hotshots.desktop | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/HotShots/HotShots.SlackBuild b/graphics/HotShots/HotShots.SlackBuild index 0385ae28ab..a7d610a276 100644 --- a/graphics/HotShots/HotShots.SlackBuild +++ b/graphics/HotShots/HotShots.SlackBuild @@ -11,7 +11,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 @@ -22,8 +22,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/graphics/HotShots/hotshots.desktop b/graphics/HotShots/hotshots.desktop index 69ad29de2d..20836eb6e4 100644 --- a/graphics/HotShots/hotshots.desktop +++ b/graphics/HotShots/hotshots.desktop @@ -1,11 +1,10 @@ [Desktop Entry] -Version=2.0.x +Version=1.0 Name=HotShots -Comment=Screenshot manager Type=Application GenericName=Screenshot manager TryExec=hotshots Exec=hotshots -Categories=Utility;Application;Graphics; +Categories=Utility;Graphics; Icon=hotshots MimeType=application/x-hot; |