source: gnome/applications/seahorse.xml@ 7eeacb7

trunk
Last change on this file since 7eeacb7 was 1cd77c3, checked in by Douglas R. Reno <renodr@…>, 3 weeks ago

Tags for typesetting and GNOME Applications

  • Property mode set to 100644
File size: 5.5 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-43;/seahorse-&seahorse-version;.tar.xz">
9 <!ENTITY seahorse-download-ftp " ">
10 <!ENTITY seahorse-md5sum "efa9fea2e1c4291c39d509eb366b9a56">
11 <!ENTITY seahorse-size "1.3 MB">
12 <!ENTITY seahorse-buildsize "43 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 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/seahorse-&seahorse-version;-upstream_fixes-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="gcr"/>,
86 <xref linkend="gnupg2"/>,
87 <xref linkend="gpgme"/>,
88 <xref linkend="itstool"/>,
89 <xref linkend="libhandy1"/>,
90 <xref linkend="libpwquality"/>,
91 <xref linkend="libsecret"/>, and
92 <xref linkend="vala"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="libsoup3"/>,
98 <xref linkend="p11-kit"/>, and
99<!-- <xref linkend="openldap"/>, picked up from gnupg2 -->
100 <xref linkend="openssh"/> (for managing SSH keys)
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="avahi"/>
106 </para>
107
108 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
109 <para role="required">
110 <xref role="runtime" linkend="gnome-keyring"/>
111 </para>
112
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Seahorse</title>
117
118 <para>
119 At first, apply a patch to build failures triggered by GnuPG-2.4 or
120 newer, and GCC-14 or newer:
121 </para>
122
123 <screen><userinput>patch -Np1 -i ../seahorse-&seahorse-version;-upstream_fixes-1.patch</userinput></screen>
124
125 <para>
126 Install <application>Seahorse</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
131
132mkdir build &amp;&amp;
133cd build &amp;&amp;
134
135meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
136ninja</userinput></screen>
137
138 <para>
139 This package does not come with a test suite.
140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>ninja install</userinput></screen>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/meson-buildtype-release.xml"/>
155
156 <para>
157 <command>sed ... data/*.xml</command>: This command fixes some
158 deprecated entries in the schema templates.
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.