source: gnome/applications/seahorse.xml@ d16c71a

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since d16c71a was 8a2cb97, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Tag GNOME Applications and dependencies

  • Property mode set to 100644
File size: 5.5 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-42;/seahorse-&seahorse-version;.tar.xz">
9 <!ENTITY seahorse-download-ftp
10 "&gnome-download-ftp;/seahorse/&gnome-42;/seahorse-&seahorse-version;.tar.xz">
11 <!ENTITY seahorse-md5sum "522fb61d05d523bd42fb77eb7f59b42f">
12 <!ENTITY seahorse-size "1.3 MB">
13 <!ENTITY seahorse-buildsize "33 MB">
14 <!ENTITY seahorse-time "0.1 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="seahorse" xreflabel="Seahorse-&seahorse-version;">
18 <?dbhtml filename="seahorse.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Seahorse-&seahorse-version;</title>
25
26 <indexterm zone="seahorse">
27 <primary sortas="a-Seahorse">Seahorse</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Seahorse</title>
32
33 <para>
34 <application>Seahorse</application> is a graphical interface for
35 managing and using encryption keys. Currently it supports PGP
36 keys (using GPG/GPGME) and SSH keys.
37 </para>
38
39 &lfs112_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&seahorse-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&seahorse-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &seahorse-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &seahorse-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &seahorse-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &seahorse-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gcr"/>,
80 <xref linkend="gnupg2"/>,
81 <xref linkend="gpgme"/>,
82 <xref linkend="itstool"/>,
83 <xref linkend="libhandy1"/>,
84 <xref linkend="libpwquality"/> 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="p11-kit"/>,
92 <xref linkend="openldap"/>,
93 <xref linkend="openssh"/> (for managing SSH keys) and
94 <xref linkend="vala"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="avahi"/>
100 </para>
101
102 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
103 <para role="required">
104 <xref role="runtime" linkend="gnome-keyring"/>
105 </para>
106
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
120<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
121
122mkdir build &amp;&amp;
123cd build &amp;&amp;
124
125meson --prefix=/usr --buildtype=release .. &amp;&amp;
126ninja</userinput></screen>
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
136<screen role="root"><userinput>ninja install</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/meson-buildtype-release.xml"/>
145
146 <para>
147 <command>sed ... data/*.xml</command>: This command fixes some
148 deprecated entries in the schema templates.
149 </para>
150
151 <para>
152 <option>-Dldap-support=false</option>: Add this switch if you have not
153 installed openldap. <!--Note that you will have to use the following 'sed'
154 command to fix the build:
155 sed -i "448 s/g_list/if (ssrc) &amp;/" pgp/seahorse-pgp-backend.c-->
156 </para>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 seahorse
171 </seg>
172 <seg>
173 None
174 </seg>
175 <seg>
176 /usr/{libexec,share,share/help/*}/seahorse
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="seahorse-prog">
187 <term><command>seahorse</command></term>
188 <listitem>
189 <para>
190 is the graphical interface for managing and using
191 encryption keys
192 </para>
193 <indexterm zone="seahorse seahorse-prog">
194 <primary sortas="b-seahorse">seahorse</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.