From 25880065032e1970c31dc7196504376181c7e0ba Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Date: Fri, 22 Jan 2021 09:39:34 +0700 Subject: [PATCH] dispcalGUI: fix crash, add python-dbus to depedencies Closes #28095 --- srcpkgs/dispcalGUI/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dispcalGUI/template b/srcpkgs/dispcalGUI/template index 60dda09a12d..1bb51316a5d 100644 --- a/srcpkgs/dispcalGUI/template +++ b/srcpkgs/dispcalGUI/template @@ -1,13 +1,13 @@ # Template file for 'dispcalGUI' pkgname=dispcalGUI version=3.8.9.3 -revision=3 +revision=4 _name="DisplayCAL" wrksrc="${_name}-${version}" build_style=python2-module hostmakedepends="python" makedepends="python-devel libXxf86vm-devel libXinerama-devel libXrandr-devel" -depends="python-numpy wxPython argyllcms" +depends="python-dbus python-numpy wxPython argyllcms" short_desc="Display Calibration and Characterization" maintainer="lemmi " license="GPL-3.0-or-later"