A side-note: the sed commands that lower the minimum Qt version to 5.9 don't work anymore as the minimum is 5.11 now.
I think we really should remove them (and the accompanying patches) again, as more things changed to not be compatible with 5.9 anyway.
I.e. to properly support 5.9 we'd need to add more patches, but I don't see a point in that, as we only build against KDE:Qt5 for Leap anyway.
A side-note: the sed commands that lower the minimum Qt version to 5.9 don't work anymore as the minimum is 5.11 now.
I think we really should remove them (and the accompanying patches) again, as more things changed to not be compatible with 5.9 anyway.
I.e. to properly support 5.9 we'd need to add more patches, but I don't see a point in that, as we only build against KDE:Qt5 for Leap anyway.
Good point. I'd prefer to do it post acceptance as it won't affect the TW submission anyway.
Sure. I'll work on it when I find time.
You wouldn't have needed to rebase the patches though, as they are pretty much useless now... ;-)
I suppose purpose should also Require kirigami2 now?
qqc2-desktop-style: typo Remove Qt 5.11 ifdef since we require that verison now
kwidgetsaddons: + * Revert "correctly collapse" + * correctly collapse +
kio: + * Auth Support: Drop privileges if target is not owned by root + * Revert "Auth Support: Drop privileges if target is not owned by root"
I'll fix those