The Colord GTK package contains GTK+ bindings for Colord.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.freedesktop.org/software/colord/releases/colord-gtk-0.1.25.tar.xz
Download MD5 sum: f3ad262c060fc50c10805b744be7479d
Download size: 268 KB
Estimated disk space required: 4.2 MB
Estimated build time: less than 0.1 SBU
Colord-1.2.3, and GTK+-3.12.2
gobject-introspection-1.40.0, and Vala-0.24.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/colord-gtk
If building the documentation make -j1 must be used.
Install Colord GTK by running the following commands:
./configure --prefix=/usr \ --enable-vala \ --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--enable-vala
: This switch enables
building of the Vala bindings. Remove if you don't have Vala-0.24.0 installed.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-08-25 09:58:52 -0700