From 55e3705248a89f4fc48360d690081acef539f69e Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 28 Dec 2012 20:36:37 -0500 Subject: system/xf86-video-qxl: Updated for version 0.1.0. Signed-off-by: dsomero --- system/xf86-video-qxl/slack-desc | 4 ++-- system/xf86-video-qxl/xf86-video-qxl.SlackBuild | 28 +++++++++++++++++++++---- system/xf86-video-qxl/xf86-video-qxl.info | 6 +++--- 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 +# Copyright 2012 Matteo Bernardini , 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" -- cgit v1.2.3