summaryrefslogtreecommitdiffstats
path: root/system/spice-vdagent
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2018-03-16 17:32:06 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:56 +0700
commitfd82af3286b2f729e123856b017e41c52b1d8fd1 (patch)
treefd3c458c1fa2aefcb41f019e4175ad5c2789ab73 /system/spice-vdagent
parentbbecbfe7ca5e9af42cf537bbad050afa4d52b688 (diff)
downloadslackbuilds-fd82af3286b2f729e123856b017e41c52b1d8fd1.tar.gz
slackbuilds-fd82af3286b2f729e123856b017e41c52b1d8fd1.tar.xz
system/spice-vdagent: Updated for version 0.17.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/spice-vdagent')
-rw-r--r--system/spice-vdagent/spice-vdagent.SlackBuild11
-rw-r--r--system/spice-vdagent/spice-vdagent.info6
2 files changed, 9 insertions, 8 deletions
diff --git a/system/spice-vdagent/spice-vdagent.SlackBuild b/system/spice-vdagent/spice-vdagent.SlackBuild
index e35b942854..32a454042b 100644
--- a/system/spice-vdagent/spice-vdagent.SlackBuild
+++ b/system/spice-vdagent/spice-vdagent.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/sh
# Slackware build script for spice-vdagent
-# Copyright Matteo Bernardini <ponce@slackbuilds.org>, 2012
+
+# Copyright 2012-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spice-vdagent
-VERSION=${VERSION:-0.16.0}
+VERSION=${VERSION:-0.17.0}
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 +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"
diff --git a/system/spice-vdagent/spice-vdagent.info b/system/spice-vdagent/spice-vdagent.info
index 77e2276f6e..3a5a65669f 100644
--- a/system/spice-vdagent/spice-vdagent.info
+++ b/system/spice-vdagent/spice-vdagent.info
@@ -1,8 +1,8 @@
PRGNAM="spice-vdagent"
-VERSION="0.16.0"
+VERSION="0.17.0"
HOMEPAGE="https://www.spice-space.org"
-DOWNLOAD="https://www.spice-space.org/download/releases/spice-vdagent-0.16.0.tar.bz2"
-MD5SUM="e1d8e79456045054843db14b9635a4ce"
+DOWNLOAD="https://www.spice-space.org/download/releases/spice-vdagent-0.17.0.tar.bz2"
+MD5SUM="b184791c49968a54c653de9a630df1dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice"