summaryrefslogtreecommitdiffstats
path: root/network/spice-gtk/spice-gtk.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2017-08-17 14:27:53 +0200
committer Willy Sudiarto Raharjo2017-08-19 02:10:35 +0200
commit595ddaa1760e1d7ece7234ceae2253a59ba067a5 (patch)
treea5adefaf90f8128d19a2956591b1ce79aa276800 /network/spice-gtk/spice-gtk.SlackBuild
parent9a35b263d95644fd77eaf6d9a270bd025c1956db (diff)
downloadslackbuilds-595ddaa1760e1d7ece7234ceae2253a59ba067a5.tar.gz
network/spice-gtk: Updated for version 0.34.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice-gtk/spice-gtk.SlackBuild')
-rw-r--r--network/spice-gtk/spice-gtk.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild
index 9c4102fefd..0d2450e4c7 100644
--- a/network/spice-gtk/spice-gtk.SlackBuild
+++ b/network/spice-gtk/spice-gtk.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for spice-gtk
-# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org> Pisa, Italy
+# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org> Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +22,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spice-gtk
-VERSION=${VERSION:-0.33}
+VERSION=${VERSION:-0.34}
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
@@ -39,8 +39,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"