Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926654 - app-office/texmaker-6.0.0 stabilisation, then cleanup old (was: version bump: Switch to Qt6 and CMake build system)
Summary: app-office/texmaker-6.0.0 stabilisation, then cleanup old (was: version bump:...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: TeX project
URL: https://xm1math.net/texmaker/log.html
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: qt5-removal
  Show dependency tree
 
Reported: 2024-03-10 08:42 UTC by Andreas Sturmlechner
Modified: 2025-04-26 20:52 UTC (History)
2 users (show)

See Also:
Package list:
app-office/texmaker-6.0.0 *
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2024-03-10 08:42:56 UTC
Current version can be built with Qt6 already.

Build system provides INTERNALBROWSER switch to avoid qtwebengine.
Comment 1 Larry the Git Cow gentoo-dev 2025-01-22 23:16:10 UTC
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(+)
Comment 2 Larry the Git Cow gentoo-dev 2025-04-26 01:17:38 UTC
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(-)
Comment 3 Andreas Sturmlechner gentoo-dev 2025-04-26 20:47:08 UTC
Reopening for stabilisation.