spice-vdagent: update to 0.22.1;adopt.
This commit is contained in:
parent
ec41bfd813
commit
886974580a
1 changed files with 7 additions and 3 deletions
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'spice-vdagent'
|
# Template file for 'spice-vdagent'
|
||||||
pkgname=spice-vdagent
|
pkgname=spice-vdagent
|
||||||
version=0.19.0
|
version=0.22.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
# The test-session-info test fails for unknown reasons (see:
|
||||||
|
# https://gitlab.freedesktop.org/spice/linux/vd_agent/-/issues/24).
|
||||||
|
make_check_args="XFAIL_TESTS=tests/test-session-info"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
|
makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
|
||||||
libXinerama-devel libpciaccess-devel spice-protocol desktop-file-utils
|
libXinerama-devel libpciaccess-devel spice-protocol desktop-file-utils
|
||||||
alsa-lib-devel libdrm-devel"
|
alsa-lib-devel libdrm-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
|
checkdepends="procps-ng"
|
||||||
short_desc="Spice agent for Linux"
|
short_desc="Spice agent for Linux"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://spice-space.org/"
|
homepage="https://spice-space.org/"
|
||||||
distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
|
checksum=93b0d15aca4762cc7d379b179a7101149dbaed62b72112fffb2b3e90b11687a0
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install
|
make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue