source: archive/gnome/colord-gtk.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY colord-gtk-download-http "http://www.freedesktop.org/software/colord/releases/colord-gtk-&colord-gtk-version;.tar.xz">
8 <!ENTITY colord-gtk-download-ftp " ">
9 <!ENTITY colord-gtk-md5sum "f3ad262c060fc50c10805b744be7479d">
10 <!ENTITY colord-gtk-size "268 KB">
11 <!ENTITY colord-gtk-buildsize "4.0 MB">
12 <!ENTITY colord-gtk-time "less than 0.1 SBU">
13]>
14
15<sect1 id="colord-gtk" xreflabel="colord-gtk-&colord-gtk-version;">
16 <?dbhtml filename="colord-gtk.html"?>
17
18
19 <title>colord-gtk-&colord-gtk-version;</title>
20
21 <indexterm zone="colord-gtk">
22 <primary sortas="a-colord-gtk">colord-gtk</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Colord GTK</title>
27
28 <para>
29 The <application>Colord GTK</application> package contains
30 <application>GTK+</application> bindings for
31 <application>Colord</application>.
32 </para>
33
34 &lfs72_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&colord-gtk-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&colord-gtk-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &colord-gtk-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &colord-gtk-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &colord-gtk-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &colord-gtk-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Colord GTK Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="colord"/> and
75 <xref linkend="gtk3"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/> and
81 <xref linkend="vala"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/colord-gtk"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Colord GTK</title>
96
97 <para>
98 Install <application>Colord GTK</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr \
103 --enable-vala \
104 --disable-static &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make check</command>.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <option>--enable-vala</option>: This switch enables
123 building of the Vala bindings. Remove if you don't
124 have <xref linkend="vala"/> installed.
125 </para>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/gtk-doc-rebuild.xml"/>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directory</segtitle>
141
142 <seglistitem>
143 <seg>
144 libcolord-gtk.so
145 </seg>
146 <seg>
147 /usr/include/colord-1/colord-gtk
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libcolord-gtk">
158 <term><filename class="libraryfile">libcolord-gtk.so</filename></term>
159 <listitem>
160 <para>
161 contains the <application>Colord</application>
162 <application>GTK+</application> bindings.
163 </para>
164 <indexterm zone="colord-gtk libcolord-gtk">
165 <primary sortas="c-libcolord-gtk">libcolord-gtk.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.