From 269c59a95bebab0df6ed23b2c4e32e4aa30ae36b Mon Sep 17 00:00:00 2001 From: Wayne Van Son Date: Thu, 10 Dec 2020 07:00:33 +0000 Subject: [PATCH] zoom: adds missing xcb-utils-* dependencies --- srcpkgs/zoom/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template index 65c56f37bb1..5c6ff82e7a6 100644 --- a/srcpkgs/zoom/template +++ b/srcpkgs/zoom/template @@ -1,11 +1,14 @@ # Template file for 'zoom' pkgname=zoom version=5.4.54779.1115 -revision=1 +revision=2 archs="x86_64" wrksrc=zoom create_wrksrc=yes -depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')" +depends=" + $(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative') + xcb-util-image xcb-util-keysyms +" short_desc="Video Conferencing and Web Conferencing Service" maintainer="Daniel Santana " license="custom:Proprietary"