[pacman-dev] Show total progress bar

2008-09-26 Thread Nathan Jones
Hey folks, Message about the TotalDownload option from way back in November 07: http://archlinux.org/pipermail/pacman-dev/2007-November/009948.html Back then, I did not know how to draw two progress bars. Well, now I have figured it out (and it only took ten months, not bad). I have a really

[pacman-dev] [PATCH] Show total progress bar.

2008-09-26 Thread Nathan Jones
This is a hack. --- src/pacman/callback.c | 39 +++ 1 files changed, 27 insertions(+), 12 deletions(-) diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 59b4064..8a17111 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -86,8

[pacman-dev] [PATCH] makepkg: Add used options to PKGINFO file

2008-09-26 Thread Allan McRae
Adds defined options to the PKGINFO file in the form of makepkgopt =. It may be useful to be able to add these to the pacman DB at some point as that would allow (e.g.) checking which packages have had their docs striped (FS#7092). Signed-off-by: Allan McRae [EMAIL PROTECTED] ---