source: gnome/platform/gcr.xml@ 8a71122

11.3 12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 8a71122 was e38b1fd, checked in by Xi Ruoyao <xry111@…>, 20 months ago

gcr: Use the same fix as gcr4 if gi-docgen is enabled

BTW fix an empty line.

  • Property mode set to 100644
File size: 7.1 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;
[ee9107e]6
[1b99e99]7 <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
8 <!ENTITY gcr-download-ftp "&gnome-download-ftp;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
[6ddb21a]9 <!ENTITY gcr-md5sum "c1e98af977236255006e11e8f8cfbaca">
10 <!ENTITY gcr-size "1008 KB">
11 <!ENTITY gcr-buildsize "33 MB (with tests)">
[e43d52d]12 <!ENTITY gcr-time "0.2 SBU (with tests; both using parallelism=4)">
[dabe4b0]13]>
14
15<sect1 id="gcr" xreflabel="Gcr-&gcr-version;">
16 <?dbhtml filename="gcr.html"?>
17
18
19 <title>Gcr-&gcr-version;</title>
20
21 <indexterm zone="gcr">
22 <primary sortas="a-Gcr">Gcr</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gcr</title>
27
28 <para>
29 The <application>Gcr</application> package contains libraries used
30 for displaying certificates and accessing key stores. It also
31 provides the viewer for crypto files on the
32 <application>GNOME</application> Desktop.
33 </para>
34
[cce66dc4]35 &lfs112_checked;
[dabe4b0]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gcr-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gcr-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gcr-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gcr-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gcr-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gcr-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Gcr Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[f6962ed]75 <xref linkend="glib2"/>,
[7af46e61]76 <xref linkend="libgcrypt"/>, and
[dabe4b0]77 <xref linkend="p11-kit"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
[f6962ed]82 <xref linkend="gnupg2"/>,
[2377fb3]83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="gtk3"/>,
[bee8bad]85 <xref linkend="libsecret"/>,
[2377fb3]86 <xref linkend="libxslt"/>, and
87 <xref linkend="vala"/>
[dabe4b0]88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
[f56d2e7]92 <xref linkend="gi-docgen"/> and
93 <xref linkend="valgrind"/>
[dabe4b0]94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/gcr"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Gcr</title>
103
[3b339ddc]104 <!--
[7af46e61]105 <caution>
106 <para>
107 If you are upgrading from a version of gcr prior to 3.36.0, you must
108 run the <filename>remove-la-files.sh</filename> script from the
109 <xref linkend="la-files"/> after installing gcr.
110 </para>
111 </caution>
[3b339ddc]112 -->
[7af46e61]113
[6ddb21a]114<!--
[8f16a204]115 <para>
116 First apply a fix for building with newer versions of
117 <application>meson</application>:
118 </para>
119
120<screen><userinput>find . -name meson.build | xargs sed -i /packages.\*deps/d</userinput></screen>
[6ddb21a]121-->
[8f16a204]122
[dabe4b0]123 <para>
124 Install <application>Gcr</application> by running the following
125 commands:
126 </para>
127
[51695fd0]128<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
[b0480ef]129
[92f5d53]130mkdir build &amp;&amp;
131cd build &amp;&amp;
[7af46e61]132
[adf17153]133meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
[7af46e61]134ninja</userinput></screen>
[dabe4b0]135
136 <para>
[7af46e61]137 To test the results, issue: <command>ninja test</command>.
[88d8c967]138 The tests must be run from an X Terminal or similar. <!-- One test,
139 "test-openssl 3", is known to fail. -->
[dabe4b0]140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
[7af46e61]146<screen role="root"><userinput>ninja install</userinput></screen>
[dabe4b0]147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
[adf17153]152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/meson-buildtype-release.xml"/>
154
[6ddb21a]155<!--
[b0480ef]156 <para>
157 <command>sed ... schema/*.xml</command>: This command fixes a
158 deprecated entry in the schema template.
159 </para>
160
[65d85668]161 <para>
162 <command>sed ... ui/meson.build</command>: This command fixes a
163 problem when building with meson-0.59.0.
164 </para>
[6ddb21a]165-->
[65d85668]166
[8252e757]167 <!--
[82a9ecf]168 <para>
[8252e757]169 <!- - https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/52/ - ->
[82a9ecf]170 <command>sed ... gck/gck-slot.c</command>: This command fixes a bug
171 (usage of uninitialized value) identified by upstream.
172 </para>
[8252e757]173 -->
[82a9ecf]174
[f6962ed]175 <para>
[7af46e61]176 <option>-Dgtk=false</option>: Use this switch if you
[9a363500]177 haven't installed <xref linkend="gtk3"/>. Note that
178 <application>gcr-viewer</application> will not be installed
[ff40dcf]179 if this is passed to meson.
[f6962ed]180 </para>
181
[7af46e61]182 <para>
183 <option>-Dgtk_doc=true</option>: Use this switch if you wish
184 to generate the API reference documentation. Note that you must
[e38b1fd]185 have <xref linkend='gi-docgen'/> installed, and use the following
186 command to fix an issue in the build system before running
187 <command>cd build</command>:
[7af46e61]188 </para>
189
[e38b1fd]190<screen role='nodump'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr-version;'&amp;@" \
191 -e "/fatal-warnings/d" -i docs/*/meson.build</userinput></screen>
192
193
[7af46e61]194 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="../../xincludes/gtk-doc-rebuild.xml"/>-->
[dabe4b0]196
197 </sect2>
198
199 <sect2 role="content">
200 <title>Contents</title>
201
202 <segmentedlist>
203 <segtitle>Installed Program</segtitle>
204 <segtitle>Installed Libraries</segtitle>
205 <segtitle>Installed Directories</segtitle>
206
207 <seglistitem>
208 <seg>
[b230e27]209 gcr-viewer
[dabe4b0]210 </seg>
211 <seg>
[8252e757]212 libgck-1.so, libgcr-base-3.so and libgcr-ui-3.so
[dabe4b0]213 </seg>
214 <seg>
215 /usr/include/gck-1,
[7af46e61]216 /usr/include/gcr-3, and
217 /usr/share/gtk-doc/html/{gcr,gck}
[dabe4b0]218 </seg>
219 </seglistitem>
220 </segmentedlist>
221
222 <variablelist>
223 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
224 <?dbfo list-presentation="list"?>
225 <?dbhtml list-presentation="table"?>
226
227 <varlistentry id="gcr-viewer">
228 <term><command>gcr-viewer</command></term>
229 <listitem>
230 <para>
[4c24eb0a]231 is used to view certificates and key files
[dabe4b0]232 </para>
233 <indexterm zone="gcr gcr-viewer">
234 <primary sortas="b-gcr-viewer">gcr-viewer</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="libgck-1">
240 <term><filename class="libraryfile">libgck-1.so</filename></term>
241 <listitem>
242 <para>
[4c24eb0a]243 contains GObject bindings for PKCS#11
[dabe4b0]244 </para>
245 <indexterm zone="gcr libgck-1">
246 <primary sortas="c-libgck-1">libgck-1.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 </variablelist>
252
253 </sect2>
254
255</sect1>
Note: See TracBrowser for help on using the repository browser.