summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-thumbnailers
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 06:50:30 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:27:02 +0000
commit658b4c42f1d38326fa1e96f67464c45f1b7b7e68 (patch)
tree1b0b2b516402b9cf469f090d2fec748246397436 /desktop/thunar-thumbnailers
parentbb7a0b2db9821dff1a6fdc86bbc768b465f756f8 (diff)
downloadslackbuilds-658b4c42f1d38326fa1e96f67464c45f1b7b7e68.tar.gz
slackbuilds-658b4c42f1d38326fa1e96f67464c45f1b7b7e68.tar.xz
desktop/thunar-thumbnailers: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-thumbnailers')
-rw-r--r--desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild b/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
index c1e721cddc..32c2a91088 100644
--- a/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
+++ b/desktop/thunar-thumbnailers/thunar-thumbnailers.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thunar-thumbnailers
-VERSION=0.4.1
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
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
@@ -40,8 +40,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"