Current version can be built with Qt6 already. Build system provides INTERNALBROWSER switch to avoid qtwebengine.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f7c273547240bed81dfe2cc3b843af7b86fde2 commit d5f7c273547240bed81dfe2cc3b843af7b86fde2 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2025-01-22 21:49:03 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-01-22 23:14:35 +0000 app-office/texmaker: Drop dev-qt/qtwebengine[widgets] dependency It was actually already off by default, so this is only correcting RDEPEND. Bug: https://bugs.gentoo.org/926654 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-office/texmaker/texmaker-5.1.4-r1.ebuild | 86 ++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bec75c6ae1c13ffe396e6efc5bf66386f678176 commit 6bec75c6ae1c13ffe396e6efc5bf66386f678176 Author: Nicolas PARLANT <nicolas.parlant@parhuet.fr> AuthorDate: 2025-04-03 14:36:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-26 01:15:04 +0000 app-office/texmaker: add 6.0.0, qt6 qt6 3rdparty : * pdfium (replace poppler), can't be unbundled * qtsingle, not ported to qt6 * encodingprober -> libchardet not in tree * hunspell, unbundled * synctex, unbundled with texcore required otherwise iuse : webengine for internal browser add optfeature for tools (even ghostscript-gpl) and engines rm readme.gentoo_create_doc, html_manual is available from the menu drop amd64-linux and x86-linux Closes: https://bugs.gentoo.org/926654 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41454 Closes: https://github.com/gentoo/gentoo/pull/41454 Signed-off-by: Sam James <sam@gentoo.org> app-office/texmaker/Manifest | 1 + .../texmaker-6.0.0-unbundle_hunspell_synctex.patch | 16 ++++ .../files/texmaker-6.0.0-unforce_webengine.patch | 14 ++++ app-office/texmaker/metadata.xml | 11 ++- app-office/texmaker/texmaker-6.0.0.ebuild | 85 ++++++++++++++++++++++ 5 files changed, 123 insertions(+), 4 deletions(-)
Reopening for stabilisation.