The Colord GTK package contains GTK+ bindings for Colord.
This package is known to build and work properly using an LFS-8.3 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
gobject-introspection-1.56.1 and Vala-0.40.8
DocBook-utils-0.6.14, GTK+-2.24.32 and GTK-Doc-1.28
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.40.8 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 2018-08-26 12:11:33 -0700