From 20c5e9e5ebebb085c651b385e47e04dd24fd718e Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sun, 28 Mar 2021 12:57:24 +0200 Subject: [PATCH] plasma-systemmonitor: add missing runtime dependencies --- srcpkgs/plasma-systemmonitor/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/plasma-systemmonitor/template b/srcpkgs/plasma-systemmonitor/template index 3e62a192928..e57ccefd171 100644 --- a/srcpkgs/plasma-systemmonitor/template +++ b/srcpkgs/plasma-systemmonitor/template @@ -1,11 +1,12 @@ # Template file for 'plasma-systemmonitor' pkgname=plasma-systemmonitor version=5.21.3 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules gettext qt5-host-tools qt5-qmake kconfig kcoreaddons" makedepends="kirigami2-devel libksysguard-devel kitemmodels-devel" +depends="kirigami2 qqc2-desktop-style kquickcharts ksysguard" short_desc="Application for monitoring system resources" maintainer="John " license="GPL-2.0-only OR GPL-3.0-only, LGPL-2.1-only OR LGPL-3.0-only"