diff --git a/srcpkgs/kactivities5/template b/srcpkgs/kactivities5/template index 8c929146387..8646a7ba8c0 100644 --- a/srcpkgs/kactivities5/template +++ b/srcpkgs/kactivities5/template @@ -1,12 +1,13 @@ # Template file for 'kactivities5' pkgname=kactivities5 version=5.29.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF" wrksrc="${pkgname%5}-${version}" hostmakedepends="extra-cmake-modules" makedepends="boost-devel kio-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" +depends="qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" short_desc="KDE API for using and interacting with the Activity Manager" maintainer="Denis Revin " license="LGPL-2" diff --git a/srcpkgs/plasma-framework/template b/srcpkgs/plasma-framework/template index 0e3aa025c9a..d9174a698d1 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"