You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment if you put a group package in you group files for the arch backend then pacdef cannot detect that it is a group (via pacman -Sg <package_name>) and yet when querying packages each package group member is itself explicit (unlike the meta-package approach). To fix this I think we just need to detect and expand packages which are groups with pacman -Sgq <package> and then list those as the managed packages instead of the raw packages given in the group files.
The text was updated successfully, but these errors were encountered:
At the moment if you put a group package in you group files for the arch backend then
pacdef
cannot detect that it is a group (viapacman -Sg <package_name>
) and yet when querying packages each package group member is itself explicit (unlike the meta-package approach). To fix this I think we just need to detect and expand packages which are groups withpacman -Sgq <package>
and then list those as the managed packages instead of the raw packages given in the group files.The text was updated successfully, but these errors were encountered: