Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783204 - [kde overlay] kde-plasma/plasma-workspace-9999 as of d532b56cb needs new-package layer-shell-qt
Summary: [kde overlay] kde-plasma/plasma-workspace-9999 as of d532b56cb needs new-pack...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-16 20:46 UTC by Duncan
Modified: 2021-04-16 21:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2021-04-16 20:46:02 UTC
* 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.)
Comment 1 Larry the Git Cow gentoo-dev 2021-04-16 21:35:42 UTC
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(+)