spice-protocol: update to 0.12.14.
Closes #15082. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
e5e4d07891
commit
1939d57a15
|
@ -1,12 +1,16 @@
|
|||
# Template file for 'spice-protocol'
|
||||
pkgname=spice-protocol
|
||||
version=0.12.13
|
||||
version=0.12.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--datarootdir=/usr/lib"
|
||||
wrksrc="spice-protocol-v${version}"
|
||||
build_style=meson
|
||||
short_desc="SPICE protocol headers"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.spice-space.org/"
|
||||
license="BSD"
|
||||
distfiles="http://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
||||
checksum=89ee11b202d2268e061788e6ace114e1ff18c7620ae64d1ca3aba252ee7c9933
|
||||
distfiles="https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v${version}/spice-protocol-v${version}.tar.gz"
|
||||
checksum=75989bed1bf8e8d163b4c4581e426199a5ad4155ace513b3344d13f0ddf462df
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue