source: gnome/applications/gnome-color-manager.xml@ 3bef2f0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3bef2f0 was 3bef2f0, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 7.

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

  • 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 gnome-color-manager-download-http
8 "&gnome-download-http;/gnome-color-manager/3.4/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
9 <!ENTITY gnome-color-manager-download-ftp
10 "&gnome-download-ftp;/gnome-color-manager/3.4/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "9c9e84d17a9a5d2b6e6d078f924095b8">
12 <!ENTITY gnome-color-manager-size "2.5 MB">
13 <!ENTITY gnome-color-manager-buildsize "24 MB">
14 <!ENTITY gnome-color-manager-time "0.4 SBU">
15]>
16
17<sect1 id="gnome-color-manager" xreflabel="gnome-color-manager-&gnome-color-manager-version;">
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 for the
36 <application>GNOME</application> desktop environment that makes it easy to manage,
37 install and generate color profiles.
38 </para>
39
40 &lfs70_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"/>,
81 <xref linkend="exiv2"/>,
82 <xref linkend="gnome-desktop"/>,
83 <xref linkend="lcms2"/>,
84 <xref linkend="libcanberra"/>,
85 <xref linkend="libexif"/> and
86 <xref linkend="vte"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="rarian"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="clutter-gtk"/> with
97 <ulink url="http://source.clutter-project.org/sources/mash">mash</ulink>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnome-color-manager"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GNOME Color Manager</title>
107
108 <para>
109 Install <application>GNOME Color Manager</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr \
114 --libexecdir=/usr/lib/gnome-color-manager \
115 --disable-packagekit &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>--libexecdir=/usr/lib/gnome-color-manager</parameter>:
131 This parameter ensures <filename>gcm-helper-exiv</filename> is not installed
132 into <filename class="directory">/usr/libexec</filename>.
133 </para>
134
135 <para>
136 <option>--disable-packagekit</option>: This parameter disables use
137 of PackageKit which isn't suitable for BLFS.
138 </para>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/without-scrollkeeper.xml"/>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 gcm-calibrate, gcm-import, gcm-inspect,
155 gcm-picker and gcm-viewer
156 </seg>
157 <seg>
158 /usr/lib/gnome-color-manager and
159 /usr/share/gnome-color-manager
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="gcm-calibrate">
170 <term><command>gcm-calibrate</command></term>
171 <listitem>
172 <para>
173 is the GCM calibrator tool.
174 </para>
175 <indexterm zone="gnome-color-manager gcm-calibrate">
176 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="gcm-import">
182 <term><command>gcm-import</command></term>
183 <listitem>
184 <para>
185 allows you to import ICC profiles supplied by vendors.
186 </para>
187 <indexterm zone="gnome-color-manager gcm-import">
188 <primary sortas="b-gcm-import">gcm-import</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="gcm-inspect">
194 <term><command>gcm-inspect</command></term>
195 <listitem>
196 <para>
197 allows you to inspect your session color-management settings.
198 </para>
199 <indexterm zone="gnome-color-manager gcm-inspect">
200 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="gcm-picker">
206 <term><command>gcm-picker</command></term>
207 <listitem>
208 <para>
209 allows you to pick spot colors for use by an attached colorimeter.
210 </para>
211 <indexterm zone="gnome-color-manager gcm-picker">
212 <primary sortas="b-gcm-picker">gcm-picker</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="gcm-viewer">
218 <term><command>gcm-viewer</command></term>
219 <listitem>
220 <para>
221 allows you to view properties of ICC profiles.
222 </para>
223 <indexterm zone="gnome-color-manager gcm-viewer">
224 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 </variablelist>
230
231 </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.