system/virt-viewer: Updated for version 0.5.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
10ed3fc39c
commit
39e0617de0
|
@ -6,6 +6,6 @@ display of a libvirt guest OS. It is intended as a replacement for
|
|||
the traditional vncviewer client, since the latter does not support
|
||||
SSL/TLS encryption of x509 certificate authentication.
|
||||
|
||||
Optional dependencies are spice and libvirt. If built without
|
||||
libvirt (>= 0.9.7), this package will only contain the
|
||||
This software requires gtk-vnc, and optionally, spice. If built
|
||||
without libvirt (>= 0.9.7), this package will only contain the
|
||||
remote-viewer client, a simple VNC/SPICE viewer.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/appliactions >/dev/null 2>&1
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
|
@ -7,3 +7,7 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|
@ -14,6 +14,6 @@ virt-viewer: display of a libvirt guest OS. It is intended as a replacement for
|
|||
virt-viewer: the traditional vncviewer client, since the latter does not support
|
||||
virt-viewer: SSL/TLS encryption of x509 certificate authentication.
|
||||
virt-viewer:
|
||||
virt-viewer: homepage: http://virt-manager.org
|
||||
virt-viewer:
|
||||
virt-viewer:
|
||||
virt-viewer: This software requires gtk-vnc, and optionally, spice. If built
|
||||
virt-viewer: without libvirt (>= 0.9.7), this package will only contain the
|
||||
virt-viewer: remote-viewer client, a simple VNC/SPICE viewer.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Zak B. Elep, <zakame@zakame.net>
|
||||
|
||||
PRGNAM=virt-viewer
|
||||
VERSION=${VERSION:-0.5.4}
|
||||
VERSION=${VERSION:-0.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="virt-viewer"
|
||||
VERSION="0.5.4"
|
||||
VERSION="0.5.5"
|
||||
HOMEPAGE="http://virt-manager.org"
|
||||
DOWNLOAD="http://virt-manager.org/download/sources/virt-viewer/virt-viewer-0.5.4.tar.gz"
|
||||
MD5SUM="43c269da571e65b12421b6fc9f871e98"
|
||||
DOWNLOAD="http://virt-manager.org/download/sources/virt-viewer/virt-viewer-0.5.5.tar.gz"
|
||||
MD5SUM="a5516d33a29df5d135611c4667c03f77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtk-vnc"
|
||||
REQUIRES="gtk-vnc %README%"
|
||||
MAINTAINER="Zak B. Elep"
|
||||
EMAIL="zakame@zakame.net"
|
||||
|
|
Loading…
Reference in New Issue