source: gnome/applications/seahorse.xml

trunk
Last change on this file was fccc863c, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tag GNOME Software

  • Property mode set to 100644
File size: 5.4 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 &lfs121_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">Seahorse Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gcr"/>,
76 <xref linkend="gnupg2"/>,
77 <xref linkend="gpgme"/>,
78 <xref linkend="itstool"/>,
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"/>, picked up from gnupg2 -->
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 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Seahorse</title>
107
108 <para>
109 Install <application>Seahorse</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
114
115sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &amp;&amp;
116
117mkdir build &amp;&amp;
118cd build &amp;&amp;
119
120meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
121ninja</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>ninja install</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/meson-buildtype-release.xml"/>
140
141 <para>
142 <command>sed ... data/*.xml</command>: This command fixes some
143 deprecated entries in the schema templates.
144 </para>
145
146 <para>
147 <command>sed ... meson.build</command>: This command fixes building
148 with GnuPG-2.4 installed.
149 </para>
150<!-- gnupg2 needs ldap anyway
151 <para>
152 <option>-Dldap-support=false</option>: Add this switch if you have not
153 installed openldap.
154 </para>
155-->
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Program</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 seahorse
169 </seg>
170 <seg>
171 None
172 </seg>
173 <seg>
174 /usr/{libexec,share,share/help/*}/seahorse
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="seahorse-prog">
185 <term><command>seahorse</command></term>
186 <listitem>
187 <para>
188 is the graphical interface for managing and using
189 encryption keys
190 </para>
191 <indexterm zone="seahorse seahorse-prog">
192 <primary sortas="b-seahorse">seahorse</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.