glfs/gnome/core/gnome-keyring.xml

189 lines
7.1 KiB
XML
Raw Normal View History

<?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-version;/gnome-keyring-&gnome-keyring-version;.tar.xz">
<!ENTITY gnome-keyring-download-ftp "&gnome-download-ftp;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.xz">
<!ENTITY gnome-keyring-md5sum "0269f897bf6bc71df8b8cecd5f8e2f6c">
<!ENTITY gnome-keyring-size "1.6 MB">
<!ENTITY gnome-keyring-buildsize "165 MB">
<!ENTITY gnome-keyring-time "1.3 SBU">
]>
<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>
&lfs70_built;
<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">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gnome-keyring Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="dbus"/>,
<xref linkend="gtk2"/>,
<xref linkend="intltool"/>,
<xref linkend="libgcrypt"/>,
<xref linkend="libtasn1"/>, and
<xref linkend="p11-kit"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/>,
<xref linkend="linux-pam"/>, and
<ulink url="http://www.valgrind.org">Valgrind</ulink></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>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-gnome.xml"/>
<para>Install <application>gnome-keyring</application> by running the
following commands:</para>
<screen><userinput>patch -Np1 -i ../gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch &amp;&amp;
./configure --prefix=$GNOME_PREFIX \
--libexecdir=$GNOME_PREFIX/lib/gnome-keyring \
--sysconfdir=$GNOME_SYSCONFDIR \
--with-pam-dir=/lib/security \
--with-dbus-services=/usr/share/dbus-1/services \
--with-root-certs=/etc/ssl/certs &amp;&amp;
make</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>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>patch -Np1 -i ...</command>: The patch allows testsuites from
other packages which invoke <application>gnome-keyring</application>, such as
<application>NetworkManager,</application> to run even if this package&apos;s
daemon is not running, for example when you are building a
<application>GNOME</application> desktop.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-keyring</parameter>:
This parameter causes the libexec files to be installed in the preferred
location of <filename
class="directory">$GNOME_PREFIX/lib/gnome-keyring</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
<para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
ensures that the xdg autostart files are installed in a suitable location.
</para>
<para><parameter>--with-pam-dir=/lib/security</parameter>: This parameter
specifies where the pam modules will be installed: you can omit this if you
have not installed <application>Linux-PAM</application>.</para>
<para><parameter>--with-dbus-services=/usr/share/dbus-1/services</parameter>:
This parameter specifies where the <application>D-BUS</application> session
services directory is located: you can omit this if your GNOME_PREFIX is
<filename class="directory">/usr</filename>.</para>
<para><parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
parameter specifies where the trusted root certificates are located.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gnome-keyring, gnome-keyring-daemon, and gnome-keyring-prompt</seg>
<seg>gck-ssh-store-standalone.so, gck-user-store-standalone.so,
gnome-keyring-pkcs11.so, gck-roots-store-standalone.so,
gck-secret-store-standalone.so, libgcr.so, libgp11.so, and
pam_gnome_keyring.so (if Linux-PAM was installed)</seg>
<seg><envar>$GNOME_PREFIX</envar>/{include/{gcr,gp11},
lib/gnome-keyring/{devel,standalone},share/{gcr/ui,
gnome-keyring/{introspect,ui},gtk-doc/html/{gcr,gp11}}}</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>