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 gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-20;/gcr-&gcr-version;.tar.xz">
|
---|
8 | <!ENTITY gcr-download-ftp "&gnome-download-ftp;/gcr/&gnome-minor-20;/gcr-&gcr-version;.tar.xz">
|
---|
9 | <!ENTITY gcr-md5sum "4314bf89eac293dd0a9d806593ff1b35">
|
---|
10 | <!ENTITY gcr-size "1.3 MB">
|
---|
11 | <!ENTITY gcr-buildsize "70 MB (with tests)">
|
---|
12 | <!ENTITY gcr-time "1.0 SBU (with tests)">
|
---|
13 |
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="gcr" xreflabel="Gcr-&gcr-version;">
|
---|
17 | <?dbhtml filename="gcr.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>Gcr-&gcr-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="gcr">
|
---|
27 | <primary sortas="a-Gcr">Gcr</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to Gcr</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | The <application>Gcr</application> package contains libraries used
|
---|
35 | for displaying certificates and accessing key stores. It also
|
---|
36 | provides the viewer for crypto files on the
|
---|
37 | <application>GNOME</application> Desktop.
|
---|
38 | </para>
|
---|
39 |
|
---|
40 | &lfs81_checked;
|
---|
41 |
|
---|
42 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
43 | <itemizedlist spacing="compact">
|
---|
44 | <listitem>
|
---|
45 | <para>
|
---|
46 | Download (HTTP): <ulink url="&gcr-download-http;"/>
|
---|
47 | </para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (FTP): <ulink url="&gcr-download-ftp;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download MD5 sum: &gcr-md5sum;
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download size: &gcr-size;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Estimated disk space required: &gcr-buildsize;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated build time: &gcr-time;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | </itemizedlist>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect3">Gcr Dependencies</bridgehead>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
79 | <para role="required">
|
---|
80 | <xref linkend="glib2"/>,
|
---|
81 | <xref linkend="libgcrypt"/>,
|
---|
82 | <xref linkend="libtasn1"/>, and
|
---|
83 | <xref linkend="p11-kit"/>
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
87 | <para role="recommended">
|
---|
88 | <xref linkend="gnupg2"/>,
|
---|
89 | <xref linkend="gobject-introspection"/>,
|
---|
90 | <xref linkend="gtk3"/>,
|
---|
91 | <xref linkend="libxslt"/>, and
|
---|
92 | <xref linkend="vala"/>
|
---|
93 | </para>
|
---|
94 |
|
---|
95 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
96 | <para role="optional">
|
---|
97 | <xref linkend="gtk-doc"/> and
|
---|
98 | <xref linkend="valgrind"/>
|
---|
99 | </para>
|
---|
100 |
|
---|
101 | <para condition="html" role="usernotes">
|
---|
102 | User Notes: <ulink url="&blfs-wiki;/gcr"/>
|
---|
103 | </para>
|
---|
104 | </sect2>
|
---|
105 |
|
---|
106 | <sect2 role="installation">
|
---|
107 | <title>Installation of Gcr</title>
|
---|
108 |
|
---|
109 | <para>
|
---|
110 | Install <application>Gcr</application> by running the following
|
---|
111 | commands:
|
---|
112 | </para>
|
---|
113 |
|
---|
114 | <screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &&
|
---|
115 |
|
---|
116 | ./configure --prefix=/usr \
|
---|
117 | --sysconfdir=/etc &&
|
---|
118 | make</userinput></screen>
|
---|
119 |
|
---|
120 | <para>
|
---|
121 | To test the results, issue: <command>make -k check</command>.
|
---|
122 | The tests must be run from an X Terminal or similar, but two
|
---|
123 | still fail.
|
---|
124 | </para>
|
---|
125 |
|
---|
126 | <para>
|
---|
127 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
128 | </para>
|
---|
129 |
|
---|
130 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
131 | </sect2>
|
---|
132 |
|
---|
133 | <sect2 role="commands">
|
---|
134 | <title>Command Explanations</title>
|
---|
135 |
|
---|
136 | <para>
|
---|
137 | <command>sed ... schema/*.xml</command>: This command fixes a
|
---|
138 | deprecated entry in the schema template.
|
---|
139 | </para>
|
---|
140 |
|
---|
141 | <para>
|
---|
142 | <option>--without-gtk</option>: Use this switch if you
|
---|
143 | haven't installed <xref linkend="gtk3"/>. Note that
|
---|
144 | <application>gcr-viewer</application> will not be installed
|
---|
145 | if this is passed to configure.
|
---|
146 | </para>
|
---|
147 |
|
---|
148 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
149 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
150 |
|
---|
151 | </sect2>
|
---|
152 |
|
---|
153 | <sect2 role="content">
|
---|
154 | <title>Contents</title>
|
---|
155 |
|
---|
156 | <segmentedlist>
|
---|
157 | <segtitle>Installed Program</segtitle>
|
---|
158 | <segtitle>Installed Libraries</segtitle>
|
---|
159 | <segtitle>Installed Directories</segtitle>
|
---|
160 |
|
---|
161 | <seglistitem>
|
---|
162 | <seg>
|
---|
163 | gcr-viewer
|
---|
164 | </seg>
|
---|
165 | <seg>
|
---|
166 | libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
|
---|
167 | </seg>
|
---|
168 | <seg>
|
---|
169 | /usr/include/gck-1,
|
---|
170 | /usr/{include,share,share/gtk-doc/html}/gcr-3, and
|
---|
171 | /usr/share/gtk-doc/html/gck
|
---|
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 | <varlistentry id="gcr-viewer">
|
---|
182 | <term><command>gcr-viewer</command></term>
|
---|
183 | <listitem>
|
---|
184 | <para>
|
---|
185 | is used to view certificates and key files.
|
---|
186 | </para>
|
---|
187 | <indexterm zone="gcr gcr-viewer">
|
---|
188 | <primary sortas="b-gcr-viewer">gcr-viewer</primary>
|
---|
189 | </indexterm>
|
---|
190 | </listitem>
|
---|
191 | </varlistentry>
|
---|
192 |
|
---|
193 | <varlistentry id="libgck-1">
|
---|
194 | <term><filename class="libraryfile">libgck-1.so</filename></term>
|
---|
195 | <listitem>
|
---|
196 | <para>
|
---|
197 | contains GObject bindings for PKCS#11.
|
---|
198 | </para>
|
---|
199 | <indexterm zone="gcr libgck-1">
|
---|
200 | <primary sortas="c-libgck-1">libgck-1.so</primary>
|
---|
201 | </indexterm>
|
---|
202 | </listitem>
|
---|
203 | </varlistentry>
|
---|
204 |
|
---|
205 | <varlistentry id="libgcr-3">
|
---|
206 | <term><filename class="libraryfile">libgcr-3.so</filename></term>
|
---|
207 | <listitem>
|
---|
208 | <para>
|
---|
209 | contains functions for high level crypto parsing.
|
---|
210 | </para>
|
---|
211 | <indexterm zone="gcr libgcr-3">
|
---|
212 | <primary sortas="c-libgcr-3">libgcr-3.so</primary>
|
---|
213 | </indexterm>
|
---|
214 | </listitem>
|
---|
215 | </varlistentry>
|
---|
216 |
|
---|
217 | </variablelist>
|
---|
218 |
|
---|
219 | </sect2>
|
---|
220 |
|
---|
221 | </sect1>
|
---|