From dc782b4fecc603e16d3043738a551d2eb1da17d2 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 18 Apr 2016 09:01:07 +0200 Subject: system/spice-vdagent: Updated for version 0.16.0. Make xf86-video-qxl an optional dependency Signed-off-by: Matteo Bernardini --- system/spice-vdagent/README | 4 ++++ system/spice-vdagent/spice-vdagent.SlackBuild | 6 +++++- system/spice-vdagent/spice-vdagent.info | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'system') diff --git a/system/spice-vdagent/README b/system/spice-vdagent/README index 07292e9f81..e10fa4a87a 100644 --- a/system/spice-vdagent/README +++ b/system/spice-vdagent/README @@ -6,3 +6,7 @@ spice-vdagent enhanches interactions with your Linux virtual guests: - support of copy and paste - limited support for multiple displays using Xinerama - full support for multiple displays using Xrandr + +as this is meant to be installed on a kvm guest using spice, you +might want to use it alongside xf86-video-qxl installed on the same +vm. diff --git a/system/spice-vdagent/spice-vdagent.SlackBuild b/system/spice-vdagent/spice-vdagent.SlackBuild index 2b6003ef1b..e35b942854 100644 --- a/system/spice-vdagent/spice-vdagent.SlackBuild +++ b/system/spice-vdagent/spice-vdagent.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice-vdagent -VERSION=${VERSION:-0.12.0} +VERSION=${VERSION:-0.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ + --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux @@ -86,6 +87,9 @@ make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + # Install an init script and an X.org configuration file install -m 0755 -D $CWD/files/rc.spice-vdagent \ $PKG/etc/rc.d/rc.spice-vdagent.new diff --git a/system/spice-vdagent/spice-vdagent.info b/system/spice-vdagent/spice-vdagent.info index 10de6d1b70..21159b4961 100644 --- a/system/spice-vdagent/spice-vdagent.info +++ b/system/spice-vdagent/spice-vdagent.info @@ -1,10 +1,10 @@ PRGNAM="spice-vdagent" -VERSION="0.12.0" +VERSION="0.16.0" HOMEPAGE="http://spice-space.org" -DOWNLOAD="http://spice-space.org/download/releases/spice-vdagent-0.12.0.tar.bz2" -MD5SUM="a7de4d6682099b7af9c289ef3e2996f7" +DOWNLOAD="http://www.spice-space.org/download/releases/spice-vdagent-0.16.0.tar.bz2" +MD5SUM="e1d8e79456045054843db14b9635a4ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="spice xf86-video-qxl" +REQUIRES="spice" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" -- cgit v1.2.3