slackbuilds_ponce/system/colord/README
Willy Sudiarto Raharjo 148dbbde69 system/colord: Added (Color Profile System Service)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2015-01-18 09:09:01 +07:00

15 lines
518 B
Text

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.