mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, libgnome-keyring-2.30.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8513 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e9389ff772
commit
59fc30ada5
@ -584,6 +584,7 @@ $Date$
|
||||
<!ENTITY ORBit2-version "2.14.18">
|
||||
|
||||
<!-- Desktop -->
|
||||
<!ENTITY libgnome-keyring-version "2.30.1">
|
||||
<!ENTITY gnome-keyring-version "2.30.3">
|
||||
<!ENTITY gnome-control-center-version "2.28.1">
|
||||
<!ENTITY gnome-applets-version "2.28.0">
|
||||
|
@ -50,6 +50,7 @@ $Date$
|
||||
<!-- This is used as a TOC separator -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-desktop.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgnome-keyring.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-keyring.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-engines.xml"/>
|
||||
|
143
gnome/core/libgnome-keyring.xml
Normal file
143
gnome/core/libgnome-keyring.xml
Normal file
@ -0,0 +1,143 @@
|
||||
<?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 libgnome-keyring-download-http "&gnome-download-http;/libgnome-keyring/&gnome-version;/libgnome-keyring-&libgnome-keyring-version;.tar.bz2">
|
||||
<!ENTITY libgnome-keyring-download-ftp "&gnome-download-ftp;/libgnome-keyring/&gnome-version;/libgnome-keyring-&libgnome-keyring-version;.tar.bz2">
|
||||
<!ENTITY libgnome-keyring-md5sum "11ce9e5ca66cf934e243ddd68f52adc9">
|
||||
<!ENTITY libgnome-keyring-size "793 KB">
|
||||
<!ENTITY libgnome-keyring-buildsize "6 MB">
|
||||
<!ENTITY libgnome-keyring-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libgnome-keyring" xreflabel="libgnome-keyring-&libgnome-keyring-version;">
|
||||
<?dbhtml filename="libgnome-keyring.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libgnome-keyring-&libgnome-keyring-version;</title>
|
||||
|
||||
<indexterm zone="libgnome-keyring">
|
||||
<primary sortas="a-libgnome-keyring">libgnome-keyring</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libgnome-keyring</title>
|
||||
|
||||
<para>The <application>libgnome-keyring</application> package is a program
|
||||
that keep password and other secrets for users. The library libgnome-keyring
|
||||
is used by applications to integrate with the gnome keyring system.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libgnome-keyring-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libgnome-keyring-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libgnome-keyring-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libgnome-keyring-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libgnome-keyring-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libgnome-keyring-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libgnome-keyring Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="eggdbus"/>,
|
||||
<xref linkend="intltool"/>, and
|
||||
<xref linkend="libgcrypt"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/> and
|
||||
<ulink url="http://www.valgrind.org">Valgrind</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libgnome-keyring"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libgnome-keyring</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-gnome.xml"/>
|
||||
|
||||
<para>Install <application>libgnome-keyring</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &&
|
||||
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>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgnome-keyring.so</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/{include/gnome-keyring-1,
|
||||
share/gtk-doc/html/gnome-keyring}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libgnome-keyring-lib">
|
||||
<term><filename class='libraryfile'>libgnome-keyring.so</filename></term>
|
||||
<listitem>
|
||||
<para>is used by applications to integrate with the
|
||||
<application>GNOME</application> keyring system.</para>
|
||||
<indexterm zone="libgnome-keyring libgnome-keyring-lib">
|
||||
<primary sortas="c-libgnome-keyring">libgnome-keyring.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 16th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, libgnome-keyring-2.30.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to gnome-keyring-2.30.3.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user