source: gnome/applications/gnome-color-manager.xml@ 4b8c1828

kde5-14686 systemd-13485
Last change on this file since 4b8c1828 was 4b8c1828, checked in by Christopher Gregory <cjg@…>, 10 years ago

Create new gnome directory via svn move.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14392 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;/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;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "a6724e52e3bd046fa49c38e25a435d5c">
12 <!ENTITY gnome-color-manager-size "2.5 MB">
13 <!ENTITY gnome-color-manager-buildsize "24 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;">
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 &lfs76_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="lcms2"/>,
82 <xref linkend="libcanberra"/>,
83 <xref linkend="libexif"/>, and
84 <xref linkend="yelp-xsl"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="exiv2"/> and
90 <xref linkend="vte"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="docbook-utils"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/gnome-color-manager"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of GNOME Color Manager</title>
105
106 <para>
107 Install <application>GNOME Color Manager</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>sed -i "/\tman/d" Makefile.in &amp;&amp;
112./configure --prefix=/usr --disable-packagekit &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <command>sed -i "/\tman/d" Makefile.in</command>: This sed prevents
128 man pages from being built even if <xref linkend="docbook-utils"/>
129 package is present. Building man pages is currently broken.
130 </para>
131
132 <para>
133 <parameter>--disable-packagekit</parameter>: This switch disables
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.