source: gnome/applications/seahorse.xml@ 3fd1cb7

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3fd1cb7 was 67c41dc, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Fix building Seahorse with GnuPG-2.4

  • Property mode set to 100644
File size: 5.6 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 seahorse-download-http
8 "&gnome-download-http;/seahorse/&gnome-43;/seahorse-&seahorse-version;.tar.xz">
9 <!ENTITY seahorse-download-ftp
10 "&gnome-download-ftp;/seahorse/&gnome-43;/seahorse-&seahorse-version;.tar.xz">
11 <!ENTITY seahorse-md5sum "efa9fea2e1c4291c39d509eb366b9a56">
12 <!ENTITY seahorse-size "1.3 MB">
13 <!ENTITY seahorse-buildsize "43 MB">
14 <!ENTITY seahorse-time "0.1 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="seahorse" xreflabel="Seahorse-&seahorse-version;">
18 <?dbhtml filename="seahorse.html"?>
19
20
21 <title>Seahorse-&seahorse-version;</title>
22
23 <indexterm zone="seahorse">
24 <primary sortas="a-Seahorse">Seahorse</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Seahorse</title>
29
30 <para>
31 <application>Seahorse</application> is a graphical interface for
32 managing and using encryption keys. Currently it supports PGP
33 keys (using GPG/GPGME) and SSH keys.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&seahorse-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&seahorse-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &seahorse-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &seahorse-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &seahorse-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &seahorse-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gcr"/>,
77 <xref linkend="gnupg2"/>,
78 <xref linkend="gpgme"/>,
79 <xref linkend="itstool"/>,
80 <xref linkend="libhandy1"/>,
81 <xref linkend="libpwquality"/> and
82 <xref linkend="libsecret"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="libsoup3"/>,
88 <xref linkend="p11-kit"/>,
89 <xref linkend="openldap"/>,
90 <xref linkend="openssh"/> (for managing SSH keys) and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="avahi"/>
97 </para>
98
99 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
100 <para role="required">
101 <xref role="runtime" linkend="gnome-keyring"/>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/seahorse"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Seahorse</title>
111
112 <para>
113 Install <application>Seahorse</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
118
119sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &amp;&amp;
120
121mkdir build &amp;&amp;
122cd build &amp;&amp;
123
124meson --prefix=/usr --buildtype=release .. &amp;&amp;
125ninja</userinput></screen>
126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>ninja install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/meson-buildtype-release.xml"/>
144
145 <para>
146 <command>sed ... data/*.xml</command>: This command fixes some
147 deprecated entries in the schema templates.
148 </para>
149
150 <para>
151 <command>sed ... meson.build</command>: This command fixes building
152 with GnuPG-2.4 installed.
153 </para>
154
155 <para>
156 <option>-Dldap-support=false</option>: Add this switch if you have not
157 installed openldap. <!--Note that you will have to use the following 'sed'
158 command to fix the build:
159 sed -i "448 s/g_list/if (ssrc) &amp;/" pgp/seahorse-pgp-backend.c-->
160 </para>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
169 <segtitle>Installed Libraries</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>
174 seahorse
175 </seg>
176 <seg>
177 None
178 </seg>
179 <seg>
180 /usr/{libexec,share,share/help/*}/seahorse
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="seahorse-prog">
191 <term><command>seahorse</command></term>
192 <listitem>
193 <para>
194 is the graphical interface for managing and using
195 encryption keys
196 </para>
197 <indexterm zone="seahorse seahorse-prog">
198 <primary sortas="b-seahorse">seahorse</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.