spice-vdagent: remove long_desc.
This commit is contained in:
parent
0e360a52aa
commit
73276f6593
1 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spice-vdagent'
|
||||
pkgname=spice-vdagent
|
||||
version=0.14.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-init-script=systemd"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -16,15 +16,6 @@ license="GPL-3"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2"
|
||||
checksum=bbaf007615002e4636c5faa6fe6912527f2cfb518aecc9e1f903bc8b0f00767c
|
||||
long_desc="
|
||||
Features:
|
||||
* Client mouse mode (no need to grab mouse by client, no mouse lag)
|
||||
this is handled by the daemon by feeding mouse events into the kernel
|
||||
via uinput. This will only work if the active X-session is running a
|
||||
spice-vdagent process so that its resolution can be determined.
|
||||
* Automatic adjustment of the X-session resolution to the client resolution
|
||||
* Support of copy and paste (text and images) between the active X-session
|
||||
and the client"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/var
|
||||
|
|
Loading…
Reference in a new issue