diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-22 12:12:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:01:01 -0500 |
commit | cd9f24c23d0de1ae5476f631dbc70ccc163598f1 (patch) | |
tree | bb0c317c81121e05dadb12bf0e151abb606cce33 /system/virt-viewer | |
parent | 04e6497cd08385e29bb153ea09b3ce072b1a6738 (diff) | |
download | slackbuilds-cd9f24c23d0de1ae5476f631dbc70ccc163598f1.tar.gz |
system/virt-viewer: Fixed dep information
Diffstat (limited to 'system/virt-viewer')
-rw-r--r-- | system/virt-viewer/README | 4 | ||||
-rw-r--r-- | system/virt-viewer/virt-viewer.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/system/virt-viewer/README b/system/virt-viewer/README index c4e3eee334..70f977c875 100644 --- a/system/virt-viewer/README +++ b/system/virt-viewer/README @@ -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. -This software requires gtk-vnc, and optionally, spice. If built -without libvirt (>= 0.9.7), this package will only contain the +Optional dependencies are spice and libvirt. If built without +libvirt (>= 0.9.7), this package will only contain the remote-viewer client, a simple VNC/SPICE viewer. diff --git a/system/virt-viewer/virt-viewer.info b/system/virt-viewer/virt-viewer.info index 803397e3c0..b1d46ba361 100644 --- a/system/virt-viewer/virt-viewer.info +++ b/system/virt-viewer/virt-viewer.info @@ -5,6 +5,6 @@ DOWNLOAD="http://virt-manager.org/download/sources/virt-viewer/virt-viewer-0.5.3 MD5SUM="69a7c6d5cbd23d478396da4883567261" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtk-vnc libvirt spice" +REQUIRES="gtk-vnc" MAINTAINER="Zak B. Elep" EMAIL="zakame@zakame.net" |