From 898aefc0b80079ae81a08f66a561ffc10d866ea4 Mon Sep 17 00:00:00 2001 From: Jony Date: Tue, 29 Sep 2020 12:35:59 -0700 Subject: [PATCH] wayvnc: update to 0.3.1. --- common/shlibs | 2 +- srcpkgs/wayvnc/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index ded49667426..7c63043f976 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3987,7 +3987,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 diff --git a/srcpkgs/wayvnc/template b/srcpkgs/wayvnc/template index 4ff4c5d3afb..bf948d97827 100644 --- a/srcpkgs/wayvnc/template +++ b/srcpkgs/wayvnc/template @@ -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 " 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"