mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
defbb22e30
Several packages have switched from itstool to gettext. For evolution it can be disabled, so make it recommended instead of required.
207 lines
5.6 KiB
XML
207 lines
5.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY seahorse-download-http
|
|
"&gnome-download-http;/seahorse/&gnome-43;/seahorse-&seahorse-version;.tar.xz">
|
|
<!ENTITY seahorse-download-ftp
|
|
"&gnome-download-ftp;/seahorse/&gnome-43;/seahorse-&seahorse-version;.tar.xz">
|
|
<!ENTITY seahorse-md5sum "efa9fea2e1c4291c39d509eb366b9a56">
|
|
<!ENTITY seahorse-size "1.3 MB">
|
|
<!ENTITY seahorse-buildsize "43 MB">
|
|
<!ENTITY seahorse-time "0.1 SBU (Using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="seahorse" xreflabel="Seahorse-&seahorse-version;">
|
|
<?dbhtml filename="seahorse.html"?>
|
|
|
|
|
|
<title>Seahorse-&seahorse-version;</title>
|
|
|
|
<indexterm zone="seahorse">
|
|
<primary sortas="a-Seahorse">Seahorse</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Seahorse</title>
|
|
|
|
<para>
|
|
<application>Seahorse</application> is a graphical interface for
|
|
managing and using encryption keys. Currently it supports PGP
|
|
keys (using GPG/GPGME) and SSH keys.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&seahorse-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&seahorse-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &seahorse-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &seahorse-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &seahorse-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &seahorse-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gcr"/>,
|
|
<xref linkend="gnupg2"/>,
|
|
<xref linkend="gpgme"/>,
|
|
<xref linkend="libhandy1"/>,
|
|
<xref linkend="libpwquality"/> and
|
|
<xref linkend="libsecret"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libsoup3"/>,
|
|
<xref linkend="p11-kit"/>,
|
|
<xref linkend="openldap"/>,
|
|
<xref linkend="openssh"/> (for managing SSH keys) and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="avahi"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Runtime Dependency</bridgehead>
|
|
<para role="required">
|
|
<xref role="runtime" linkend="gnome-keyring"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/seahorse"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Seahorse</title>
|
|
|
|
<para>
|
|
Install <application>Seahorse</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &&
|
|
|
|
sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &&
|
|
|
|
mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr --buildtype=release .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
<para>
|
|
<command>sed ... data/*.xml</command>: This command fixes some
|
|
deprecated entries in the schema templates.
|
|
</para>
|
|
|
|
<para>
|
|
<command>sed ... meson.build</command>: This command fixes building
|
|
with GnuPG-2.4 installed.
|
|
</para>
|
|
|
|
<para>
|
|
<option>-Dldap-support=false</option>: Add this switch if you have not
|
|
installed openldap. <!--Note that you will have to use the following 'sed'
|
|
command to fix the build:
|
|
sed -i "448 s/g_list/if (ssrc) &/" pgp/seahorse-pgp-backend.c-->
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
seahorse
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/{libexec,share,share/help/*}/seahorse
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="seahorse-prog">
|
|
<term><command>seahorse</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the graphical interface for managing and using
|
|
encryption keys
|
|
</para>
|
|
<indexterm zone="seahorse seahorse-prog">
|
|
<primary sortas="b-seahorse">seahorse</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|