spice-vdagent: switch to /usr.
This commit is contained in:
parent
e933b55ea9
commit
50001163a0
2 changed files with 3 additions and 6 deletions
srcpkgs/spice-vdagent
|
@ -3,4 +3,3 @@ libXrandr.so.2
|
||||||
libXfixes.so.3
|
libXfixes.so.3
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'spice-vdagent'
|
# Template file for 'spice-vdagent'
|
||||||
pkgname=spice-vdagent
|
pkgname=spice-vdagent
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2"
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="dbus ConsoleKit-x11"
|
depends="dbus ConsoleKit-x11"
|
||||||
makedepends="pkg-config dbus-devel libXfixes-devel libXrandr-devel spice-protocol"
|
makedepends="pkg-config dbus-devel libXfixes-devel libXrandr-devel spice-protocol"
|
||||||
fulldepends="desktop-file-utils"
|
fulldepends="desktop-file-utils"
|
||||||
revision=1
|
|
||||||
short_desc="Spice agent for Linux"
|
short_desc="Spice agent for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2"
|
||||||
checksum=99ec232805a6201da78d409e6f874ff0aa6bb25e7ffe623aa77752539ae7d7ff
|
checksum=99ec232805a6201da78d409e6f874ff0aa6bb25e7ffe623aa77752539ae7d7ff
|
||||||
long_desc="
|
long_desc="
|
||||||
Features:
|
Features:
|
||||||
|
@ -22,9 +22,7 @@ Features:
|
||||||
|
|
||||||
systemd_services="${pkgname}d.service on"
|
systemd_services="${pkgname}d.service on"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/etc/rc.d
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue