* commit d532b56cb | Author: Aleix Pol <aleixpol@kde.org> | AuthorDate: Wed Apr 7 15:47:08 2021 +0200 | Commit: Aleix Pol Gonzalez <aleixpol@kde.org> | CommitDate: Thu Apr 15 22:27:26 2021 +0000 | | ksplash: Use LayerShellQt instead of KWayland::Client::PlasmaShell With that the plasma-workspace build errors out in configure phase with: CMake Error at CMakeLists.txt:81 (find_package): Could not find a package configuration file provided by "LayerShellQt" with any of the following names: LayerShellQtConfig.cmake layershellqt-config.cmake Apparently gentoo/kde doesn't package layer-shell-qt yet, but ddg finds it on kde's github mirror at https://github.com/KDE/layer-shell-qt and bugs.kde already has a component for it, despite its initializing commit apparently being all of 16 days ago on April 1st. (kscreenlocker has the same problem but that'll be a different bug.)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=4400b6307165ca28562106da64c734eafe860147 commit 4400b6307165ca28562106da64c734eafe860147 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-04-16 21:29:45 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-04-16 21:33:28 +0000 kde-plasma/plasma-workspace: Add new DEPEND kde-plasma/layer-shell-qt Thanks-to: Duncan <1i5t5.duncan@cox.net> Closes: https://bugs.gentoo.org/783204 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 1 + 1 file changed, 1 insertion(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba2b9a48b92ff78278e08337a7e52333218f3860 commit ba2b9a48b92ff78278e08337a7e52333218f3860 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-04-16 21:26:05 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-04-16 21:33:25 +0000 kde-plasma/layer-shell-qt: New package Bug: https://bugs.gentoo.org/783204 Bug: https://bugs.gentoo.org/783210 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../layer-shell-qt/layer-shell-qt-9999.ebuild | 30 ++++++++++++++++++++++ kde-plasma/layer-shell-qt/metadata.xml | 8 ++++++ 2 files changed, 38 insertions(+)