-
e58d799c
by Allan McRae at 2023-09-06T14:39:00+10:00
Generalise concat_alpm_depends for any list
Replace concat_alpm_depends() with concat_list() which takes an
additional parameter to handle the formatting of non-string
data types.
Signed-off-by: Allan McRae <allan@archlinux.org>
-
5473c9fd
by Allan McRae at 2023-09-06T17:56:55+10:00
squash
Signed-off-by: Allan McRae <allan@archlinux.org>
-
f5af66f1
by Allan McRae at 2023-09-06T17:56:55+10:00
Remove unnecessary check
Signed-off-by: Allan McRae <allan@archlinux.org>
-
c1d4a619
by Jelle van der Waa at 2023-09-06T17:56:55+10:00
Extend --print-format with %L
Add format attribute for licenses.
Signed-off-by: Allan McRae <allan@archlinux.org>
-
5bd0b98b
by Jelle van der Waa at 2023-09-06T17:56:55+10:00
util.c: extend --print-format with %R and %P
Add provides "%P" and replaces "%R" as format attribute.
Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
-
909f2e86
by Jelle van der Waa at 2023-09-06T17:56:55+10:00
util.c: add "%O" to --print-format
Add the option to print optional depends with "%O".
Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
-
06db927a
by Jelle van der Waa at 2023-09-06T17:56:55+10:00
util.c: extend --print-format with "%H"
Add a new print attribute "%H" which shows conflicts.
Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
-
6968f770
by Jelle van der Waa at 2023-09-06T17:56:55+10:00
util.c: extend --print-format with "%G"
Add a new print attribute "%G" which prints groups.
Signed-off-by: Allan McRae <allan@archlinux.org>
-
e2106349
by Jelle van der Waa at 2023-09-06T17:56:55+10:00
util.c: extend --print-format with "%m"
Add md5sum as printable format string.
Signed-off-by: Allan McRae <allan@archlinux.org>
-
e7d7433b
by Allan McRae at 2023-09-06T17:56:55+10:00
Rename macro for print-format handling of strings
Signed-off-by: Allan McRae <allan@archlinux.org>
-
717e5e91
by Allan McRae at 2023-09-06T17:56:55+10:00
Add PRINT_FORMAT_LIST define to remove repetitive code
Signed-off-by: Allan McRae <allan@archlinux.org>