IrcsomeBot | <myfenris> To plucky? (re @IrcsomeBot: <tsimonq2> 102 Gear packages incoming) | 04:24 |
---|---|---|
IrcsomeBot | <myfenris> Plucky only or inside ci-train too? Moving forward no more ci-train? (re @IrcsomeBot: <RikMills> ok. I saw comments in plasma dev that plasma 6.3 likely will need Qt 6.8) | 04:25 |
IrcsomeBot | <RikMills> Depends where Qt 6.7 is on Tuesday (re @myfenris: Plucky only or inside ci-train too? Moving forward no more ci-train?) | 08:06 |
IrcsomeBot | <RikMills> Plucky archive (re @myfenris: To plucky?) | 08:06 |
BluesKaj | Hi all | 12:11 |
IrcsomeBot | <sgmoore> Probably a few from me, they were in various stages of dependency wait and I found myself in and out of the hospital... I was doing better and then my dog knocked me over, setting me back again. Sorry. (re @IrcsomeBot: <tsimonq2> Otherwise, the vast majority of Gear is now in Experimental, just a few odds and ends regarding some packages Debian Qt/KDE doesn't maintain, and a few packages that people claimed but didn't check off.) | 12:52 |
IrcsomeBot | <tsimonq2> No worries, is there anything you've been actively working on that I shouldn't take? (re @sgmoore: Probably a few from me, they were in various stages of dependency wait and I found myself in and out of the hospital... I was doing better and then my dog knocked me over, setting me back again. Sorry.) | 15:12 |
IrcsomeBot | <tsimonq2> Otherwise I can go through and finish those up | 15:12 |
IrcsomeBot | <tsimonq2> There will be CI train, I'm just opportunistic ;P (re @myfenris: Plucky only or inside ci-train too? Moving forward no more ci-train?) | 15:12 |
IrcsomeBot | <sgmoore> I ended up doing several in our repos because we were on the edge of release. Kdeconnect comes to mind. Kdsoap stuff for dolphin because you have red tape with mia maintainers. | 15:16 |
IrcsomeBot | <sgmoore> But no feel free to take whatever. I am around and will do stuff, but have to find employment. | 15:17 |
IrcsomeBot | <tsimonq2> Okay sounds good, any chance you can check off the ones you've done and unassign the ones you're no longer working on/interested in? | 15:19 |
=== liushuyu1 is now known as liushuyu | ||
liushuyu | tsimonq2: Currently I have https://invent.kde.org/system/libdebconf-kde/-/merge_requests/3 | 16:21 |
-ubottu:#kubuntu-devel- Merge 3 in system/libdebconf-kde "Port the project to Qt 6" [Opened] | 16:21 | |
liushuyu | The port for libqapt itself is still in-progress | 16:21 |
tsimonq2 | liushuyu: Thank you! | 16:40 |
liushuyu | The current project compatibility is Qt 5.15+ or Qt 6.2+ | 16:42 |
liushuyu | You will need to use `-DQT_MAJOR_VERSION=6` to build with Qt 6 | 16:43 |
blaze | I guess LP builders took a break today on Sunday | 16:54 |
tsimonq2 | Builders and publishers...... | 17:07 |
tsimonq2 | liushuyu: Thanks again :) | 17:07 |
IrcsomeBot | <tsimonq2> There will be CI train, I'm just opportunistic ;P (re @myfenris: Plucky only or inside ci-train too? Moving forward no more ci-train?) | 17:36 |
IrcsomeBot | <myfenris> will wait for it ... else hoping for oracular backport (re @tsimonq2: There will be CI train, I'm just opportunistic ;P) | 17:36 |
liushuyu | tsimonq2: https://invent.kde.org/liushuyu/libqapt/-/commits/kf-6/?ref_type=heads preliminary port to Qt 6. All the modules (except example project) have been ported to Qt 6 and KF 6 | 18:01 |
liushuyu | ... while keeping some degree of compatibility with Qt 5 (5.15+) and KF 5 (5.90+) | 18:02 |
tsimonq2 | liushuyu: Feel free to drop compatibility with Qt 5 completely ;) | 18:08 |
liushuyu | tsimonq2: I think we can give the Kubuntu downstream distros some time to upgrade their stuff before fully removing the migration path | 18:09 |
tsimonq2 | liushuyu: The only one I saw is Deepin, yeah? | 18:14 |
tsimonq2 | liushuyu: Either way, I think the list is small enough where I'm keen to upload this and migrate all the rdeps in one go | 18:15 |
liushuyu | tsimonq2: I think that's okay, the compatibility thing is for those source-build distros (I know Kubuntu will use the Qt 6 version) that build the thing themselves (Deepin is a source-build distro AFAIK) | 18:17 |
liushuyu | The port also contains some very minor bugfixes | 18:18 |
liushuyu | The API after the port is consistent (but do note that ABI is very different now), I think we should bump the sover in the CMake to 4.0.0 instead of 3.0.5 | 18:21 |
tsimonq2 | liushuyu: Full ack on the major version SONAME bumpo | 18:29 |
tsimonq2 | *bump | 18:29 |
tsimonq2 | And that may be true, but there are Deepin packages in the Ubuntu archive. | 18:29 |
tsimonq2 | I think the one I saw may have been deepin-deb-installer | 18:29 |
liushuyu | tsimonq2: I saw may have been deepin-deb-installer > then we will see if that package still builds with the Qt 6 port (might need some slight adjustments to the CMakeLists file) | 18:31 |
tsimonq2 | Sounds good, thanks! | 18:32 |
tsimonq2 | liushuyu: Have you seen this? https://discourse.ubuntu.com/t/removing-qt-5-from-ubuntu-before-the-release-of-26-04-lts/49296 | 18:32 |
liushuyu | tsimonq2: Have you seen this? [...] > Now I see | 18:34 |
liushuyu | libqapt is unfortunately archived upstream on invent.kde.org | 18:34 |
tsimonq2 | RikMills: ^^^^ do you know who to poke to get it unarchived? | 18:35 |
tsimonq2 | liushuyu: For now we can either quilt patch or temporarily change the upstream location | 18:35 |
tsimonq2 | (If the patch is huge, probably the latter) | 18:35 |
liushuyu | tsimonq2: You can see/preview how large of a patch here: https://invent.kde.org/liushuyu/libqapt/-/compare/master...kf-6?from_project_id=2444 | 18:37 |
tsimonq2 | +91/-85 isn't actually bad! I'm surprised heh | 18:42 |
liushuyu | tsimonq2: I think that's a GitLab bug, it only shows the stats on the *current page* | 18:43 |
liushuyu | The actual change should be +510/-335 | 18:44 |
tsimonq2 | Heh, yeah at that point let's temporarily fork ;) | 18:44 |
RikMills | tsimonq2: I guess someone in #kde-sysadmin | 20:13 |
RikMills | "Please create a Sysadmin Task for all problems - https://go.kde.org/systickets" | 20:14 |
RikMills | from the topic | 20:14 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!