1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: xiccd
Section: x11
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
debhelper-compat (= 12),
libxrandr-dev,
libglib2.0-dev,
libcolord-dev
Standards-Version: 4.4.0
Homepage: https://github.com/agalakhov/xiccd
Vcs-Browser: https://salsa.debian.org/debian/xiccd
Vcs-Git: https://salsa.debian.org/debian/xiccd.git
Package: xiccd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, colord
Description: X color management daemon
xiccd is a simple bridge between colord and X. It performs the following
tasks:
.
* Enumerating displays and registering them in colord;
* Creating default ICC profiles based on EDID data;
* Applying ICC profiles provided by colord;
* Maintaining the user's private ICC storage directory.
.
It does not depend on any particular desktop environment nor toolkit and it
should not be used in desktop environments that support color management
natively, like GNOME and KDE do.
|