source: gnome/add/gnome-color-manager.xml@ 82027623

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 82027623 was d171f893, checked in by Krejzi <krejzi@…>, 12 years ago

remove possibly last of gnome-packagekit deps

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

  • Property mode set to 100644
File size: 7.4 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 "&gnome-download-http;/gnome-color-manager/3.2/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
8 <!ENTITY gnome-color-manager-download-ftp "&gnome-download-ftp;/gnome-color-manager/3.2/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
9 <!ENTITY gnome-color-manager-md5sum "76d36a6e915cd4fe08ea25a2f7ed914b">
10 <!ENTITY gnome-color-manager-size "2.4 MB">
11 <!ENTITY gnome-color-manager-buildsize "24 MB">
12 <!ENTITY gnome-color-manager-time "0.3 SBU">
13]>
14
15<sect1 id="gnome-color-manager" xreflabel="gnome-color-manager-&gnome-color-manager-version;">
16 <?dbhtml filename="gnome-color-manager.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-color-manager-&gnome-color-manager-version;</title>
24
25 <indexterm zone="gnome-color-manager">
26 <primary sortas="a-gnome-color-manager">gnome-color-manager</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-color-manager</title>
31
32 <para><application>GNOME Color Manager</application> is a session framework for the
33 <application>GNOME</application> desktop environment that makes it easy to manage,
34 install and generate color profiles.</para>
35
36 &lfs70_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gnome-color-manager-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gnome-color-manager-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gnome-color-manager-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gnome-color-manager-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">gnome-color-manager Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="colord"/>,
64 <xref linkend="exiv2"/>,
65 <xref linkend="gnome-desktop"/>,
66 <xref linkend="gnome-doc-utils"/>,
67 <!-- pulled in by gnome-desktop <xref linkend="gtk3"/>,-->
68 <!-- pulled in for xorg <xref linkend="intltool"/>, -->
69 <xref linkend="lcms2"/>,
70 <xref linkend="libcanberra"/>,
71 <xref linkend="libexif"/>,
72 <xref linkend="vte"/>, and
73 <xref linkend="xorg7-lib"/></para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="optional"><xref linkend="rarian"/></para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="clutter-gtk"/> with
80 <ulink url="http://source.clutter-project.org/sources/mash">mash</ulink></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gnome-color-manager"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of gnome-color-manager</title>
89
90 <para>Install <application>gnome-color-manager</application> by running the following
91 commands:</para>
92
93<screen><userinput>./configure --prefix=$GNOME_PREFIX \
94 --libexecdir=$GNOME_PREFIX/lib/gnome-color-manager \
95 --disable-packagekit &amp;&amp;
96make</userinput></screen>
97
98 <!-- in this case, lie - it looks as if our version of glibc broke it
99 ('file' undeclared in gcm-self-test.c) -->
100 <para>This package does not have a testsuite.</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-color-manager</parameter>:
110 This parameter ensures <filename>gcm-helper-exiv</filename> is not installed
111 into <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
112
113 <para><parameter>--disable-packagekit</parameter>: This parameter disables use
114 of PackageKit which isn't suitable for BLFS.</para>
115
116 <para><option>--enable-static=no</option>: This switch prevents the static
117 libraries being installed.</para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>gcm-calibrate, gcm-helper-exiv, gcm-import, gcm-inspect, gcm-picker, and gcm-viewer</seg>
131 <seg>None</seg>
132 <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-color-manager,share/gnome-color-manager/{figures,icons,targets}}</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="gcm-calibrate">
142 <term><command>gcm-calibrate</command></term>
143 <listitem>
144 <para>is the GCM calibrator tool.</para>
145 <indexterm zone="gnome-color-manager gcm-calibrate">
146 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <!-- undocumented
152 <varlistentry id="gcm-helper-exiv">
153 <term><command>gcm-helper-exiv</command></term>
154 <listitem>
155 <para>does this .....</para>
156 <indexterm zone="gnome-color-manager gcm-helper-exiv">
157 <primary sortas="b-gcm-helper-exiv">gcm-helper-exiv</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>-->
161
162 <varlistentry id="gcm-import">
163 <term><command>gcm-import</command></term>
164 <listitem>
165 <para>allows you to import ICC profiles supplied by vendors.</para>
166 <indexterm zone="gnome-color-manager gcm-import">
167 <primary sortas="b-gcm-import">gcm-import</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="gcm-inspect">
173 <term><command>gcm-inspect</command></term>
174 <listitem>
175 <para>allows you to inspect your session color-management settings.</para>
176 <indexterm zone="gnome-color-manager gcm-inspect">
177 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="gcm-picker">
183 <term><command>gcm-picker</command></term>
184 <listitem>
185 <para>allows you to pick spot colors for use by an attached colorimeter.</para>
186 <indexterm zone="gnome-color-manager gcm-picker">
187 <primary sortas="b-gcm-picker">gcm-picker</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="gcm-viewer">
193 <term><command>gcm-viewer</command></term>
194 <listitem>
195 <para>allows you to view properties of ICC profiles.</para>
196 <indexterm zone="gnome-color-manager gcm-viewer">
197 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.