source: x/lib/colord-gtk.xml@ fb79d0a

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fb79d0a was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.0 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 "https://www.freedesktop.org/software/colord/releases/colord-gtk-&colord-gtk-version;.tar.xz">
8 <!ENTITY colord-gtk-download-ftp " ">
9 <!ENTITY colord-gtk-md5sum "66d048803c8b89e5e63da4b461484933">
10 <!ENTITY colord-gtk-size "20 KB">
11 <!ENTITY colord-gtk-buildsize "41 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>colord-gtk-&colord-gtk-version;</title>
23
24 <indexterm zone="colord-gtk">
25 <primary sortas="a-colord-gtk">colord-gtk</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Colord GTK</title>
30
31 <para>
32 The <application>Colord GTK</application> package contains
33 <application>GTK+</application> bindings for
34 <application>Colord</application>.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&colord-gtk-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&colord-gtk-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &colord-gtk-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &colord-gtk-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &colord-gtk-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &colord-gtk-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Colord GTK Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="colord"/> and
78 <xref linkend="gtk3"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="gtk2"/>, and
85 <xref linkend="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="docbook-utils"/> and
91 <xref linkend="gtk-doc"/>
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/colord-gtk"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Colord GTK</title>
101
102 <warning>
103 <para>
104 If building the documentation <command>make -j1</command> must be used.
105 </para>
106 </warning>
107
108 <para>
109 Install <application>Colord GTK</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson --prefix=/usr \
117 -Dgtk2=true \
118 -Dvapi=true \
119 -Ddocs=false \
120 -Dman=false .. &amp;&amp;
121ninja</userinput></screen>
122
123 <para>
124 To test the results, issue: <command>ninja test</command>.
125 The tests need to be run from an X session, and may require
126 a color profile for your primary display.
127 <!-- on an ASUS 32" IPS display, I have a color profile and it works
128 properly. On the other hand, with a Dell SP2208WFP LCD,
129 no color profile is available and the tests fail. It seems to
130 depend on the system/display. -->
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>ninja install</userinput></screen>
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para>
144 <parameter>-Dvapi=true</parameter>: This switch enables
145 building of the Vala bindings. Remove if you don't
146 have <xref linkend="vala"/> installed.
147 </para>
148
149 <para>
150 <parameter>-Dgtk2=true</parameter>: This switch enables building
151 the GTK+-2 bindings for colord.
152 </para>
153
154 <para>
155 <parameter>-Ddocs=false</parameter>: This switch disables building
156 GTK-DOC based documentation. Even if GTK-DOC is installed, you will
157 need the namespaced versions of the Docbook XSL stylesheets.
158 </para>
159
160 <para>
161 <parameter>-Dman=false</parameter>: This switch disables generating
162 the manual pages for this package. Remove this switch if you have
163 namespaced versions of the Docbook XSL stylesheets installed.
164 </para>
165
166 <!--
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="../../xincludes/static-libraries.xml"/>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="../../xincludes/gtk-doc-rebuild.xml"/>
172 -->
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>
185 cd-convert
186 </seg>
187 <seg>
188 libcolord-gtk.so and libcolord-gtk2.so
189 </seg>
190 <seg>
191 /usr/include/colord-1/colord-gtk and
192 /usr/share/gtk-doc/html/colord-gtk
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="cd-convert">
203 <term><command>cd-convert</command></term>
204 <listitem>
205 <para>
206 is a Color Manager Testing Tool
207 </para>
208 <indexterm zone="colord-gtk cd-convert">
209 <primary sortas="b-cd-convert">cd-convert</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="libcolord-gtk">
215 <term><filename class="libraryfile">libcolord-gtk.so</filename></term>
216 <listitem>
217 <para>
218 contains the <application>Colord</application>
219 <application>GTK+</application> bindings
220 </para>
221 <indexterm zone="colord-gtk libcolord-gtk">
222 <primary sortas="c-libcolord-gtk">libcolord-gtk.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="libcolord-gtk2">
228 <term><filename class="libraryfile">libcolord-gtk2.so</filename></term>
229 <listitem>
230 <para>
231 contains the <application>Colord</application>
232 <application>GTK+-2</application> bindings
233 </para>
234 <indexterm zone="colord-gtk libcolord-gtk2">
235 <primary sortas="c-libcolord-gtk2">libcolord-gtk2.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239 </variablelist>
240
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.