Summary: | kde-plasma/kwin-6.0.2 requires dev-qt/qtbase:6[accessibility] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | bug2017 |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, jms.gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 926828 |
Description
bug2017
2024-03-13 15:03:27 UTC
Haven't looked in-depth nor tried, but may be possible to be optional given there's #if !defined(QT_NO_ACCESSIBILITY_ATSPI_BRIDGE) #include <QtGui/private/qspiaccessiblebridge_p.h> #endif Misdetected maybe? (In reply to Ionen Wolkens from comment #1) > Haven't looked in-depth nor tried, but may be possible to be optional given > there's > > #if !defined(QT_NO_ACCESSIBILITY_ATSPI_BRIDGE) > #include <QtGui/private/qspiaccessiblebridge_p.h> > #endif > > Misdetected maybe? Or nevermind, I ended up looking at git quickly. That's not in 6.0.2 https://github.com/KDE/kwin/commit/ade5d72c3a7e2078025ecbb3c9a354c20a8d9c90 Looks simple enough to backport, guess that would make it another accessibility= USEdep. I confirm this bug The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=87ee31d4545a99ad38e76ac72d969dc4c19438fa commit 87ee31d4545a99ad38e76ac72d969dc4c19438fa Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-03-13 21:00:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-03-13 21:05:07 +0000 kde-plasma/kwin: Add dev-qt/qtbase:6[accessibility=] USEdep Upstream commit ade5d72c3a7e2078025ecbb3c9a354c20a8d9c90 Backporting to 6.0 stable branch. Bug: https://bugs.gentoo.org/926935 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../kwin-6.0.2-qtgui-accessibility-optional.patch | 41 ++++++++++++++++++++++ kde-plasma/kwin/kwin-6.0.49.9999.ebuild | 6 +++- kde-plasma/kwin/kwin-9999.ebuild | 2 +- 3 files changed, 47 insertions(+), 2 deletions(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02995e8e16cd8f164acc4ac86afcfd3675df85a4 commit 02995e8e16cd8f164acc4ac86afcfd3675df85a4 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-03-13 21:00:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-03-13 21:16:29 +0000 kde-plasma/kwin: Add dev-qt/qtbase:6[accessibility=] USEdep Upstream commit ade5d72c3a7e2078025ecbb3c9a354c20a8d9c90 Backporting to 6.0. Closes: https://bugs.gentoo.org/926935 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../kwin-6.0.2-qtgui-accessibility-optional.patch | 41 ++++++++++++++++++++++ kde-plasma/kwin/kwin-6.0.2-r1.ebuild | 6 +++- 2 files changed, 46 insertions(+), 1 deletion(-) |