glfs/gnome/core/gnome-keyring.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

90 lines
3.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-keyring-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/0.2/gnome-keyring-&gnome-keyring-version;.tar.bz2">
<!ENTITY gnome-keyring-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/0.2/gnome-keyring-&gnome-keyring-version;.tar.bz2">
<!ENTITY gnome-keyring-size "320 KB">
<!ENTITY gnome-keyring-buildsize "5.0 MB">
<!ENTITY gnome-keyring-time "0.01 SBU">
]>
<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gnome-keyring.html"?>
<title>gnome-keyring-&gnome-keyring-version;</title>
<sect2>
<title>Introduction to <application>gnome-keyring</application></title>
<para>The <application>gnome-keyring</application> package contains a
daemon that keeps passwords and other secrets for users.</para>
<sect3><title>Package information</title>
<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 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>
</sect3>
<sect3><title><application>gnome-keyring</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GTK2"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>gnome-keyring</application></title>
<para>Install <application>gnome-keyring</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--libexecdir=`pkg-config --variable=prefix
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>gnome-keyring</application> package contains <filename
class="libraryfile">libgnome-keyring</filename> libraries and
<command>gnome-keyring-daemon</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>gnome-keyring libraries</title>
<para><filename class="libraryfile">gnome-keyring</filename> libraries
let other applications utilize the
<command>gnome-keyring-daemon</command>.</para></sect3>
<sect3><title>gnome-keyring-daemon</title>
<para><command>gnome-keyring-daemon</command> is a session daemon that
keeps passwords for users.</para></sect3>
</sect2>
</sect1>