glfs/gnome/platform/gnome-keyring.xml
Fernando de Oliveira 27747668f1 • Update to mesa-11.0.4.
• Update to xscreensaver-5.34.
• Update to pygobject3-3.18.2.
• Update to sysstat-11.1.8.
• Update to gtksourceview-3.18.1.
• Update to gvfs-1.26.1.1.
• Update to gnome-keyring-3.18.2.
• Update to gcr-3.18.0.
• Update to gsettings-desktop-schemas-3.18.1.
• libmpeg2-0.5.1: s/{so,a}/so/ in "Short Descriptions".


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16570 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-10-27 12:33:21 +00:00

181 lines
5.1 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 gnome-keyring-download-http
"&gnome-download-http;/gnome-keyring/&gnome-minor-18;/gnome-keyring-&gnome-keyring-version;.tar.xz">
<!ENTITY gnome-keyring-download-ftp
"&gnome-download-ftp;/gnome-keyring/&gnome-minor-18;/gnome-keyring-&gnome-keyring-version;.tar.xz">
<!ENTITY gnome-keyring-md5sum "672eba19f4504351f2b82890682f2872">
<!ENTITY gnome-keyring-size "1.2 MB">
<!ENTITY gnome-keyring-buildsize "138 MB (additional 1 MB for tests)">
<!ENTITY gnome-keyring-time "0.7 SBU (additional 0.2 SBU for tests)">
]>
<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
<?dbhtml filename="gnome-keyring.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-keyring-&gnome-keyring-version;</title>
<indexterm zone="gnome-keyring">
<primary sortas="a-gnome-keyring">gnome-keyring</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Keyring</title>
<para>
The <application>GNOME Keyring</application> package contains a
daemon that keeps passwords and other secrets for users.
</para>
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-keyring-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-keyring-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-keyring-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-keyring-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-keyring-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Keyring Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="dbus"/> and
<xref linkend="gcr"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="linux-pam"/> and
<xref linkend="libxslt"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
<xref linkend="gnupg2"/>,
<xref linkend="openssh"/> and
<xref linkend="valgrind"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-keyring"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Keyring</title>
<para>
Install <application>GNOME Keyring</application> by running the
following commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc \
--with-pam-dir=/lib/security &amp;&amp;
make</userinput></screen>
<para>
A session bus address is necessary to run the tests. To test the results,
issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--with-pam-dir=/lib/security</parameter>: This switch
specifies where the PAM module will be installed.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
gnome-keyring (symlink), gnome-keyring-3, and gnome-keyring-daemon
</seg>
<seg>
gnome-keyring-pkcs11.so and pam_gnome_keyring.so
</seg>
<seg>
/usr/lib/gnome-keyring
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-keyring-daemon">
<term><command>gnome-keyring-daemon</command></term>
<listitem>
<para>
is a session daemon that keeps passwords for users.
</para>
<indexterm zone="gnome-keyring gnome-keyring-daemon">
<primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>