summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-12-28 20:36:37 -0500
committer dsomero <xgizzmo@slackbuilds.org>2012-12-29 22:25:35 -0500
commit55e3705248a89f4fc48360d690081acef539f69e (patch)
treeba32d527016ff70282b172a51de62989cb1b1fa0
parentbd735c121fff6c77a3735be16816f3b325484f36 (diff)
downloadslackbuilds-55e3705248a89f4fc48360d690081acef539f69e.tar.gz
slackbuilds-55e3705248a89f4fc48360d690081acef539f69e.tar.xz
system/xf86-video-qxl: Updated for version 0.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--system/xf86-video-qxl/slack-desc4
-rw-r--r--system/xf86-video-qxl/xf86-video-qxl.SlackBuild28
-rw-r--r--system/xf86-video-qxl/xf86-video-qxl.info6
3 files changed, 29 insertions, 9 deletions
diff --git a/system/xf86-video-qxl/slack-desc b/system/xf86-video-qxl/slack-desc
index 0f48f46958..620dd0c2b9 100644
--- a/system/xf86-video-qxl/slack-desc
+++ b/system/xf86-video-qxl/slack-desc
@@ -1,12 +1,12 @@
# 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
+# 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------------------------------------------------------|
-xf86-video-qxl: xf86-video-qxl (X.org spice qxl video driver)
+xf86-video-qxl: xf86-video-qxl (X.org spice qxl video driver)
xf86-video-qxl:
xf86-video-qxl: This X.Org driver provides support for QEMU QXL paravirt video.
xf86-video-qxl: It's meant to be used in your virtualized guests.
diff --git a/system/xf86-video-qxl/xf86-video-qxl.SlackBuild b/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
index 7848b6f6ff..48f9b20b1a 100644
--- a/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
+++ b/system/xf86-video-qxl/xf86-video-qxl.SlackBuild
@@ -1,10 +1,28 @@
#!/bin/sh
# Slackware build script for xf86-video-qxl
-# written by Matteo Bernardini <ponce@slackbuilds.org>
+# Copyright 2012 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xf86-video-qxl
-VERSION=${VERSION:-20120823_a261bef}
+VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,9 +74,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# autogen.sh can be used in place of configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./autogen.sh \
+./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
@@ -79,7 +98,8 @@ if [ "${XSPICE:-no}" = "yes" ]; then
$PKG/etc/X11/spiceqxl.xorg.conf.new
install -m 0755 -D scripts/Xspice $PKG/usr/bin/Xspice
else
- rm -fr $PKG/usr/bin # we have nothing in bin
+ # we have nothing in bin
+ rm -fr $PKG/usr/bin
fi
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/system/xf86-video-qxl/xf86-video-qxl.info b/system/xf86-video-qxl/xf86-video-qxl.info
index 2ee79312fd..e26bf47d98 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="20120823_a261bef"
+VERSION="0.1.0"
HOMEPAGE="http://spice-space.org"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/xf86-video-qxl-20120823_a261bef.tar.xz"
-MD5SUM="1e948181f8dad6ea23d02954884f1363"
+DOWNLOAD="http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-0.1.0.tar.bz2"
+MD5SUM="3d854268744ff92751430d83b8acaeb6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice-protocol"