source: gnome/applications/gnome-color-manager.xml@ abf03a85

systemd-13485
Last change on this file since abf03a85 was abf03a85, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to samba-4.3.0
Update to libgcrypt-1.6.4
Update to gvfs-1.24.2
Update to nautilus-3.16.2
Update to zenity-3.16.3
Update to gnome-bluetooth-3.16.1
Update to xf86-input-wacom-0.31.0
Update to NSS-3.20
Update to gnome-settings-daemon-3.16.3
Update to cracklib-2.9.6 and cracklib-words-2.9.6
Update to libpwquality-1.3.0
Update to appstream-glib-0.5.0
Update to cheese-3.16.1
Update to ibus-1.5.11
Update to network-manager-applet-1.0.6
Update to exiv2-0.25
Update to gnome-color-manager-3.16.0
Update to gnome-control-center-3.16.3
Update to libinput-1.0.1
Update to mutter-3.16.3
Update to gnome-shell-3.16.3
Update to gnome-shell-extensions-3.16.2
Update to gnome-session-3.16.0
Update to gdm-3.16.2
Update to gnome-user-docs-3.16.1
Update to yelp-3.16.1

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

  • Property mode set to 100644
File size: 6.7 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-minor16;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
9 <!ENTITY gnome-color-manager-download-ftp
10 "&gnome-download-ftp;/gnome-color-manager/&gnome-minor16;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "f4b80672303ec2acae325f44c373c448">
12 <!ENTITY gnome-color-manager-size "2.5 MB">
13 <!ENTITY gnome-color-manager-buildsize "26 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 &lfs77_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="itstool"/>,
82 <xref linkend="lcms2"/>,
83 <xref linkend="libcanberra"/>, and
84 <xref linkend="libexif"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="appstream-glib"/>,
90 <xref linkend="exiv2"/>, and
91 <xref linkend="vte"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="docbook-utils"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/gnome-color-manager"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of GNOME Color Manager</title>
106
107 <para>
108 Install <application>GNOME Color Manager</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./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 <parameter>--disable-packagekit</parameter>: This switch disables
128 use of PackageKit which isn't suitable for BLFS.
129 </para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 gcm-calibrate, gcm-import, gcm-inspect,
144 gcm-picker, and gcm-viewer
145 </seg>
146 <seg>
147 None
148 </seg>
149 <seg>
150 /usr/share/gnome-color-manager and
151 /usr/share/help/*/gnome-color-manager
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="gcm-calibrate">
162 <term><command>gcm-calibrate</command></term>
163 <listitem>
164 <para>
165 is the GCM calibrator tool.
166 </para>
167 <indexterm zone="gnome-color-manager gcm-calibrate">
168 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="gcm-import">
174 <term><command>gcm-import</command></term>
175 <listitem>
176 <para>
177 allows you to import ICC profiles supplied by vendors.
178 </para>
179 <indexterm zone="gnome-color-manager gcm-import">
180 <primary sortas="b-gcm-import">gcm-import</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="gcm-inspect">
186 <term><command>gcm-inspect</command></term>
187 <listitem>
188 <para>
189 allows you to inspect your session color-management settings.
190 </para>
191 <indexterm zone="gnome-color-manager gcm-inspect">
192 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="gcm-picker">
198 <term><command>gcm-picker</command></term>
199 <listitem>
200 <para>
201 allows you to pick spot colors for use by an attached colorimeter.
202 </para>
203 <indexterm zone="gnome-color-manager gcm-picker">
204 <primary sortas="b-gcm-picker">gcm-picker</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="gcm-viewer">
210 <term><command>gcm-viewer</command></term>
211 <listitem>
212 <para>
213 allows you to view properties of ICC profiles.
214 </para>
215 <indexterm zone="gnome-color-manager gcm-viewer">
216 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.