commit d610b7957 (HEAD, refs/git-r3/kde-plasma/kscreenlocker/5/__old__, refs/git-r3/kde-plasma/kscreenlocker/5/__main__, refs/git-r3/HEAD) Author: Aleix Pol <aleixpol@kde.org> AuthorDate: Mon Jan 11 15:19:11 2021 +0100 Commit: Aleix Pol <aleixpol@kde.org> CommitDate: Tue Apr 13 04:41:18 2021 +0200 Use LayerShellQt to implement on Wayland With that the kscreenlocker build errors out in configure phase with: CMake Error at CMakeLists.txt:88 (find_package): By not providing "FindLayerShellQt.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LayerShellQt", but CMake did not find one. 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. (plasma-workspace has the same problem but that's just filed as bug #783204.)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=b041575be15419902144b0a6e29d38720be6f588 commit b041575be15419902144b0a6e29d38720be6f588 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-04-16 21:30:23 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-04-16 21:33:28 +0000 kde-plasma/kscreenlocker: Add new DEPEND kde-plasma/layer-shell-qt Thanks-to: Duncan <1i5t5.duncan@cox.net> Closes: https://bugs.gentoo.org/783210 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-plasma/kscreenlocker/kscreenlocker-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(+)