source: gnome/applications/gnome-color-manager.xml@ 7ee0102

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 7ee0102 was 4f5369a, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Modify dependencies for babl and mutter
Minor fixes to several pages (mostly URL changes)
Update to gnome-user-docs-3.24.0
Update to Appstream-Glib-0.6.12
Update to Cheese-3.24.0
Update to gdm-3.24.1
Update to gnome-backgrounds-3.24.0
Update to gnome-settings-daemon-3.24.1
Update to gnome-color-manager-3.24.0
Update to gnome-control-center-3.24.1
Update to gnome-shell-3.24.1
Update to gnome-shell-extensions-3.24.1
Update to gnome-session-3.24.1
Update to gvfs-1.32.1
Update to mutter-3.24.1
Update to nautilus-3.24.1
Update to zenity-3.24.0

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

  • Property mode set to 100644
File size: 6.9 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-24;/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-24;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "47b7f7ef50e9e28f07db14c604ef08c9">
12 <!ENTITY gnome-color-manager-size "2.7 MB">
13 <!ENTITY gnome-color-manager-buildsize "25 MB">
14 <!ENTITY gnome-color-manager-time "0.1 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 &lfs80_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="colord1"/>,
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 <xref linkend="appstream-glib"/>,
92 <xref linkend="exiv2"/>, and
93 <xref linkend="vte"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="docbook-utils"/>
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
109 <para>
110 Install <application>GNOME Color Manager</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --disable-packagekit &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <parameter>--disable-packagekit</parameter>: This switch disables the
134 use of PackageKit which isn't suitable for BLFS.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 gcm-calibrate, gcm-import, gcm-inspect,
150 gcm-picker, and gcm-viewer
151 </seg>
152 <seg>
153 None
154 </seg>
155 <seg>
156 /usr/share/gnome-color-manager and
157 /usr/share/help/*/gnome-color-manager
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="gcm-calibrate">
168 <term><command>gcm-calibrate</command></term>
169 <listitem>
170 <para>
171 is the GCM calibrator tool.
172 </para>
173 <indexterm zone="gnome-color-manager gcm-calibrate">
174 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="gcm-import">
180 <term><command>gcm-import</command></term>
181 <listitem>
182 <para>
183 allows you to import ICC profiles supplied by vendors.
184 </para>
185 <indexterm zone="gnome-color-manager gcm-import">
186 <primary sortas="b-gcm-import">gcm-import</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="gcm-inspect">
192 <term><command>gcm-inspect</command></term>
193 <listitem>
194 <para>
195 allows you to inspect your session color-management settings.
196 </para>
197 <indexterm zone="gnome-color-manager gcm-inspect">
198 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="gcm-picker">
204 <term><command>gcm-picker</command></term>
205 <listitem>
206 <para>
207 allows you to pick spot colors for use by an attached colorimeter.
208 </para>
209 <indexterm zone="gnome-color-manager gcm-picker">
210 <primary sortas="b-gcm-picker">gcm-picker</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="gcm-viewer">
216 <term><command>gcm-viewer</command></term>
217 <listitem>
218 <para>
219 allows you to view properties of ICC profiles.
220 </para>
221 <indexterm zone="gnome-color-manager gcm-viewer">
222 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.