source: gnome-systemd/applications/gnome-color-manager.xml@ 547d17f1

systemd-11177
Last change on this file since 547d17f1 was 547d17f1, checked in by Krejzi <krejzi@…>, 10 years ago

More GNOME related work.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13721 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.6 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 &lfs75_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>./configure --prefix=/usr --disable-packagekit &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <parameter>--disable-packagekit</parameter>: This switch disables
127 use of PackageKit which isn't suitable for BLFS.
128 </para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 gcm-calibrate, gcm-import, gcm-inspect,
143 gcm-picker, and gcm-viewer
144 </seg>
145 <seg>
146 None
147 </seg>
148 <seg>
149 /usr/share/gnome-color-manager and
150 /usr/share/help/*/gnome-color-manager
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="gcm-calibrate">
161 <term><command>gcm-calibrate</command></term>
162 <listitem>
163 <para>
164 is the GCM calibrator tool.
165 </para>
166 <indexterm zone="gnome-color-manager gcm-calibrate">
167 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="gcm-import">
173 <term><command>gcm-import</command></term>
174 <listitem>
175 <para>
176 allows you to import ICC profiles supplied by vendors.
177 </para>
178 <indexterm zone="gnome-color-manager gcm-import">
179 <primary sortas="b-gcm-import">gcm-import</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="gcm-inspect">
185 <term><command>gcm-inspect</command></term>
186 <listitem>
187 <para>
188 allows you to inspect your session color-management settings.
189 </para>
190 <indexterm zone="gnome-color-manager gcm-inspect">
191 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="gcm-picker">
197 <term><command>gcm-picker</command></term>
198 <listitem>
199 <para>
200 allows you to pick spot colors for use by an attached colorimeter.
201 </para>
202 <indexterm zone="gnome-color-manager gcm-picker">
203 <primary sortas="b-gcm-picker">gcm-picker</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="gcm-viewer">
209 <term><command>gcm-viewer</command></term>
210 <listitem>
211 <para>
212 allows you to view properties of ICC profiles.
213 </para>
214 <indexterm zone="gnome-color-manager gcm-viewer">
215 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.