New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/49012#issuecomment-1985766297 Comment: ## refresh deps for kf6-purpose and plasma-browser-integration ```diff diff --git a/srcpkgs/kf6-purpose/template b/srcpkgs/kf6-purpose/template index 27e910831ca..6ff255378d4 100644 --- a/srcpkgs/kf6-purpose/template +++ b/srcpkgs/kf6-purpose/template @@ -8,7 +8,7 @@ hostmakedepends="extra-cmake-modules qt6-tools qt6-base # kaccounts-integration-devel makedepends="qt6-declarative-devel kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kirigami-devel kf6-knotifications-devel kf6-kio-devel" -depends="qt6-accounts-qml-module kaccounts-providers" +depends="qt6-accounts-qml-module" short_desc="Offers available actions for a specific purpose" maintainer="John " license="LGPL-2.1-or-later" diff --git a/srcpkgs/plasma-browser-integration/template b/srcpkgs/plasma-browser-integration/template index 0c045714c91..e3bc2a856fc 100644 --- a/srcpkgs/plasma-browser-integration/template +++ b/srcpkgs/plasma-browser-integration/template @@ -5,9 +5,11 @@ revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" -hostmakedepends="extra-cmake-modules pkg-config kpackage gettext" -makedepends="kf6-kio-devel kf6-ki18n-devel krunner-devel - plasma-workspace-devel kf6-purpose-devel kf6-kfilemetadata-devel" +hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext" +makedepends="kf6-kio-devel kf6-ki18n-devel kf6-krunner-devel + kf6-knotifications-devel kf6-kfilemetadata-devel + kf6-kstatusnotifieritem-devel kf6-kconfig-devel kf6-purpose-devel + plasma-activities-devel plasma-workspace-devel" short_desc="Integration of web browsers with the KDE Plasma 6 desktop" maintainer="John " license="GPL-3.0-or-later" ```