From 7ae7f66cb1b319dd5dc4a6d23704febb39002604 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Mon, 27 Feb 2017 19:51:26 +0400 Subject: [PATCH] plasma-framework: fix deps --- srcpkgs/plasma-framework/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/plasma-framework/template b/srcpkgs/plasma-framework/template index 0e3aa025c9..d9174a698d 100644 --- a/srcpkgs/plasma-framework/template +++ b/srcpkgs/plasma-framework/template @@ -1,11 +1,12 @@ # Template file for 'plasma-framework' pkgname=plasma-framework version=5.29.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules pkg-config" makedepends="kactivities5-devel kdeclarative-devel kdoctools-devel" +depends="qt5-quickcontrols qt5-graphicaleffects qt5-multimedia" short_desc="Foundational libraries, components, and tools of the Plasma workspaces" maintainer="Denis Revin " license="LGPL-2"