source: gnome/platform/gcr.xml@ 27747d92

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 27747d92 was 27747d92, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fix URLs in Gnome packages, some wrong and some to use 'gnome-minor' entity.

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

  • Property mode set to 100644
File size: 6.2 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 gcr-download-http "&gnome-download-http;/gcr/&gnome-minor;/gcr-&gcr-version;.tar.xz">
8 <!ENTITY gcr-download-ftp "&gnome-download-ftp;/gcr/&gnome-minor;/gcr-&gcr-version;.tar.xz">
9 <!ENTITY gcr-md5sum "e3f729d63b9b53ef99b5c19958bfb6c8">
10 <!ENTITY gcr-size "1.3 MB">
11 <!ENTITY gcr-buildsize "62 MB (additional 3 MB for tests)">
12 <!ENTITY gcr-time "0.7 SBU (additional 0.1 SBU for tests)">
13]>
14
15<sect1 id="gcr" xreflabel="Gcr-&gcr-version;">
16 <?dbhtml filename="gcr.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gcr-&gcr-version;</title>
24
25 <indexterm zone="gcr">
26 <primary sortas="a-Gcr">Gcr</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gcr</title>
31
32 <para>
33 The <application>Gcr</application> package contains libraries used
34 for displaying certificates and accessing key stores. It also
35 provides the viewer for crypto files on the
36 <application>GNOME</application> Desktop.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gcr-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gcr-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gcr-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gcr-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gcr-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gcr-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Gcr Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="glib2"/>,
80 <xref linkend="intltool"/>,
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>./configure --prefix=/usr \
115 --sysconfdir=/etc &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 A session bus address is necessary to run the tests. To test the results,
120 issue: <command>make check</command>.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>--without-gtk</parameter>: Use this switch if you
135 haven't installed <xref linkend="gtk3"/>.
136 </para>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/gtk-doc-rebuild.xml"/>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Program</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 gcr-viewer and gcr-prompter
154 </seg>
155 <seg>
156 libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
157 </seg>
158 <seg>
159 /usr/include/gck-1,
160 /usr/include/gcr-3,
161 /usr/share/gcr-3,
162 /usr/share/gtk-doc/html/gck, and
163 /usr/share/gtk-doc/html/gcr-3
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="gcr-prompter">
174 <term><command>gcr-prompter</command></term>
175 <listitem>
176 <para>
177 provides the prompt dialog needed by libgcr.
178 </para>
179 <indexterm zone="gcr gcr-prompter">
180 <primary sortas="b-gcr-prompter">gcr-prompter</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="gcr-viewer">
186 <term><command>gcr-viewer</command></term>
187 <listitem>
188 <para>
189 is used to view certificate and key files.
190 </para>
191 <indexterm zone="gcr gcr-viewer">
192 <primary sortas="b-gcr-viewer">gcr-viewer</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="libgck-1">
198 <term><filename class="libraryfile">libgck-1.so</filename></term>
199 <listitem>
200 <para>
201 contains GObject bindings for PKCS#11.
202 </para>
203 <indexterm zone="gcr libgck-1">
204 <primary sortas="c-libgck-1">libgck-1.so</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="libgcr-3">
210 <term><filename class="libraryfile">libgcr-3.so</filename></term>
211 <listitem>
212 <para>
213 contains functions for high level crypto parsing.
214 </para>
215 <indexterm zone="gcr libgcr-3">
216 <primary sortas="c-libgcr-3">libgcr-3.so</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.