diff --git a/srcpkgs/extra-cmake-modules/template b/srcpkgs/extra-cmake-modules/template index 39d25e164e..9ca8ca8e5f 100644 --- a/srcpkgs/extra-cmake-modules/template +++ b/srcpkgs/extra-cmake-modules/template @@ -5,7 +5,7 @@ revision=1 archs=noarch build_style=cmake configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF" -hostmakedepends="kcoreaddons python-Sphinx qt5-tools" +hostmakedepends="python-Sphinx qt5-tools" depends="cmake" short_desc="Extra modules and scripts for CMake" maintainer="John " diff --git a/srcpkgs/kcoreaddons/template b/srcpkgs/kcoreaddons/template index f7960b6824..99f08dc91a 100644 --- a/srcpkgs/kcoreaddons/template +++ b/srcpkgs/kcoreaddons/template @@ -4,7 +4,7 @@ version=5.57.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" -hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools-devel" +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools-devel" makedepends="qt5-devel qt5-tools-devel" depends="shared-mime-info" short_desc="Qt5 addon library with a collection of non-GUI utilities"