-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch to honor combinedupgrade properly #2114
Conversation
In a situation where an AUR package is upgraded, and requires repository make dependencies, the make dependencies would appear in the "Packages to exclude" list. This clutters up the list unnecessarily. The same packages are also listed one step later per AUR package to upgrade. This removes the repo makedeps from the "Packages to exclude" list when nocombinedupgrade is used (or configured).
Hey @0xDEADCADE , this change would make make dependencies show up in the menu when they are from the AUR but not from the repo, this would keep the 'cluttering' you are referring to but also show an incomplete image of the makedeps pulled ( I don't think this presentation is related to I think there is room for improvement in the UX though. The make dependencies/new dependencies to be install do weight on the decision to exclude a package. But having them in the selection menu may cause some 'clutter'. Subdividing the menus but leaving the most important information next to the prompt
|
Can you try out the branch I still disagree of If we can find out a better alternative for everyone it would be preferable Example on "yay -Syu jellyfin" (
|
To be honest, I have not spent any time on this PR after finishing 3638d3b. I was very used to the default flow of yay v11, and v12 changed that in a way that I dislike. Yay, for me, used to function as a pacman wrapper + AUR helper, not the other way around. It invokes pacman, showing the update list according to the settings in /etc/pacman.conf, and after those are complete, a clean list of AUR packages that are installed and ready to update. Each AUR package, just before updating, still shows its own required (make) dependencies. The After trying
I agree that |
Fixes #2096