summaryrefslogtreecommitdiffstats
path: root/network
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
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')
-rw-r--r--network/spice-gtk/spice-gtk.SlackBuild10
-rw-r--r--network/spice-gtk/spice-gtk.info6
2 files changed, 8 insertions, 8 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"
diff --git a/network/spice-gtk/spice-gtk.info b/network/spice-gtk/spice-gtk.info
index b40ca6351a..9b71e8251d 100644
--- a/network/spice-gtk/spice-gtk.info
+++ b/network/spice-gtk/spice-gtk.info
@@ -1,8 +1,8 @@
PRGNAM="spice-gtk"
-VERSION="0.33"
+VERSION="0.34"
HOMEPAGE="https://www.spice-space.org"
-DOWNLOAD="https://www.spice-space.org/download/gtk/spice-gtk-0.33.tar.bz2"
-MD5SUM="19e1b9aa6c59cab776ba5aa633491b7e"
+DOWNLOAD="https://www.spice-space.org/download/gtk/spice-gtk-0.34.tar.bz2"
+MD5SUM="ec01b0b50337aa23f0566423b2f83109"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice vala"