source: x/lib/colord-gtk.xml@ 9499bbf

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9499bbf was 9499bbf, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package Updates and Tags

Update to colord-gtk-0.3.0
Update to mutter-41.4
Update to gnome-shell-extensions-41.2
Update to gnome-shell-41.4

  • Property mode set to 100644
File size: 8.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 "08c245d6482b3923a2b6a09f7fbbe612">
10 <!ENTITY colord-gtk-size "24 KB">
11 <!ENTITY colord-gtk-buildsize "6.1 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 &lfs111_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"/>,
85 <xref linkend="gtk4"/>, and
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="docbook-utils"/> and
92 <xref linkend="gtk-doc"/>
93 </para>
94
95 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/colord-gtk"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Colord GTK</title>
102
103 <warning>
104 <para>
105 If building the documentation <command>ninja -j1</command> must be used.
106 </para>
107 </warning>
108
109 <para>
110 Install <application>Colord GTK</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
117meson --prefix=/usr \
118 --buildtype=release \
119 -Dgtk2=true \
120 -Dgtk4=true \
121 -Dvapi=true \
122 -Ddocs=false \
123 -Dman=false .. &amp;&amp;
124ninja</userinput></screen>
125
126 <para>
127 To test the results, issue: <command>ninja test</command>.
128 The tests need to be run from an X session, and may require
129 a color profile for your primary display.
130 <!-- on an ASUS 32" IPS display, I have a color profile and it works
131 properly. On the other hand, with a Dell SP2208WFP LCD,
132 no color profile is available and the tests fail. It seems to
133 depend on the system/display. -->
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>ninja install</userinput></screen>
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148
149 <para>
150 <parameter>-Dvapi=true</parameter>: This switch enables
151 building of the Vala bindings. Remove this switch if you don't
152 have <xref linkend="vala" role="nodep"/> installed.
153 </para>
154
155 <para>
156 <parameter>-Dgtk2=true</parameter>: This switch enables building
157 the GTK+-2 bindings for colord.
158 </para>
159
160 <para>
161 <parameter>-Dgtk4=true</parameter>: This switch enables building
162 the GTK-4 bindings for colord. Set this option to 'false' if you
163 do not have <xref linkend="gtk4" role="nodep"/> installed.
164 </para>
165
166 <para>
167 <parameter>-Ddocs=false</parameter>: This switch disables building
168 gtk-doc based documentation. Even if gtk-doc is installed, you will
169 need the namespaced versions of the Docbook XSL stylesheets.
170 </para>
171
172 <para>
173 <parameter>-Dman=false</parameter>: This switch disables generating
174 the manual pages for this package. Remove this switch if you have
175 namespaced versions of the Docbook XSL stylesheets installed.
176 </para>
177
178 <!--
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="../../xincludes/static-libraries.xml"/>
181
182 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
183 href="../../xincludes/gtk-doc-rebuild.xml"/>
184 -->
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Programs</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 cd-convert
198 </seg>
199 <seg>
200 libcolord-gtk.so,
201 libcolord-gtk2.so, and
202 libcolord-gtk4.so
203 </seg>
204 <seg>
205 /usr/include/colord-1/colord-gtk and
206 /usr/share/gtk-doc/html/colord-gtk
207 </seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="cd-convert">
217 <term><command>cd-convert</command></term>
218 <listitem>
219 <para>
220 is a Color Manager Testing Tool
221 </para>
222 <indexterm zone="colord-gtk cd-convert">
223 <primary sortas="b-cd-convert">cd-convert</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libcolord-gtk">
229 <term><filename class="libraryfile">libcolord-gtk.so</filename></term>
230 <listitem>
231 <para>
232 contains the <application>Colord</application>
233 <application>GTK+</application> bindings
234 </para>
235 <indexterm zone="colord-gtk libcolord-gtk">
236 <primary sortas="c-libcolord-gtk">libcolord-gtk.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="libcolord-gtk2">
242 <term><filename class="libraryfile">libcolord-gtk2.so</filename></term>
243 <listitem>
244 <para>
245 contains the <application>Colord</application>
246 <application>GTK+-2</application> bindings
247 </para>
248 <indexterm zone="colord-gtk libcolord-gtk2">
249 <primary sortas="c-libcolord-gtk2">libcolord-gtk2.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="libcolord-gtk4">
255 <term><filename class="libraryfile">libcolord-gtk4.so</filename></term>
256 <listitem>
257 <para>
258 contains the <application>Colord</application>
259 <application>GTK-4</application> bindings
260 </para>
261 <indexterm zone="colord-gtk libcolord-gtk4">
262 <primary sortas="c-libcolord-gtk4">libcolord-gtk4.so</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266 </variablelist>
267
268 </sect2>
269
270</sect1>
Note: See TracBrowser for help on using the repository browser.