colord-gtk-0.2.0

Introduction to Colord GTK

The Colord GTK package contains GTK+ bindings for Colord.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

Colord GTK Dependencies

Required

colord-1.4.4 and GTK+-3.24.13

Recommended

Optional

DocBook-utils-0.6.14, GTK+-2.24.32 and GTK-Doc-1.32

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/colord-gtk

Installation of Colord GTK

[Warning]

Warning

If building the documentation make -j1 must be used.

Install Colord GTK by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr  \
      -Dgtk2=true    \
      -Dvapi=true    \
      -Ddocs=false   \
      -Dman=false .. &&
ninja

To test the results, issue: ninja test. The tests need to be run from an X session, and may require a color profile for your primary display.

Now, as the root user:

ninja install

Command Explanations

-Dvapi=true: This switch enables building of the Vala bindings. Remove if you don't have Vala-0.46.6 installed.

-Dgtk2=true: This switch enables building the GTK+-2 bindings for colord.

-Ddocs=false: This switch disables building GTK-DOC based documentation. Even if GTK-DOC is installed, you will need the namespaced versions of the Docbook XSL stylesheets.

-Dman=false: This switch disables generating the manual pages for this package. Remove this switch if you have namespaced versions of the Docbook XSL stylesheets installed.

Contents

Installed Programs: cd-convert
Installed Libraries: libcolord-gtk.so and libcolord-gtk2.so
Installed Directories: /usr/include/colord-1/colord-gtk and /usr/share/gtk-doc/html/colord-gtk

Short Descriptions

cd-convert

is a Color Manager Testing Tool.

libcolord-gtk.so

contains the Colord GTK+ bindings.

libcolord-gtk2.so

contains the Colord GTK+-2 bindings.

Last updated on 2020-02-18 14:50:03 -0800