systemd/plasma-workspace: upgrade to 6.1.2
I'm pretty sure there's a lot of other outdated forked packages in the staging repo, but this one was causing an apk upgrade failure:
ERROR: plasma5support-6.1.2-r1: trying to overwrite usr/lib/qt6/plugins/plasma5support/dataengine/plasma_engine_devicenotifications.so owned by plasma-workspace-9999_git20240428-r0.
ERROR: plasma5support-6.1.2-r1: trying to overwrite usr/lib/qt6/plugins/plasma5support/dataengine/plasma_engine_keystate.so owned by plasma-workspace-9999_git20240428-r0.
ERROR: plasma5support-6.1.2-r1: trying to overwrite usr/share/plasma5support/services/modifierkeystate.operations owned by plasma-workspace-9999_git20240428-r0.
Merge request reports
Activity
added systemd ui-plasma-mobile labels
added 1 commit
- 090382fd - systemd/plasma-workspace: upgrade to 6.1.2
By clayton craft on 2024-07-04T02:06:03
You can't just upgrade one Plasma package, you have to do them all
I made !5317 (merged) (I didn't see this MR, sorry) which upgrades everything needed.The error is not one I'm willing to fix, that's the problem with using packages from both Alpine and pmOS. The fix would be adding a replaces to
plasma5support
which is an Alpine package and it would have to refer to a version that's pmOS specific.Users will just have to run
apk fix
.By Bart Ribbers on 2024-07-04T15:58:11
Edited by Ghost Useryeah ok, this was a total guess and I figured we'd probably need to upgrade everything. Thanks for doing that. I really need to get around to #2790
By clayton craft on 2024-07-04T15:58:10