source: gnome/applications/seahorse.xml@ 1ef28cd2

12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 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 1ef28cd2 was defbb22e, checked in by Xi Ruoyao <xry111@…>, 15 months ago

Clean up dependencies to itstool

Several packages have switched from itstool to gettext.

For evolution it can be disabled, so make it recommended instead of
required.

  • 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 &lfs113_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="libhandy1"/>,
80 <xref linkend="libpwquality"/> and
81 <xref linkend="libsecret"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="libsoup3"/>,
87 <xref linkend="p11-kit"/>,
88 <xref linkend="openldap"/>,
89 <xref linkend="openssh"/> (for managing SSH keys) and
90 <xref linkend="vala"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="avahi"/>
96 </para>
97
98 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
99 <para role="required">
100 <xref role="runtime" linkend="gnome-keyring"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/seahorse"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Seahorse</title>
110
111 <para>
112 Install <application>Seahorse</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
117
118sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &amp;&amp;
119
120mkdir build &amp;&amp;
121cd build &amp;&amp;
122
123meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
124ninja</userinput></screen>
125
126 <para>
127 This package does not come with a test suite.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>ninja install</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/meson-buildtype-release.xml"/>
143
144 <para>
145 <command>sed ... data/*.xml</command>: This command fixes some
146 deprecated entries in the schema templates.
147 </para>
148
149 <para>
150 <command>sed ... meson.build</command>: This command fixes building
151 with GnuPG-2.4 installed.
152 </para>
153
154 <para>
155 <option>-Dldap-support=false</option>: Add this switch if you have not
156 installed openldap. <!--Note that you will have to use the following 'sed'
157 command to fix the build:
158 sed -i "448 s/g_list/if (ssrc) &amp;/" pgp/seahorse-pgp-backend.c-->
159 </para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Program</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 seahorse
174 </seg>
175 <seg>
176 None
177 </seg>
178 <seg>
179 /usr/{libexec,share,share/help/*}/seahorse
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="seahorse-prog">
190 <term><command>seahorse</command></term>
191 <listitem>
192 <para>
193 is the graphical interface for managing and using
194 encryption keys
195 </para>
196 <indexterm zone="seahorse seahorse-prog">
197 <primary sortas="b-seahorse">seahorse</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.