source: gnome/platform/gcr.xml@ 27747668

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 27747668 was 27747668, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to mesa-11.0.4.
  • Update to xscreensaver-5.34.
  • Update to pygobject3-3.18.2.
  • Update to sysstat-11.1.8.
  • Update to gtksourceview-3.18.1.
  • Update to gvfs-1.26.1.1.
  • Update to gnome-keyring-3.18.2.
  • Update to gcr-3.18.0.
  • Update to gsettings-desktop-schemas-3.18.1.
  • libmpeg2-0.5.1: s/{so,a}/so/ in "Short Descriptions".

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

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[dabe4b0]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
[27747668]7 <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-18;/gcr-&gcr-version;.tar.xz">
8 <!ENTITY gcr-download-ftp "&gnome-download-ftp;/gcr/&gnome-minor-18;/gcr-&gcr-version;.tar.xz">
9 <!ENTITY gcr-md5sum "b959bac99e17c9bb0990a15c9be11aed">
[2377fb3]10 <!ENTITY gcr-size "1.3 MB">
[27747668]11 <!ENTITY gcr-buildsize "81 MB (with tests)">
12 <!ENTITY gcr-time "0.8 SBU (with tests)">
[dabe4b0]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
[46db8b5]39 &lfs78_checked;
[dabe4b0]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">
[f6962ed]79 <xref linkend="glib2"/>,
[dabe4b0]80 <xref linkend="libgcrypt"/>,
[ec592a68]81 <xref linkend="libtasn1"/>, and
[dabe4b0]82 <xref linkend="p11-kit"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
[f6962ed]87 <xref linkend="gnupg2"/>,
[2377fb3]88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gtk3"/>,
90 <xref linkend="libxslt"/>, and
91 <xref linkend="vala"/>
[dabe4b0]92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/> and
[f1607a4]97 <xref linkend="valgrind"/>
[dabe4b0]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
[ec592a68]113<screen><userinput>./configure --prefix=/usr \
[682f45b2]114 --sysconfdir=/etc &amp;&amp;
[dabe4b0]115make</userinput></screen>
116
117 <para>
[d8f0d47]118 To test the results, issue: <command>make -k check</command>.
119 Some tests fail for unknown reasons.
[dabe4b0]120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
[f6962ed]132 <para>
133 <parameter>--without-gtk</parameter>: Use this switch if you
134 haven't installed <xref linkend="gtk3"/>.
135 </para>
136
[dabe4b0]137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/gtk-doc-rebuild.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
[b230e27]152 gcr-viewer
[dabe4b0]153 </seg>
154 <seg>
[2377fb3]155 libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
[dabe4b0]156 </seg>
157 <seg>
158 /usr/include/gck-1,
[27747668]159 /usr/{include,share,share/gtk-doc/html}/gcr-3, and
160 /usr/share/gtk-doc/html/gck
[dabe4b0]161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="gcr-viewer">
171 <term><command>gcr-viewer</command></term>
172 <listitem>
173 <para>
174 is used to view certificate and key files.
175 </para>
176 <indexterm zone="gcr gcr-viewer">
177 <primary sortas="b-gcr-viewer">gcr-viewer</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libgck-1">
183 <term><filename class="libraryfile">libgck-1.so</filename></term>
184 <listitem>
185 <para>
186 contains GObject bindings for PKCS#11.
187 </para>
188 <indexterm zone="gcr libgck-1">
189 <primary sortas="c-libgck-1">libgck-1.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libgcr-3">
195 <term><filename class="libraryfile">libgcr-3.so</filename></term>
196 <listitem>
197 <para>
198 contains functions for high level crypto parsing.
199 </para>
200 <indexterm zone="gcr libgcr-3">
201 <primary sortas="c-libgcr-3">libgcr-3.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.