summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Matteo Bernardini2017-01-28 19:02:33 +0100
committer Willy Sudiarto Raharjo2017-02-04 01:00:10 +0100
commit9a0eea64d41bb48931f8182c4f0be03bc250ebb2 (patch)
treef3f064651565b04c0b877d8c4df60b74519bd3e3 /system
parent80dc7e6f16de508746995dc5953a4703043e7ab4 (diff)
downloadslackbuilds-9a0eea64d41bb48931f8182c4f0be03bc250ebb2.tar.gz
system/xf86-video-qxl: Updated for version 0.1.5, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/xf86-video-qxl/README4
-rw-r--r--system/xf86-video-qxl/README.Xspice4
-rw-r--r--system/xf86-video-qxl/xf86-video-qxl.SlackBuild4
-rw-r--r--system/xf86-video-qxl/xf86-video-qxl.info6
4 files changed, 8 insertions, 10 deletions
diff --git a/system/xf86-video-qxl/README b/system/xf86-video-qxl/README
index f9f70ec91b..893cf65a69 100644
--- a/system/xf86-video-qxl/README
+++ b/system/xf86-video-qxl/README
@@ -1,8 +1,6 @@
-xf86-video-qxl (X.org spice qxl video driver)
-
This X.Org driver provides support for QEMU QXL paravirt video.
It's meant to be used only in your virtualized guests.
Also an Xspice X server can be built, passing the script
XSPICE=yes. This requires the optional dependency spice.
-Note that it's still experimental (=unstable)
+Note that Xspice is still experimental (=unstable).
diff --git a/system/xf86-video-qxl/README.Xspice b/system/xf86-video-qxl/README.Xspice
index 9ff95f74d9..9ab0d4475a 100644
--- a/system/xf86-video-qxl/README.Xspice
+++ b/system/xf86-video-qxl/README.Xspice
@@ -1,4 +1,4 @@
-Run server with:
+Run the server with:
export XSPICE_PORT=5900
X -noreset -config spiceqxl.xorg.conf :3.0
@@ -6,6 +6,6 @@ Or:
Xspice --config spiceqxl.xorg.conf --password mypass --port 5900 :3.0
(you can use also --disable-ticketing to disable authentication!)
-Use a spice client (like spicec) to connect.
+Use a spice client (like spicy) to connect.
Run X clients as usual by setting DISPLAY=:3.0
diff --git a/system/xf86-video-qxl/xf86-video-qxl.SlackBuild b/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
index 6c6d28c2c4..ab6853360f 100644
--- a/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
+++ b/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for xf86-video-qxl
-# Copyright 2012-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2012-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xf86-video-qxl
-VERSION=${VERSION:-0.1.4}
+VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/xf86-video-qxl/xf86-video-qxl.info b/system/xf86-video-qxl/xf86-video-qxl.info
index 5387fbc562..792baf39de 100644
--- a/system/xf86-video-qxl/xf86-video-qxl.info
+++ b/system/xf86-video-qxl/xf86-video-qxl.info
@@ -1,8 +1,8 @@
PRGNAM="xf86-video-qxl"
-VERSION="0.1.4"
+VERSION="0.1.5"
HOMEPAGE="http://spice-space.org"
-DOWNLOAD="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-0.1.4.tar.bz2"
-MD5SUM="41e234f38fe8045eef7ade83c34f6dd4"
+DOWNLOAD="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-0.1.5.tar.bz2"
+MD5SUM="addb686fce597a452eecd8d8f9fddf15"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice-protocol"