source: gnome/platform/gcr.xml@ 998a0e0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 998a0e0 was 6f13fc0b, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to network-manager-applet-1.4.0
Update to NetworkManager-1.4.0
Update to libksba-1.3.5
Update to gnupg-2.1.15
Update to dhcpcd-6.11.3
Lots of Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17681 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-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<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 &lfs7a_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>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
114
115./configure --prefix=/usr \
116 --sysconfdir=/etc &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 To test the results, issue: <command>make -k check</command>.
121 Some tests fail for unknown reasons.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <command>sed ... schema/*.xml</command>: This command fixes a
136 deprecated entry in the schema template.
137 </para>
138
139 <para>
140 <parameter>--without-gtk</parameter>: Use this switch if you
141 haven't installed <xref linkend="gtk3"/>.
142 </para>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Program</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 gcr-viewer
160 </seg>
161 <seg>
162 libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
163 </seg>
164 <seg>
165 /usr/include/gck-1,
166 /usr/{include,share,share/gtk-doc/html}/gcr-3, and
167 /usr/share/gtk-doc/html/gck
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="gcr-viewer">
178 <term><command>gcr-viewer</command></term>
179 <listitem>
180 <para>
181 is used to view certificate and key files.
182 </para>
183 <indexterm zone="gcr gcr-viewer">
184 <primary sortas="b-gcr-viewer">gcr-viewer</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libgck-1">
190 <term><filename class="libraryfile">libgck-1.so</filename></term>
191 <listitem>
192 <para>
193 contains GObject bindings for PKCS#11.
194 </para>
195 <indexterm zone="gcr libgck-1">
196 <primary sortas="c-libgck-1">libgck-1.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libgcr-3">
202 <term><filename class="libraryfile">libgcr-3.so</filename></term>
203 <listitem>
204 <para>
205 contains functions for high level crypto parsing.
206 </para>
207 <indexterm zone="gcr libgcr-3">
208 <primary sortas="c-libgcr-3">libgcr-3.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.