Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878541 - dev-util/kdevelop can optionally depends on QtWebKit instead of QtWebEngine
Summary: dev-util/kdevelop can optionally depends on QtWebKit instead of QtWebEngine
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-28 15:28 UTC by Liu Yujie
Modified: 2022-10-28 15:45 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 Liu Yujie 2022-10-28 15:28:51 UTC
As described in https://invent.kde.org/kdevelop/kdevelop#optional-dependencies , kdevelop can use QtWebKit for documentation rendering instead of QtWebEngine:
'To use QtWebKit instead of QtWebEngine for documentation rendering when both are available, add -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON to the CMake arguments'

And current kdevelop package already to similar things for optionally depending on subversion:
'$(cmake_use_find_package subversion SubversionLibrary)'

can we have a flag to avoid the use of QtWebEngine?
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-28 15:35:07 UTC
No, we can't. We had qtwebkit in tree and got rid of it as it was unmaintained upstream and full of vulnerabilities.
Comment 2 Andreas Sturmlechner gentoo-dev 2022-10-28 15:35:36 UTC
Do you see QtWebKit anywhere in ::gentoo?
Comment 3 Liu Yujie 2022-10-28 15:45:24 UTC
No ,I don't, sorry
I just really want to get rid of QtWebEngine and forget to check that, my bad