mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Add telepathy-logger.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9216 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
04a7abdec6
commit
1f8a6f8d85
@ -217,6 +217,7 @@ $Date$
|
||||
<!ENTITY libatasmart-version "0.17">
|
||||
<!ENTITY talloc-version "2.0.7">
|
||||
<!ENTITY telepathy-glib-version "0.9.2">
|
||||
<!ENTITY telepathy-logger-version "0.2.10">
|
||||
<!ENTITY folks-version "0.6.4.1">
|
||||
<!ENTITY wv-version "1.2.9">
|
||||
<!ENTITY clucene-version "0.9.21b">
|
||||
|
@ -97,6 +97,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libatasmart.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="talloc.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-glib.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="telepathy-logger.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="folks.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wv.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clucene.xml"/>
|
||||
|
153
general/genlib/telepathy-logger.xml
Normal file
153
general/genlib/telepathy-logger.xml
Normal file
@ -0,0 +1,153 @@
|
||||
<?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 telepathy-logger-download-http "http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-&telepathy-logger-version;.tar.bz2">
|
||||
<!ENTITY telepathy-logger-download-ftp " ">
|
||||
<!ENTITY telepathy-logger-md5sum "ec01a8f99fc11406e85153095433c155">
|
||||
<!ENTITY telepathy-logger-size "439 KB">
|
||||
<!ENTITY telepathy-logger-buildsize "15 MB">
|
||||
<!ENTITY telepathy-logger-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="telepathy-logger" xreflabel="telepathy-logger-&telepathy-logger-version;">
|
||||
<?dbhtml filename="telepathy-logger.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>telepathy-logger-&telepathy-logger-version;</title>
|
||||
|
||||
<indexterm zone="telepathy-logger">
|
||||
<primary sortas="a-telepathy-logger">telepathy-logger</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to telepathy-logger</title>
|
||||
|
||||
<para>The <application>telepathy-logger</application> package is a headless
|
||||
Observer client that logs information received by the Telepathy framework.
|
||||
It features pluggable backends to log different sorts of messages, in
|
||||
different formats.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&telepathy-logger-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&telepathy-logger-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &telepathy-logger-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &telepathy-logger-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &telepathy-logger-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &telepathy-logger-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">telepathy-logger Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="intltool"/>,
|
||||
<xref linkend="sqlite"/>, and
|
||||
<xref linkend="telepathy-glib"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/telepathy-logger"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of telepathy-logger</title>
|
||||
|
||||
<para>Install <application>telepathy-logger</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/telepathy-logger &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>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><option>--enable-static=no</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
|
||||
<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 Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>telepathy-logger</seg>
|
||||
<seg>libtelepathy-logger.{so,a}</seg>
|
||||
<seg>/usr/{include/telepathy-logger-0.2/telepathy-logger,
|
||||
lib/telepathy-logger,share/{gtk-doc/html/telepathy-logger,
|
||||
telepathy/clients}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<!-- <varlistentry id="telepathy-logger-prog">
|
||||
<term><command>telepathy-logger</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="telepathy-logger telepathy-logger-prog">
|
||||
<primary sortas="b-telepathy-logger">telepathy-logger</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry> -->
|
||||
|
||||
<varlistentry id="libtelepathy-logger">
|
||||
<term><filename class='libraryfile'>libtelepathy-logger.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>telepathy-logger</application> API
|
||||
functions.</para>
|
||||
<indexterm zone="telepathy-logger libtelepathy-logger">
|
||||
<primary sortas="c-libtelepathy-logger">libtelepathy-logger.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -50,8 +50,8 @@
|
||||
and gnome-python-desktop retired.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Add exempi-2.1.1, folks-0.6.4.1, json-glib-0.14.2
|
||||
and libgee-0.6.0 from Wayne.</para>
|
||||
<para>[ken] - Add exempi-2.1.1, folks-0.6.4.1, json-glib-0.14.2,
|
||||
libgee-0.6.0 and telepathy-logger-0.2.10 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user