wayvnc: update to 0.3.1.
This commit is contained in:
parent
1b27311f5e
commit
61f192804d
2 changed files with 4 additions and 4 deletions
|
@ -3985,7 +3985,7 @@ libocl.so.2019.07 opencamlib-2019.07_1
|
|||
libcglm.so.0 cglm-0.7.6_1
|
||||
libfcft.so.3 fcft-2.2.2_1
|
||||
libaml.so.0 aml-0.1.0_1
|
||||
libneatvnc.so.0 neatvnc-0.2.0_1
|
||||
libneatvnc.so.0 neatvnc-0.3.2_1
|
||||
libtdjson.so.1.6.0 libtd-1.6.0_1
|
||||
libJudy.so.1 judy-1.0.5_1
|
||||
libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'wayvnc'
|
||||
pkgname=wayvnc
|
||||
version=0.2.0
|
||||
version=0.3.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config ninja wayland-devel"
|
||||
hostmakedepends="pkg-config ninja scdoc wayland-devel"
|
||||
makedepends="aml-devel neatvnc-devel libgbm gnutls-devel zlib-devel wayland-devel libjpeg-turbo-devel libdrm-devel pixman-devel libxkbcommon-devel"
|
||||
short_desc="VNC server for wlroots based Wayland compositors"
|
||||
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/any1/wayvnc"
|
||||
distfiles="https://github.com/any1/wayvnc/archive/v${version}.tar.gz"
|
||||
checksum=a4ee6f49a821b326e89b2534048687330bc84ed3984499ab2cf39422517fb731
|
||||
checksum=7b68af5bfa5e19352aaa5140e6c2418f90bfe6a949775bd236b06796c56e27f5
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
|
|
Loading…
Reference in a new issue