2015-01-11 07:36:44 +01:00
|
|
|
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:
|
2015-02-28 04:20:01 +01:00
|
|
|
groupadd -g 303 colord
|
|
|
|
useradd -d /var/lib/colord -u 303 -g colord -s /bin/false colord
|
2015-01-11 07:36:44 +01:00
|
|
|
|
|
|
|
This package can optionally add bash completion support by running:
|
|
|
|
BASH_COMPLETION=yes ./colord.SlackBuild
|
|
|
|
|
2016-01-30 19:23:12 +01:00
|
|
|
If you want argyllcms support (new dep: argyllcms), use:
|
|
|
|
ARGYLL=yes ./colord.SlackBuild
|
|
|
|
|
2016-11-14 07:55:05 +01:00
|
|
|
Optional dependency: vala (autodetected)
|