these patches add a VerbosePkgLists option to pacman.conf which applies to install, upgrade and remove operations and produces the following example output:
Total Download Size: 158.41 MB
Total Installed Size: 693.05 MB
While the output is identical to Justin Lampley's patch from March 2008 (posted here: https://bugs.archlinux.org/task/15772), the table_display function in these patches should be simpler to use.
I also consolidated size to string conversions (hope I got most of them) and made a few minor adjustments to the pacman manpage.
02-21-2011, 09:58 PM
Jakob Gruber
VerbosePkgLists, size strings, manpage
This is a multi-part message in MIME format.
On 02/21/2011 08:02 PM, Jakob Gruber wrote:
Hi,
these patches add a VerbosePkgLists option to pacman.conf which applies to install, upgrade and remove operations and produces the following example output:
Total Download Size: 158.41 MB
Total Installed Size: 693.05 MB
While the output is identical to Justin Lampley's patch from March 2008 (posted here: https://bugs.archlinux.org/task/15772), the table_display function in these patches should be simpler to use.
I also consolidated size to string conversions (hope I got most of them) and made a few minor adjustments to the pacman manpage.
Messed up a line while rebasing, the fixed patches are attached and
https://github.com/schuay/pacman-arch/commits/working is updated.
any news on these patches? I've been running them for 2 months now
without issues.
Jakob
04-21-2011, 01:37 AM
Dan McGee
VerbosePkgLists, size strings, manpage
On Mon, Apr 18, 2011 at 3:09 PM, Jakob Gruber <jakob.gruber@gmail.com> wrote:
> Hi guys,
>
> any news on these patches? I've been running them for 2 months now without
> issues.