main #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "zenobit/odyssey-xbps-gui:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
squash...
Thanks zenobit — merged. This is a real fix, not just a cleanup: xbps-gui does use QtWidgets and QtGui, so declaring python3-pyqt6-widgets and python3-pyqt6-gui as explicit dependencies is correct — without them the app could install but fail to start on a clean system. I verified both names against the Void repos, they're exact. Bumping the revision to 7 was the right move too. Nicely done.
Follow-up on my side: I'll do a full pass over the imports soon to catch any other Qt6 submodules the app pulls in (network, svg, printsupport, etc.), since those need to be explicit in depends as well — they just don't show up as missing on a dev machine that already has everything installed. That'll go in as a separate commit, revision 8.
View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.