mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
spice-vdagent: update to 0.19.0.
This commit is contained in:
parent
2087e30775
commit
bbdfc70707
1 changed files with 6 additions and 7 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'spice-vdagent'
|
# Template file for 'spice-vdagent'
|
||||||
pkgname=spice-vdagent
|
pkgname=spice-vdagent
|
||||||
version=0.18.0
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
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"
|
alsa-lib-devel libdrm-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
short_desc="Spice agent for Linux"
|
short_desc="Spice agent for Linux"
|
||||||
license="GPL-3"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="http://spice-space.org/"
|
license="GPL-3.0-or-later"
|
||||||
distfiles="http://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
homepage="https://spice-space.org/"
|
||||||
checksum=80ee7ee3c7c17dbb5cb6f64d4cc0b27a9f81856b21038cbca9a007c9afdabeae
|
distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
||||||
configure_args="--sbindir=/usr/bin"
|
checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
|
||||||
|
|
||||||
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
Reference in a new issue