[pacman-dev] [PATCH 10/11] Add empty config file
Daniel Wallace
daniel.wallace at gatech.edu
Sun Aug 5 05:46:46 EDT 2012
Signed-off-by: Daniel Wallace <daniel.wallace at gatech.edu>
---
etc/Makefile.am | 5 +++--
etc/color.conf.in | 46 ++++++++++++++++++++++++++++++++++++++++++++++
etc/pacman.conf.in | 1 +
3 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 etc/color.conf.in
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 58a80bd..ff98545 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,5 +1,5 @@
-dist_sysconf_DATA = makepkg.conf pacman.conf
-EXTRA_DIST = makepkg.conf.in pacman.conf.in
+dist_sysconf_DATA = makepkg.conf pacman.conf color.conf
+EXTRA_DIST = makepkg.conf.in pacman.conf.in color.conf.in
# Files that should be removed, but which Automake does not know.
MOSTLYCLEANFILES = $(dist_sysconf_DATA)
@@ -28,5 +28,6 @@ $(dist_sysconf_DATA): Makefile
makepkg.conf: $(srcdir)/makepkg.conf.in
pacman.conf: $(srcdir)/pacman.conf.in
+color.conf: $(srcdir)/color.conf.in
# vim:set ts=2 sw=2 noet:
diff --git a/etc/color.conf.in b/etc/color.conf.in
new file mode 100644
index 0000000..4978d4e
--- /dev/null
+++ b/etc/color.conf.in
@@ -0,0 +1,46 @@
+# Configuration for pacman-color
+# ------------------------------
+# in default are all colors "intensive",
+# it looks much better on black backround
+#
+# valid colors:
+# black
+# red
+# green
+# yellow
+# blue
+# magenta
+# cyan
+# white
+# gray
+# intensive red
+# intensive green
+# intensive yellow
+# intensive blue
+# intensive magenta
+# intensive cyan
+# intensive white
+# intensive foreground
+# none
+
+# error: prefix, fail, Remove (?):, MISSING
+#Red = intensive red
+
+# done, success, pkg version, Not Modified
+#Green = intensive green
+
+# warning: prefix, Targets (?):, MODIFIED
+#Yellow = intensive yellow
+
+# :: prefix, pkg group, counter in install proces
+#Blue = intensive blue
+
+# repo name, package file name
+#Magenta = intensive magenta
+
+# url, flag installed
+#Cyan = intensive cyan
+
+# messages with :: prefix, titles, etc
+#White = intensive foreground
+
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in
index 4c72724..75561df 100644
--- a/etc/pacman.conf.in
+++ b/etc/pacman.conf.in
@@ -31,6 +31,7 @@ Architecture = auto
# Misc options
#UseSyslog
#TotalDownload
+#Color
CheckSpace
#VerbosePkgLists
--
1.7.11.4
More information about the pacman-dev
mailing list