Re: [pacman-dev] [PATCH v3 0/2] Make -Fs behave like -Ss and output group-membership and installation-state

2018-09-03 Thread Eli Schwartz
On 9/3/18 6:50 PM, morganamilo wrote: > I realized that in my previous patch[1] I totally forgot about groups. Reading > through the bugtracker I also realized there's already a task open on it > FS#47948. > > This patchset Includes the install status and the group status patches. > > PS. I'm no

[pacman-dev] [PATCH v3 2/2] Show group status during file search

2018-09-03 Thread morganamilo
When doing "pacman -Fs", show the "(groupname)" message just like "pacman -Ss". And refactor group printing to its own function. Signed-off-by: morganamilo --- src/pacman/files.c | 1 + src/pacman/package.c | 34 +++--- src/pacman/package.h | 1 + 3 files changed

[pacman-dev] [PATCH v3 0/2] Make -Fs behave like -Ss and output group-membership and installation-state

2018-09-03 Thread morganamilo
I realized that in my previous patch[1] I totally forgot about groups. Reading through the bugtracker I also realized there's already a task open on it FS#47948. This patchset Includes the install status and the group status patches. PS. I'm not too sure on what to do when adding a patch to an e

[pacman-dev] [PATCH v3 1/2] Show install status during file search

2018-09-03 Thread morganamilo
When doing "pacman -Fs", show the "[installed: version]" message just like "pacman -Ss". Signed-off-by: morganamilo --- src/pacman/files.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pacman/files.c b/src/pacman/files.c index d7fc5446..58cf8d3d 100644 --- a/src/pa