From 50001163a0c5df4bed7d6f472e8bc779389033cf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 23:39:03 +0200 Subject: [PATCH] spice-vdagent: switch to /usr. --- srcpkgs/spice-vdagent/spice-vdagent.rshlibs | 1 - srcpkgs/spice-vdagent/template | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/spice-vdagent/spice-vdagent.rshlibs b/srcpkgs/spice-vdagent/spice-vdagent.rshlibs index dfa4c899d5..ba0f2d775d 100644 --- a/srcpkgs/spice-vdagent/spice-vdagent.rshlibs +++ b/srcpkgs/spice-vdagent/spice-vdagent.rshlibs @@ -3,4 +3,3 @@ libXrandr.so.2 libXfixes.so.3 libc.so.6 libdbus-1.so.3 -libpthread.so.0 diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template index 66675826c4..2b802ca887 100644 --- a/srcpkgs/spice-vdagent/template +++ b/srcpkgs/spice-vdagent/template @@ -1,14 +1,14 @@ # Template file for 'spice-vdagent' pkgname=spice-vdagent version=0.8.1 -distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2" +revision=2 build_style=gnu-configure depends="dbus ConsoleKit-x11" makedepends="pkg-config dbus-devel libXfixes-devel libXrandr-devel spice-protocol" fulldepends="desktop-file-utils" -revision=1 short_desc="Spice agent for Linux" maintainer="Juan RP " +distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2" checksum=99ec232805a6201da78d409e6f874ff0aa6bb25e7ffe623aa77752539ae7d7ff long_desc=" Features: @@ -22,9 +22,7 @@ Features: systemd_services="${pkgname}d.service on" - - post_install() { rm -rf ${DESTDIR}/etc/rc.d - vinstall ${FILESDIR}/${pkgname}d.service 644 lib/systemd/system + vinstall ${FILESDIR}/${pkgname}d.service 644 usr/lib/systemd/system }