source: gnome-systemd/applications/seahorse.xml@ f8f466e

krejzi/svn
Last change on this file since f8f466e was f8f466e, checked in by Krejzi <krejzi@…>, 9 years ago

begin updating gnome apps.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14828 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 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-minor14;/seahorse-&seahorse-version;.tar.xz">
9 <!ENTITY seahorse-download-ftp
10 "&gnome-download-ftp;/seahorse/&gnome-minor14;/seahorse-&seahorse-version;.tar.xz">
11 <!ENTITY seahorse-md5sum "1c54bb9030ff054b870d79e86b91de6b">
12 <!ENTITY seahorse-size "1.4 MB">
13 <!ENTITY seahorse-buildsize "61 MB">
14 <!ENTITY seahorse-time "0.5 SBU">
15]>
16
17<sect1 id="seahorse" xreflabel="Seahorse-&seahorse-version;">
18 <?dbhtml filename="seahorse.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Seahorse-&seahorse-version;</title>
26
27 <indexterm zone="seahorse">
28 <primary sortas="a-Seahorse">Seahorse</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Seahorse</title>
33
34 <para>
35 <application>Seahorse</application> is a graphical interface for
36 managing and using encryption keys. Currently it supports PGP
37 keys (using GPG/GPGME) and SSH keys.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&seahorse-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&seahorse-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &seahorse-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &seahorse-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &seahorse-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &seahorse-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gcr"/>,
81 <xref linkend="gnupg2"/>,
82 <xref linkend="gpgme"/>,
83 <xref linkend="gtk3"/>,
84 <xref linkend="itstool"/>, and
85 <xref linkend="libsecret"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="libsoup"/>,
91 <xref linkend="openssh"/> (for managing SSH keys), and
92 <xref linkend="vala"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="avahi"/> and
98 <xref linkend="openldap"/>
99 </para>
100
101 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
102 <para role="required">
103 <xref linkend="gnome-keyring"/>
104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/seahorse"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Seahorse</title>
113
114 <para>
115 Install <application>Seahorse</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 seahorse
145 </seg>
146 <seg>
147 None
148 </seg>
149 <seg>
150 /usr/lib/seahorse,
151 /usr/share/help/*/seahorse, and
152 /usr/share/seahorse
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="seahorse-prog">
163 <term><command>seahorse</command></term>
164 <listitem>
165 <para>
166 is the graphical interface for managing and using
167 encryption keys.
168 </para>
169 <indexterm zone="seahorse seahorse-prog">
170 <primary sortas="b-seahorse">seahorse</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.