source: gnome/applications/gnome-color-manager.xml@ 1005be4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 1005be4 was 597c34df, checked in by DJ Lucas <dj@…>, 5 years ago

Add sed to fix accountsservice build when DocBook-Utils is installed.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21162 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.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 gnome-color-manager-download-http
8 "&gnome-download-http;/gnome-color-manager/&gnome-minor-30;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
9 <!ENTITY gnome-color-manager-download-ftp
10 "&gnome-download-ftp;/gnome-color-manager/&gnome-minor-30;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "f1caa9d4ece97e21b4ff1147201b6dd3">
12 <!ENTITY gnome-color-manager-size "2.5 MB">
13 <!ENTITY gnome-color-manager-buildsize "23 MB">
14 <!ENTITY gnome-color-manager-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-color-manager" xreflabel="gnome-color-manager-&gnome-color-manager-version;" revision="systemd">
18 <?dbhtml filename="gnome-color-manager.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-color-manager-&gnome-color-manager-version;</title>
26
27 <indexterm zone="gnome-color-manager">
28 <primary sortas="a-gnome-color-manager">gnome-color-manager</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Color Manager</title>
33
34 <para>
35 <application>GNOME Color Manager</application> is a session framework
36 for the <application>GNOME</application> desktop environment that makes
37 it easy to manage, install and generate color profiles.
38 </para>
39
40 &lfs83_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-color-manager-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-color-manager-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-color-manager-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-color-manager-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Color Manager Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="colord-gtk"/>,
81 <xref linkend="colord"/>,
82 <xref linkend="gtk3"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="lcms2"/>,
85 <xref linkend="libcanberra"/>, and
86 <xref linkend="libexif"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <!-- Unfortunately, the API changes in Exiv2 have caused this apckage to
92 fail to build unless support is disabled. However, the build still bombs
93 if it is not installed. Nobody has patches available, and I'm not
94 comfortable patching it, so disable support for now. -->
95 <xref linkend="exiv2"/> and
96 <xref linkend="vte"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
102 <xref linkend="docbook-utils"/> (currently causes build to fail)
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/gnome-color-manager"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of GNOME Color Manager</title>
112
113 <para>
114 If <xref linkend="docbook-utils"/> is installed, disable installation
115 of the man pages to avoid a build failure:
116 </para>
117
118<screen><userinput>sed /subdir\(\'man/d -i meson.build</userinput></screen>
119
120 <para>
121 Install <application>GNOME Color Manager</application> by running the following
122 commands:
123 </para>
124
125<screen><userinput>mkdir build &amp;&amp;
126cd build &amp;&amp;
127
128meson --prefix=/usr -Dexiv=false .. &amp;&amp;
129ninja</userinput></screen>
130
131 <para>
132 This package does not come with a test suite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>ninja install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para><parameter>-Dexiv=false</parameter>: This switch is used to disable
147 using Exiv2 because Exiv2-0.27 changed the API in a way that several
148 applications cannot use.</para>
149 <!-- Please check this at the next version of gnome-color-manager AND/OR
150 the next version of Exiv2. No work has been done upstream, but I did file
151 an issue upstream. -->
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 gcm-calibrate, gcm-import, gcm-inspect,
166 gcm-picker, and gcm-viewer
167 </seg>
168 <seg>
169 None
170 </seg>
171 <seg>
172 /usr/share/gnome-color-manager and
173 /usr/share/help/*/gnome-color-manager
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="gcm-calibrate">
184 <term><command>gcm-calibrate</command></term>
185 <listitem>
186 <para>
187 is the GCM calibrator tool.
188 </para>
189 <indexterm zone="gnome-color-manager gcm-calibrate">
190 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="gcm-import">
196 <term><command>gcm-import</command></term>
197 <listitem>
198 <para>
199 allows you to import ICC profiles supplied by vendors.
200 </para>
201 <indexterm zone="gnome-color-manager gcm-import">
202 <primary sortas="b-gcm-import">gcm-import</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="gcm-inspect">
208 <term><command>gcm-inspect</command></term>
209 <listitem>
210 <para>
211 allows you to inspect your session color-management settings.
212 </para>
213 <indexterm zone="gnome-color-manager gcm-inspect">
214 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="gcm-picker">
220 <term><command>gcm-picker</command></term>
221 <listitem>
222 <para>
223 allows you to pick spot colors for use by an attached colorimeter.
224 </para>
225 <indexterm zone="gnome-color-manager gcm-picker">
226 <primary sortas="b-gcm-picker">gcm-picker</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="gcm-viewer">
232 <term><command>gcm-viewer</command></term>
233 <listitem>
234 <para>
235 allows you to view properties of ICC profiles.
236 </para>
237 <indexterm zone="gnome-color-manager gcm-viewer">
238 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.