From 595ddaa1760e1d7ece7234ceae2253a59ba067a5 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 17 Aug 2017 14:27:53 +0200 Subject: network/spice-gtk: Updated for version 0.34. Signed-off-by: Matteo Bernardini --- network/spice-gtk/spice-gtk.SlackBuild | 10 +++++----- network/spice-gtk/spice-gtk.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'network') 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 Pisa, Italy +# Copyright 2013-2017 Matteo Bernardini 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" -- cgit v1.2.3