source: gnome/applications/gnome-color-manager.xml@ 6eea7da

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6eea7da was 6eea7da, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Add GSound (for gnome-control-center)
Update to gnome-control-center-3.32.1
Update to gnome-bluetooth-3.32.1
Update to gnome-settings-daemon-3.32.0
Update to gnome-color-manager-3.32.0
Minor stylistic tweak to gnome.ent

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

  • Property mode set to 100644
File size: 7.4 KB
RevLine 
[30712eb]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
[6eea7da]8 "&gnome-download-http;/gnome-color-manager/&gnome-minor-32;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
[30712eb]9 <!ENTITY gnome-color-manager-download-ftp
[6eea7da]10 "&gnome-download-ftp;/gnome-color-manager/&gnome-minor-32;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "e6de219a25ac16630aca552936611c15">
[0791bf00]12 <!ENTITY gnome-color-manager-size "2.5 MB">
[6eea7da]13 <!ENTITY gnome-color-manager-buildsize "24 MB">
[22c91155]14 <!ENTITY gnome-color-manager-time "0.2 SBU">
[30712eb]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
[dbea07b]40 &lfs84_checked;
[30712eb]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"/>,
[1accff3c]81 <xref linkend="colord"/>,
[30712eb]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">
[26538d8]91 <xref linkend="exiv2"/> and
[30712eb]92 <xref linkend="vte"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
[827ba01c]97 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
[e3fb392]98 <xref linkend="docbook-utils"/> (currently causes build to fail)
[30712eb]99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/gnome-color-manager"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of GNOME Color Manager</title>
108
[597c34df]109 <para>
110 If <xref linkend="docbook-utils"/> is installed, disable installation
111 of the man pages to avoid a build failure:
112 </para>
113
114<screen><userinput>sed /subdir\(\'man/d -i meson.build</userinput></screen>
115
[30712eb]116 <para>
117 Install <application>GNOME Color Manager</application> by running the following
118 commands:
119 </para>
120
[0791bf00]121<screen><userinput>mkdir build &amp;&amp;
[5ff1726]122cd build &amp;&amp;
123
[6eea7da]124meson --prefix=/usr .. &amp;&amp;
[0791bf00]125ninja</userinput></screen>
[30712eb]126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
[2431f37]131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
[0791bf00]135<screen role="root"><userinput>ninja install</userinput></screen>
[30712eb]136
137 </sect2>
138
[6eea7da]139 <!--
[1575ce1]140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para><parameter>-Dexiv=false</parameter>: This switch is used to disable
144 using Exiv2 because Exiv2-0.27 changed the API in a way that several
145 applications cannot use.</para>
[6eea7da]146 <!- - Please check this at the next version of gnome-color-manager AND/OR
[1575ce1]147 the next version of Exiv2. No work has been done upstream, but I did file
[6eea7da]148 an issue upstream. - ->
[1575ce1]149
150 </sect2>
[6eea7da]151 -->
[1575ce1]152
[30712eb]153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 gcm-calibrate, gcm-import, gcm-inspect,
164 gcm-picker, and gcm-viewer
165 </seg>
166 <seg>
167 None
168 </seg>
169 <seg>
170 /usr/share/gnome-color-manager and
171 /usr/share/help/*/gnome-color-manager
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="gcm-calibrate">
182 <term><command>gcm-calibrate</command></term>
183 <listitem>
184 <para>
185 is the GCM calibrator tool.
186 </para>
187 <indexterm zone="gnome-color-manager gcm-calibrate">
188 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="gcm-import">
194 <term><command>gcm-import</command></term>
195 <listitem>
196 <para>
197 allows you to import ICC profiles supplied by vendors.
198 </para>
199 <indexterm zone="gnome-color-manager gcm-import">
200 <primary sortas="b-gcm-import">gcm-import</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="gcm-inspect">
206 <term><command>gcm-inspect</command></term>
207 <listitem>
208 <para>
209 allows you to inspect your session color-management settings.
210 </para>
211 <indexterm zone="gnome-color-manager gcm-inspect">
212 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="gcm-picker">
218 <term><command>gcm-picker</command></term>
219 <listitem>
220 <para>
221 allows you to pick spot colors for use by an attached colorimeter.
222 </para>
223 <indexterm zone="gnome-color-manager gcm-picker">
224 <primary sortas="b-gcm-picker">gcm-picker</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="gcm-viewer">
230 <term><command>gcm-viewer</command></term>
231 <listitem>
232 <para>
233 allows you to view properties of ICC profiles.
234 </para>
235 <indexterm zone="gnome-color-manager gcm-viewer">
236 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 </variablelist>
242
243 </sect2>
244
245</sect1>
Note: See TracBrowser for help on using the repository browser.