mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
204 lines
5.6 KiB
XML
204 lines
5.6 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
|
||
|
<!ENTITY colord-gtk-download-http "http://www.freedesktop.org/software/colord/releases/colord-gtk-&colord-gtk-version;.tar.xz">
|
||
|
<!ENTITY colord-gtk-download-ftp " ">
|
||
|
<!ENTITY colord-gtk-md5sum "bb9d6f3c037152ad791003375aa6c16c">
|
||
|
<!ENTITY colord-gtk-size "276 KB">
|
||
|
<!ENTITY colord-gtk-buildsize "4.2 MB">
|
||
|
<!ENTITY colord-gtk-time "less than 0.1 SBU">
|
||
|
]>
|
||
|
|
||
|
<sect1 id="colord-gtk" xreflabel="colord-gtk-&colord-gtk-version;" revision="systemd">
|
||
|
<?dbhtml filename="colord-gtk.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy$</othername>
|
||
|
<date>$Date$</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>colord-gtk-&colord-gtk-version;</title>
|
||
|
|
||
|
<indexterm zone="colord-gtk">
|
||
|
<primary sortas="a-colord-gtk">colord-gtk</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to Colord GTK</title>
|
||
|
|
||
|
<para>
|
||
|
The <application>Colord GTK</application> package contains
|
||
|
<application>GTK+</application> bindings for
|
||
|
<application>Colord</application>.
|
||
|
</para>
|
||
|
|
||
|
<!-- &lfs77_checked; -->
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download (HTTP): <ulink url="&colord-gtk-download-http;"/>
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download (FTP): <ulink url="&colord-gtk-download-ftp;"/>
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download MD5 sum: &colord-gtk-md5sum;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download size: &colord-gtk-size;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Estimated disk space required: &colord-gtk-buildsize;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Estimated build time: &colord-gtk-time;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<bridgehead renderas="sect3">Colord GTK Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required">
|
||
|
<xref linkend="colord"/> and
|
||
|
<xref linkend="gtk3"/>
|
||
|
</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||
|
<para role="recommended">
|
||
|
<xref linkend="gobject-introspection"/> and
|
||
|
<xref linkend="vala"/>
|
||
|
</para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional">
|
||
|
<xref linkend="docbook-utils"/>,
|
||
|
<xref linkend="gtk2"/> and
|
||
|
<xref linkend="gtk-doc"/>
|
||
|
</para>
|
||
|
|
||
|
<para condition="html" role="usernotes">
|
||
|
User Notes: <ulink url="&blfs-wiki;/colord-gtk"/>
|
||
|
</para>
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of Colord GTK</title>
|
||
|
|
||
|
<warning>
|
||
|
<para>
|
||
|
If building the documentation <command>make -j1</command> must be used.
|
||
|
</para>
|
||
|
</warning>
|
||
|
|
||
|
<para>
|
||
|
Install <application>Colord GTK</application> by running the following
|
||
|
commands:
|
||
|
</para>
|
||
|
|
||
|
<screen><userinput>./configure --prefix=/usr \
|
||
|
--enable-vala \
|
||
|
--disable-static &&
|
||
|
make</userinput></screen>
|
||
|
|
||
|
<para>
|
||
|
To test the results, issue: <command>make check</command>.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||
|
</para>
|
||
|
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<para>
|
||
|
<option>--enable-vala</option>: This switch enables
|
||
|
building of the Vala bindings. Remove if you don't
|
||
|
have <xref linkend="vala"/> installed.
|
||
|
</para>
|
||
|
|
||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
|
href="../../xincludes/static-libraries.xml"/>
|
||
|
|
||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Programs</segtitle>
|
||
|
<segtitle>Installed Libraries</segtitle>
|
||
|
<segtitle>Installed Directories</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>
|
||
|
cd-convert
|
||
|
</seg>
|
||
|
<seg>
|
||
|
libcolord-gtk.so
|
||
|
</seg>
|
||
|
<seg>
|
||
|
/usr/include/colord-1/colord-gtk and
|
||
|
/usr/share/gtk-doc/html/colord-gtk
|
||
|
</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="cd-convert">
|
||
|
<term><command>cd-convert</command></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
is a Color Manager Testing Tool.
|
||
|
</para>
|
||
|
<indexterm zone="colord-gtk cd-convert">
|
||
|
<primary sortas="b-cd-convert">cd-convert</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="libcolord-gtk">
|
||
|
<term><filename class="libraryfile">libcolord-gtk.so</filename></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
contains the <application>Colord</application>
|
||
|
<application>GTK+</application> bindings.
|
||
|
</para>
|
||
|
<indexterm zone="colord-gtk libcolord-gtk">
|
||
|
<primary sortas="c-libcolord-gtk">libcolord-gtk.so</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|