summaryrefslogtreecommitdiffstats
path: root/system/virt-viewer
diff options
context:
space:
mode:
author Zak B. Elep <zakame@zakame.net>2013-05-19 09:12:50 -0400
committer dsomero <xgizzmo@slackbuilds.org>2013-05-19 09:12:50 -0400
commit39e0617de045f99fb245b6c0006b53e1f5f62ac9 (patch)
treed0a710f13043b6670f15bda37530f03433358825 /system/virt-viewer
parent10ed3fc39cf184b1af78e5dbe819c0c9cc0fcb30 (diff)
downloadslackbuilds-39e0617de045f99fb245b6c0006b53e1f5f62ac9.tar.gz
slackbuilds-39e0617de045f99fb245b6c0006b53e1f5f62ac9.tar.xz
system/virt-viewer: Updated for version 0.5.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/virt-viewer')
-rw-r--r--system/virt-viewer/README4
-rw-r--r--system/virt-viewer/doinst.sh6
-rw-r--r--system/virt-viewer/slack-desc14
-rw-r--r--system/virt-viewer/virt-viewer.SlackBuild2
-rw-r--r--system/virt-viewer/virt-viewer.info8
5 files changed, 19 insertions, 15 deletions
diff --git a/system/virt-viewer/README b/system/virt-viewer/README
index 70f977c875..c4e3eee334 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.
-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.
diff --git a/system/virt-viewer/doinst.sh b/system/virt-viewer/doinst.sh
index 40c73b8cd7..031ae07d05 100644
--- a/system/virt-viewer/doinst.sh
+++ b/system/virt-viewer/doinst.sh
@@ -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
diff --git a/system/virt-viewer/slack-desc b/system/virt-viewer/slack-desc
index c26fc34768..85fb3edbc5 100644
--- a/system/virt-viewer/slack-desc
+++ b/system/virt-viewer/slack-desc
@@ -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.
diff --git a/system/virt-viewer/virt-viewer.SlackBuild b/system/virt-viewer/virt-viewer.SlackBuild
index 9b1f3a4afa..36bc26703e 100644
--- a/system/virt-viewer/virt-viewer.SlackBuild
+++ b/system/virt-viewer/virt-viewer.SlackBuild
@@ -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}
diff --git a/system/virt-viewer/virt-viewer.info b/system/virt-viewer/virt-viewer.info
index 317a03601f..37f42a1090 100644
--- a/system/virt-viewer/virt-viewer.info
+++ b/system/virt-viewer/virt-viewer.info
@@ -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"