New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/49012#issuecomment-1984141026 Comment: - [ ] **kf6-kwallet should not** be in conflict with kwallet - [ ] rename kwallet -> kwallet5 - [ ] also remove -DBUILD_KWALLETD=OFF (as kwallet would have binary kwalletd5) --- plasma-integration was not using all kf6 packages, Fix by following patch ```diff diff --git a/srcpkgs/plasma-integration/template b/srcpkgs/plasma-integration/template index 005834a2daf..2a96444a2e5 100644 --- a/srcpkgs/plasma-integration/template +++ b/srcpkgs/plasma-integration/template @@ -7,7 +7,7 @@ configure_args="-DBUILD_TESTING=OFF -DBUILD_QT5=OFF" # XXX: Add package for qt5 hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools gettext" makedepends="kf6-kio-devel kf6-kxmlgui-devel kf6-kstatusnotifieritem-devel kwayland-devel libXcursor-devel breeze" -depends="noto-fonts-ttf font-hack-ttf breeze qqc2-desktop-style" +depends="noto-fonts-ttf font-hack-ttf breeze kf6-qqc2-desktop-style" short_desc="Theme integration plugins for the Plasma workspaces" maintainer="John " license="LGPL-2.0-or-later" ```