source: gnome/platform/gcr.xml@ e7c9d5a9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 e7c9d5a9 was 560b86d, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to WebKitGTK+-2.16.0
Archive geoclue-0.12.0
Update to geoclue2-2.4.6
Update to gjs-1.48.0

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

  • Property mode set to 100644
File size: 6.1 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 &lfs80_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 The tests must be run from an X Terminal or similar, but two
122 still fail.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <command>sed ... schema/*.xml</command>: This command fixes a
137 deprecated entry in the schema template.
138 </para>
139
140 <para>
141 <option>--without-gtk</option>: Use this switch if you
142 haven't installed <xref linkend="gtk3"/>. Note that
143 <application>gcr-viewer</application> will not be installed
144 if this is passed to configure.
145 </para>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/gtk-doc-rebuild.xml"/>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Program</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 gcr-viewer
163 </seg>
164 <seg>
165 libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
166 </seg>
167 <seg>
168 /usr/include/gck-1,
169 /usr/{include,share,share/gtk-doc/html}/gcr-3, and
170 /usr/share/gtk-doc/html/gck
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="gcr-viewer">
181 <term><command>gcr-viewer</command></term>
182 <listitem>
183 <para>
184 is used to view certificates and key files.
185 </para>
186 <indexterm zone="gcr gcr-viewer">
187 <primary sortas="b-gcr-viewer">gcr-viewer</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libgck-1">
193 <term><filename class="libraryfile">libgck-1.so</filename></term>
194 <listitem>
195 <para>
196 contains GObject bindings for PKCS#11.
197 </para>
198 <indexterm zone="gcr libgck-1">
199 <primary sortas="c-libgck-1">libgck-1.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libgcr-3">
205 <term><filename class="libraryfile">libgcr-3.so</filename></term>
206 <listitem>
207 <para>
208 contains functions for high level crypto parsing.
209 </para>
210 <indexterm zone="gcr libgcr-3">
211 <primary sortas="c-libgcr-3">libgcr-3.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.