source: gnome/platform/gcr4.xml@ 5b78d1c

lazarus trunk
Last change on this file since 5b78d1c was e079a48, checked in by Douglas R. Reno <renodr@…>, 7 weeks ago

Update to gcr4-4.3.0

  • Property mode set to 100644
File size: 6.9 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[0facdac]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 gcr4-download-http "&gnome-download-http;/gcr/&gcr4-minor;/gcr-&gcr4-version;.tar.xz">
[e1e58be]8 <!ENTITY gcr4-download-ftp " ">
[e079a48]9 <!ENTITY gcr4-md5sum "51ae0448c7c42caf0b7deb2639c9e9b8">
10 <!ENTITY gcr4-size "712 KB">
11 <!ENTITY gcr4-buildsize "30 MB (with tests)">
[ab7282f]12 <!ENTITY gcr4-time "0.1 SBU (with tests; both using parallelism=4)">
[0facdac]13]>
14
15<sect1 id="gcr4" xreflabel="Gcr-&gcr4-version;">
16 <?dbhtml filename="gcr4.html"?>
17
18
19 <title>Gcr-&gcr4-version;</title>
20
21 <indexterm zone="gcr4">
22 <primary sortas="a-Gcr">Gcr</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gcr</title>
27
28 <para>
29 The <application>Gcr</application> package contains libraries used
30 for displaying certificates and accessing key stores. It also
31 provides the viewer for crypto files on the
32 <application>GNOME</application> Desktop.
33 </para>
34
[337b22a]35 &lfs121_checked;
[0facdac]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gcr4-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gcr4-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gcr4-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gcr4-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gcr4-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gcr4-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Gcr Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[c0bc0a9]75 <xref linkend="glib2"/> (GObject Introspection recommended),
[0facdac]76 <xref linkend="libgcrypt"/>, and
77 <xref linkend="p11-kit"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gnupg2"/>,
83 <xref linkend="gtk4"/>,
84 <xref linkend="libsecret"/>,
[b269719]85 <xref linkend="libxslt"/>,
86 <xref linkend="openssh"/>, and
[0facdac]87 <xref linkend="vala"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
[e079a48]92 <xref linkend="gi-docgen"/>,
93 <xref linkend="gnutls"/>, and
[f56d2e7]94 <xref linkend="valgrind"/>
[0facdac]95 </para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Gcr</title>
101
[4a8f53ed]102 <note>
103 <para>Both gcr-3 and gcr-4 are coinstallable. This version of the package is
104 used to support GTK-4 applications, such as
[054cf57b]105 <xref linkend="gnome-shell" role="nodep"/> and
106 <xref linkend="epiphany" role="nodep"/>.</para>
[4a8f53ed]107 </note>
108
[0facdac]109 <para>
110 Install <application>Gcr</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
[91318eb]117meson setup --prefix=/usr \
118 --buildtype=release \
119 -Dgtk_doc=false \
120 .. &amp;&amp;
[3a7d81ba]121ninja</userinput></screen>
122
123 <para>
124 If you have <xref linkend='gi-docgen'/> installed and wish to build
125 the API documentation for this package, issue:
126 </para>
127
[875b3b57]128<screen remap='doc'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
[3a7d81ba]129 -i ../docs/*/meson.build &amp;&amp;
130meson configure -Dgtk_doc=true &amp;&amp;
[0facdac]131ninja</userinput></screen>
132
133 <para>
134 To test the results, issue: <command>ninja test</command>.
135 The tests must be run from an X Terminal or similar.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>ninja install</userinput></screen>
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/meson-buildtype-release.xml"/>
150
151 <para>
[9e3d8219]152 <option>-Dgtk4=false</option>: Use this switch if you
[0facdac]153 haven't installed <xref linkend="gtk4"/>. Note that
154 <application>gcr-viewer</application> will not be installed
155 if this is passed to meson.
156 </para>
157
158 <para>
[b269719]159 <option>-Dssh_agent=false</option>: Use this switch if you
160 haven't installed <xref linkend="openssh"/>, and wish to disable
161 ssh compatibility.
[0facdac]162 </para>
163
[b269719]164 <para>
165 <option>-Dgtk_doc=true</option>: &gi-doc-disable;
166 </para>
[e079a48]167
168 <para>
169 <option>-Dcrypto=gnutls</option>: Use this switch if you have
170 <xref linkend="gnutls" role="nodep"/> installed and wish to use it
171 instead of <xref linkend="libgcrypt" role="nodep"/>.
172 </para>
[0facdac]173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>
186 gcr-viewer-gtk4
187 </seg>
188 <seg>
189 libgck-2.so, libgcr-4.so
190 </seg>
191 <seg>
192 /usr/include/gck-2,
193 /usr/include/gcr-4, and
194 /usr/share/gtk-doc/html/{gcr,gck}
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="gcr-viewer-gtk4">
205 <term><command>gcr-viewer-gtk4</command></term>
206 <listitem>
207 <para>
208 is used to view certificates and key files
209 </para>
210 <indexterm zone="gcr4 gcr-viewer-gtk4">
211 <primary sortas="b-gcr-viewer-gtk4">gcr-viewer-gtk4</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="libgck-2">
217 <term><filename class="libraryfile">libgck-2.so</filename></term>
218 <listitem>
219 <para>
220 contains GObject bindings for PKCS#11
221 </para>
222 <indexterm zone="gcr4 libgck-2">
223 <primary sortas="c-libgck-2">libgck-2.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libgcr-4">
229 <term><filename class="libraryfile">libgcr-4.so</filename></term>
230 <listitem>
231 <para>
232 contains functions for accessing key stores and displaying
233 certificates
234 </para>
235 <indexterm zone="gcr4 libgcr-4">
236 <primary sortas="c-libgcr-4">libgcr-4.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.