Looks like upstream requires libcanberra now (emails spam-control-truncated). commit 2e590cb26 Author: Fushan Wen <qydwhotmail@> AuthorDate: Fri Dec 9 23:03:56 2022 +0800 Commit: Fushan Wen <qydwhotmail@> CommitDate: Thu Jan 19 12:37:45 2023 +0000 kaccess: port to libcanberra This allows to fall back to xdg bell sound when the current custom sound path is invalid. In CMakeLists.txt: @@ -162,6 +162,11 @@ if(X11_FOUND) set(HAVE_X11 1) endif() +find_package(Canberra) +set_package_properties(Canberra PROPERTIES + PURPOSE "Support audible bell in kaccess" + TYPE REQUIRED) +
I do not advise using Plasma 9999 branch in the foreseeable future. A lot of breakage is expected while KF6 is a moving target that Plasma is being rebased against.
Thanks, not just that: Phonon is unused now. I am going to drop it even before my MR is accepted upstream since master is going to break heavily in the coming days (at least past 5.27.2 tag).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=da592dbf9fca6141c86c19a38493e66341ca438c commit da592dbf9fca6141c86c19a38493e66341ca438c Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-02-23 19:44:37 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-02-23 19:44:37 +0000 kde-plasma/plasma-desktop: Update dependencies Upstream commit 2e590cb264f5c2ae068423ed575d73198c7f3c69 See also: https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1398 Thanks-to: Duncan <1i5t5.duncan@cox.net> Closes: https://bugs.gentoo.org/891853 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)