[pacman-dev] [PATCH 00/15] Colour support in pacman V2!
Simon Gomizelj
simongmzlj at gmail.com
Wed Mar 6 12:51:41 EST 2013
I believe I've addressed all the current concerns with the patchset.
Submitting again for further review.
https://github.com/vodik/pacman/
https://github.com/vodik/pacman/compare/cb2edc60cf...master
Simon Gomizelj (15):
refactor common code in query_search/sync_search
remove :: prefix from all message
split "Packages (%zd):" message
remove format from statistic messages
standardize format functions
add a config settings and flag for colours
introduce colstr for colourizing
colourize colon_printf and question
colourize warnings and errors
colourize table output
colourize the output if -Qi/Si
colourize -Ss/-Qs
colourize -Sl/-Ql
colourize -Q
update documentation and config files
doc/pacman.8.txt | 5 +++
doc/pacman.conf.5.txt | 3 ++
etc/pacman.conf.in | 1 +
src/pacman/callback.c | 26 ++++++------
src/pacman/conf.c | 52 ++++++++++++++++++++++++
src/pacman/conf.h | 25 +++++++++++-
src/pacman/package.c | 107 ++++++++++++++++++++++++++++++++++++++++++++-----
src/pacman/package.h | 3 ++
src/pacman/pacman.c | 16 ++++++++
src/pacman/query.c | 60 ++--------------------------
src/pacman/remove.c | 2 +-
src/pacman/sync.c | 95 +++++++-------------------------------------
src/pacman/util.c | 108 ++++++++++++++++++++++++++++++++++++++------------
src/pacman/util.h | 5 ++-
14 files changed, 320 insertions(+), 188 deletions(-)
--
1.8.1.5
More information about the pacman-dev
mailing list