source: gnome/applications/seahorse.xml@ f1a4776e

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since f1a4776e was 1e410df, checked in by Douglas R. Reno <renodr@…>, 19 months ago

Update to seahorse-43.0.

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