mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/virt-viewer: Updated for version 0.6.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2c93d22659
commit
c6a6738dde
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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%"
|
||||
|
|
Loading…
Reference in a new issue