telepathy-logger-0.8.2

Introduction to Telepathy Logger

The Telepathy Logger 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.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

Telepathy Logger Dependencies

Required

Python-2.7.17 (only during build), SQLite-3.31.1, and telepathy-glib-0.24.1

Recommended

Optional

GTK-Doc-1.32

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/telepathy-logger

Installation of Telepathy Logger

Fix a deprecated schema entry:

sed 's@/apps/@/org/freedesktop/@' \
    -i data/org.freedesktop.Telepathy.Logger.gschema.xml.in

Install Telepathy Logger by running the following commands:

./configure --prefix=/usr --disable-static &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: This parameter is normally used if GTK-Doc is installed and you wish to rebuild and install the API documentation. It is broken for this package due to the use of a long deprecated gtk-doc program that is no longer available.

Contents

Installed Programs: telepathy-logger
Installed Libraries: libtelepathy-logger.so
Installed Directories: /usr/include/telepathy-logger-0.2, /usr/share/gtk-doc/html/telepathy-logger and /usr/share/telepathy

Short Descriptions

telepathy-logger

is the Telepathy Logger D-Bus service.

libtelepathy-logger.so

contains the Telepathy Logger API functions.

Last updated on 2020-02-19 16:31:22 -0800