summaryrefslogtreecommitdiffstats
path: root/system/colord/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-11 00:36:44 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-18 09:09:01 +0700
commit148dbbde69cb2b1def47f10b4b22d05c2dba810e (patch)
tree98abd967ef2e323f4398b64c83a334c2879415f4 /system/colord/README
parent484f4befb61c53374b469caee87b47811e9bc2ed (diff)
downloadslackbuilds-148dbbde69cb2b1def47f10b4b22d05c2dba810e.tar.gz
slackbuilds-148dbbde69cb2b1def47f10b4b22d05c2dba810e.tar.xz
system/colord: Added (Color Profile System Service)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/colord/README')
-rw-r--r--system/colord/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/colord/README b/system/colord/README
new file mode 100644
index 0000000000..0c07925cc8
--- /dev/null
+++ b/system/colord/README
@@ -0,0 +1,15 @@
+colord is a system service that makes it easy to manage, install
+and generate color profiles to accurately color manage input
+and output devices.
+
+This requires a colord user/group to be added:
+groupadd -g 297 colord
+useradd -d /var/lib/colord -u 297 -g colord -s /bin/false colord
+
+This package can optionally add bash completion support by running:
+BASH_COMPLETION=yes ./colord.SlackBuild
+
+Optional dependency: vala
+
+Note: This package does not have SANE or UDEV support since it will
+require systemd to be present.