Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 948586

Summary: app-editors/qhexedit2-0.8.10 version bump and switch to Qt6
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: vowstar <vowstar>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, vowstar
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/Simsys/qhexedit2/releases/tag/v0.8.10
See Also: https://github.com/Simsys/qhexedit2/pull/156
https://github.com/gentoo/gentoo/pull/40276
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 948063, 948619, 948836    

Description Andreas Sturmlechner gentoo-dev 2025-01-22 18:17:07 UTC
Released some 9 days ago:

> Replace QPallete::Background with QPallete::Window (for Qt6)
> Update main.cpp to add version option and future extensibility
> Support the use of SIP5
> Some small improvements
Comment 1 vowstar 2025-01-23 18:05:36 UTC
To be compatible with pyqt6, some extra patches have been sent to upstream, waiting for upstream merging.
Comment 2 Andreas Sturmlechner gentoo-dev 2025-01-23 18:14:55 UTC
That's interesting, since opensuse seem to have packaged 0.8.10 Qt6-based "just fine": https://build.opensuse.org/projects/openSUSE:Factory/packages/qhexedit2/files/qhexedit2.spec?expand=1

But then they just ignore the bindings, it seems.
Comment 3 Larry the Git Cow gentoo-dev 2025-01-23 20:32:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11da5b2c67f5f4370eea6953df59be3fdec32d20

commit 11da5b2c67f5f4370eea6953df59be3fdec32d20
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2025-01-23 20:03:39 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-01-23 20:32:26 +0000

    dev-db/sqlitebrowser: Pin to last Qt5-based revdep versions
    
    - Pin to <app-editors/qhexedit2-0.8.10
    - Pin to <dev-libs/qcustomplot-2.1.1-r10
    - Prepare for x11-libs/qscintilla to lose IUSE qt5 (2.14.1-r1 first w/ qt5/qt6)
    
    Bug: https://bugs.gentoo.org/948619
    Bug: https://bugs.gentoo.org/948586
    Bug: https://bugs.gentoo.org/948064
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 ...itebrowser-3.13.1.ebuild => sqlitebrowser-3.13.1-r1.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2025-01-27 23:22:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8404ccfd0dc18a369484c95f2f0ee6108296e1

commit 2e8404ccfd0dc18a369484c95f2f0ee6108296e1
Author:     Huang Rui <vowstar@gmail.com>
AuthorDate: 2025-01-23 17:31:51 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-01-27 22:47:05 +0000

    app-editors/qhexedit2: add 0.8.10
    
    - remove QT5 support and fully update to QT6
    - simplified the ebuild script, corrected the installation method,
      and the related optimizations will be merged into the upstream
      in the next version
    
    https://github.com/Simsys/qhexedit2/pull/156
    
    Closes: https://bugs.gentoo.org/948586
    Signed-off-by: Huang Rui <vowstar@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/40276
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-editors/qhexedit2/Manifest                     |   1 +
 .../qhexedit2/files/qhexedit2-0.8.10-pyqt6.patch   | 344 +++++++++++++++++++++
 app-editors/qhexedit2/qhexedit2-0.8.10.ebuild      |  98 ++++++
 3 files changed, 443 insertions(+)