source: gnome/applications/seahorse.xml@ 39f2db9b

trunk
Last change on this file since 39f2db9b was 8d882c1, checked in by Douglas R. Reno <renodr@…>, 20 hours ago

Update to seahorse-47.0.1

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