source: gnome/platform/gcr.xml@ 8770a48

systemd-13485
Last change on this file since 8770a48 was 8770a48, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to doxygen-1.8.10
Update to OpenJDK-1.8.0.51
Update to check-0.10.0
Fix a build error in Valgrind using glibc-2.22
Update to GnuTLS-3.4.4.1
Update to acpid-2.0.25
Update to cURL-7.44.0
Update to libpng-1.6.18
Update to cmake-3.3.1
Update to harfbuzz-1.0.2
Update to libdrm-2.4.64
Update to Mesa-10.6.4 (will wait for 11.x release for next update)
Update to Linux-PAM-1.2.1
Update to xterm-319
Update to gdk-pixbuf-2.31.6
Update to vala-0.28.1
Update to LVM2-2.02.128
Update to openbox-3.6.1
Update to PIN-Entry-0.9.5
Update to GnuPG-2.1.7
Update to gcr-3.16.0
Fix URL for gsettings-desktop-schemas-3.16.1
Add some short descriptions by Denis.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16358 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.9 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-minor16;/gcr-&gcr-version;.tar.xz">
8 <!ENTITY gcr-download-ftp "&gnome-download-ftp;/gcr/&gnome-minor16;/gcr-&gcr-version;.tar.xz">
9 <!ENTITY gcr-md5sum "d5835680be0b6a838e02c528d5378d9c">
10 <!ENTITY gcr-size "1.3 MB">
11 <!ENTITY gcr-buildsize "75 MB">
12 <!ENTITY gcr-time "1.0 SBU (with 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 &lfs77_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="libgcrypt"/>,
81 <xref linkend="libtasn1"/>, and
82 <xref linkend="p11-kit"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gnupg2"/>,
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gtk3"/>,
90 <xref linkend="libxslt"/>, and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/> and
97 <xref linkend="valgrind"/>
98 </para>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/gcr"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Gcr</title>
107
108 <para>
109 Install <application>Gcr</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 A session bus address is necessary to run the tests. To test the
118 results, issue: <command>make check</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/gtk-doc-rebuild.xml"/>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 gcr-viewer
147 </seg>
148 <seg>
149 libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
150 </seg>
151 <seg>
152 /usr/include/{gck-1,gcr-3},
153 /usr/share/gcr-3, and
154 /usr/share/gtk-doc/html/{gck,gcr-3}
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="gcr-prompter">
165 <term><command>gcr-prompter</command></term>
166 <listitem>
167 <para>
168 provides the prompt dialog needed by libgcr.
169 </para>
170 <indexterm zone="gcr gcr-prompter">
171 <primary sortas="b-gcr-prompter">gcr-prompter</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="gcr-viewer">
177 <term><command>gcr-viewer</command></term>
178 <listitem>
179 <para>
180 is used to view certificate and key files.
181 </para>
182 <indexterm zone="gcr gcr-viewer">
183 <primary sortas="b-gcr-viewer">gcr-viewer</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libgck-1">
189 <term><filename class="libraryfile">libgck-1.so</filename></term>
190 <listitem>
191 <para>
192 contains GObject bindings for PKCS#11.
193 </para>
194 <indexterm zone="gcr libgck-1">
195 <primary sortas="c-libgck-1">libgck-1.so</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libgcr-3">
201 <term><filename class="libraryfile">libgcr-3.so</filename></term>
202 <listitem>
203 <para>
204 contains functions for high level crypto parsing.
205 </para>
206 <indexterm zone="gcr libgcr-3">
207 <primary sortas="c-libgcr-3">libgcr-3.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.