source: gnome/applications/seahorse.xml@ 82192a18

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 82192a18 was 82192a18, checked in by Pierre Labastie <pieere@…>, 4 years ago

Fix <para> format: gnome chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22817 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[3bef2f0]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
[a78d8510]7 <!ENTITY seahorse-download-http
[16bb2cb]8 "&gnome-download-http;/seahorse/&gnome-minor-34;/seahorse-&seahorse-version;.tar.xz">
[a78d8510]9 <!ENTITY seahorse-download-ftp
[16bb2cb]10 "&gnome-download-ftp;/seahorse/&gnome-minor-34;/seahorse-&seahorse-version;.tar.xz">
[cef11f40]11 <!ENTITY seahorse-md5sum "84d99d9bb5aefc5f2bb4458d4baf4f41">
[e0ea073]12 <!ENTITY seahorse-size "1.2 MB">
[147c286]13 <!ENTITY seahorse-buildsize "43 MB">
14 <!ENTITY seahorse-time "0.1 SBU">
[3bef2f0]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
[041a1e0]40 &lfs91_checked;
[3bef2f0]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"/>,
[1ca1a68f]81 <xref linkend="gnupg2"/>,
[c828e9cb]82 <xref linkend="gpgme"/>,
[6fd5c057]83 <xref linkend="itstool"/>,
84 <xref linkend="libpwquality"/> and
[43ca148]85 <xref linkend="libsecret"/>
[3bef2f0]86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
[2377fb3]90 <xref linkend="libsoup"/>,
[43751fc6]91 <xref linkend="p11-kit"/>,
[6fd5c057]92 <xref linkend="openldap"/>,
[2377fb3]93 <xref linkend="openssh"/> (for managing SSH keys) and
94 <xref linkend="vala"/>
[3bef2f0]95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
[6fd5c057]99 <xref linkend="avahi"/>
[3bef2f0]100 </para>
101
[a44de1cd]102 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
103 <para role="required">
[9b1042fd]104 <xref role="runtime" linkend="gnome-keyring"/>
[a44de1cd]105 </para>
106
[3bef2f0]107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/seahorse"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Seahorse</title>
114
115 <para>
116 Install <application>Seahorse</application> by running the following
117 commands:
118 </para>
119
[b0480ef]120<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
121
[43751fc6]122mkdir build &amp;&amp;
[147c286]123cd build &amp;&amp;
[43751fc6]124
125meson --prefix=/usr .. &amp;&amp;
126ninja</userinput></screen>
[3bef2f0]127
128 <para>
129 This package does not come with a test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
[43751fc6]136<screen role="root"><userinput>ninja install</userinput></screen>
[3bef2f0]137
138 </sect2>
139
[b0480ef]140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
[82192a18]143 <para>
144 <command>sed ... data/*.xml</command>: This command fixes some
145 deprecated entries in the schema templates.
146 </para>
[b0480ef]147
[6fd5c057]148 <para>
149 <option>-Dldap-support=false</option>: Add this switch if you have not
150 installed openldap.
151 </para>
152
[b0480ef]153 </sect2>
154
[3bef2f0]155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Program</segtitle>
[c3c56b2]160 <segtitle>Installed Libraries</segtitle>
[3bef2f0]161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 seahorse
166 </seg>
[c3c56b2]167 <seg>
168 None
169 </seg>
[3bef2f0]170 <seg>
[a78d8510]171 /usr/{lib,share,share/help/*}/seahorse
[3bef2f0]172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="seahorse-prog">
182 <term><command>seahorse</command></term>
183 <listitem>
184 <para>
[1ca1a68f]185 is the graphical interface for managing and using
186 encryption keys.
[3bef2f0]187 </para>
188 <indexterm zone="seahorse seahorse-prog">
189 <primary sortas="b-seahorse">seahorse</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.