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

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 b9fc02a was b9fc02a, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Finish adding --buildtype=release
Most meson based packages should be built with --buildtype=release.
There are a lot of these packages in BLFS. Not all meson based
packages need this. For example gnome-backgrounds only installs
data and mutteer needs --buildtype=debugoptimized for tests.

This commit finishes all of BLFS.

  • 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
8 "&gnome-download-http;/gnome-color-manager/&gnome-minor-36;/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-36;/gnome-color-manager-&gnome-color-manager-version;.tar.xz">
11 <!ENTITY gnome-color-manager-md5sum "c5360705a68e88455b1801200e9aaa2e">
12 <!ENTITY gnome-color-manager-size "2.1 MB">
13 <!ENTITY gnome-color-manager-buildsize "12 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;">
18 <?dbhtml filename="gnome-color-manager.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-color-manager-&gnome-color-manager-version;</title>
25
26 <indexterm zone="gnome-color-manager">
27 <primary sortas="a-gnome-color-manager">gnome-color-manager</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Color Manager</title>
32
33 <para>
34 <application>GNOME Color Manager</application> is a session framework
35 for the <application>GNOME</application> desktop environment that makes
36 it easy to manage, install and generate color profiles.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-color-manager-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-color-manager-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-color-manager-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-color-manager-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-color-manager-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-color-manager-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Color Manager Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="colord"/>,
80 <xref linkend="gtk3"/>,
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="desktop-file-utils"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="&appstream-glib-url;">appstream-glib</ulink> and
95 <xref linkend="docbook-utils"/> (currently causes build to fail)
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 If <xref linkend="docbook-utils"/> is installed, disable installation
108 of the man pages to avoid a build failure:
109 </para>
110
111<screen><userinput>sed /subdir\(\'man/d -i meson.build</userinput></screen>
112
113 <para>
114 Install <application>GNOME Color Manager</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>mkdir build &amp;&amp;
119cd build &amp;&amp;
120
121meson --prefix=/usr --buildtype=release .. &amp;&amp;
122ninja</userinput></screen>
123
124 <para>
125 To test the results, issue: <command>ninja test</command>. The tests must
126 be run from an X session.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>ninja install</userinput></screen>
134
135 </sect2>
136
137 <!--
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para>
142 <parameter>-Dexiv=false</parameter>: This switch is used to disable
143 using Exiv2 because Exiv2-0.27 changed the API in a way that several
144 applications cannot use.
145 </para>
146 <!- - Please check this at the next version of gnome-color-manager AND/OR
147 the next version of Exiv2. No work has been done upstream, but I did file
148 an issue upstream. - ->
149
150 </sect2>
151 -->
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 <!--gcm-calibrate,--> gcm-import, gcm-inspect,
164 gcm-picker, and gcm-viewer
165 </seg>
166 <seg>
167 None
168 </seg>
169 <seg>
170 /usr/share/gnome-color-manager and
171 /usr/share/help/*/gnome-color-manager
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181<!-- Seems to be removed in 3.36.0
182 <varlistentry id="gcm-calibrate">
183 <term><command>gcm-calibrate</command></term>
184 <listitem>
185 <para>
186 is the GCM calibrator tool.
187 </para>
188 <indexterm zone="gnome-color-manager gcm-calibrate">
189 <primary sortas="b-gcm-calibrate">gcm-calibrate</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193-->
194 <varlistentry id="gcm-import">
195 <term><command>gcm-import</command></term>
196 <listitem>
197 <para>
198 allows you to import ICC profiles supplied by vendors
199 </para>
200 <indexterm zone="gnome-color-manager gcm-import">
201 <primary sortas="b-gcm-import">gcm-import</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="gcm-inspect">
207 <term><command>gcm-inspect</command></term>
208 <listitem>
209 <para>
210 allows you to inspect your session color-management settings
211 </para>
212 <indexterm zone="gnome-color-manager gcm-inspect">
213 <primary sortas="b-gcm-inspect">gcm-inspect</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="gcm-picker">
219 <term><command>gcm-picker</command></term>
220 <listitem>
221 <para>
222 allows you to pick spot colors for use by an attached colorimeter
223 </para>
224 <indexterm zone="gnome-color-manager gcm-picker">
225 <primary sortas="b-gcm-picker">gcm-picker</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="gcm-viewer">
231 <term><command>gcm-viewer</command></term>
232 <listitem>
233 <para>
234 allows you to view properties of ICC profiles
235 </para>
236 <indexterm zone="gnome-color-manager gcm-viewer">
237 <primary sortas="b-gcm-viewer">gcm-viewer</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 </variablelist>
243
244 </sect2>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.