summaryrefslogtreecommitdiffstats
path: root/system/colord/README
diff options
context:
space:
mode:
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.