system/virt-viewer: Updated for version 0.6.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Zak B. Elep 2014-03-27 01:43:13 -05:00 committed by Erik Hanson
parent 2c93d22659
commit c6a6738dde
2 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,7 @@
# Written by Zak B. Elep, <zakame@zakame.net>
PRGNAM=virt-viewer
VERSION=${VERSION:-0.5.7}
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -38,10 +38,10 @@ fi
set -e
if pkg-config --exists spice-client-gtk-2.0.pc ; then
if pkg-config --exists spice-client-gtk-2.0 ; then
GTKVERS=2.0
SPICEGTK="--with-spice-gtk"
elif pkg-config --exists spice-client-gtk-3.0.pc ; then
elif pkg-config --exists spice-client-gtk-3.0 ; then
GTKVERS=3.0
SPICEGTK="--with-spice-gtk"
else
@ -71,6 +71,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-gtk=$GTKVERS \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux \
--disable-update-mimedb \
$SPICEGTK
make

View file

@ -1,8 +1,8 @@
PRGNAM="virt-viewer"
VERSION="0.5.7"
VERSION="0.6.0"
HOMEPAGE="http://virt-manager.org"
DOWNLOAD="https://fedorahosted.org/released/virt-viewer/virt-viewer-0.5.7.tar.gz"
MD5SUM="c0d6d2de66e61df6c2ad339625c58a2a"
DOWNLOAD="https://fedorahosted.org/released/virt-viewer/virt-viewer-0.6.0.tar.gz"
MD5SUM="a3d7dd877105117e36185378ee1849ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-vnc %README%"