Hi Maxim,
Thank you for your suggestion. I am currently working on KDE Gear
26.04.1 updates. I will try locally updating Qt packages following your
suggestion, starting with qtbase. If I come up with something, I will
open a pull request.
On 5/10/26 07:56, Maxim Cournoyer wrote:
Hi,
Sughosha <[email protected]> writes:
Hi Guix Qt team!
I want to refresh KDE Plasma packages to version 6.6. They require Qt6
version >=6.10, but in Guix the latest version is 6.9.2. Is there any
plan to update Qt6 packages to 6.10?
The Qt team is currently just myself; Qt is updated when something needs
it; historically that's been Jami, but perhaps going forward that'll be
KDE, and that's fine too! I'm happy to give a hand, but would prefer not
being in the driver's seat :-).
I'd suggest starting with what's hinted at in the
etc/teams/qt/qt-manifest.scm file:
--8<---------------cut here---------------start------------->8---
./pre-inst-env guix refresh -u -m etc/teams/qt/qt-manifest.scm
--8<---------------cut here---------------end--------------->8---
then review the hunks for errors and run etc/committer.scm to commit the
updates.
Then comes the fun part: building everything, reviewing new test suite
errors, reporting them upstream when something seems off, and disabling
the problematic tests afterward, ideally with the upstream issue
referenced.
I'd suggest jumping to straight to latest if KDE supports it.
Sughosha