The Colord GTK package contains GTK+ bindings for Colord.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://www.freedesktop.org/software/colord/releases/colord-gtk-0.1.26.tar.xz
Download MD5 sum: bb9d6f3c037152ad791003375aa6c16c
Download size: 276 KB
Estimated disk space required: 4.2 MB
Estimated build time: less than 0.1 SBU
Colord-1.2.12 and GTK+-3.22.18
gobject-introspection-1.52.1 and Vala-0.36.4
DocBook-utils-0.6.14, GTK+-2.24.31 and GTK-Doc-1.26
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.36.4 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 2017-08-29 10:55:51 -0700