Folks-0.13.2

Introduction to Folks

Folks is a library that aggregates people from multiple sources (e.g, Telepathy connection managers and Evolution Data Server, Facebook, etc.) to create metacontacts.

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

Package Information

Folks Dependencies

Required

evolution-data-server-3.34.4, gobject-introspection-1.62.0, libgee-0.20.3, dbusmock-0.19, and telepathy-glib-0.24.1

Recommended

Optional

Tracker-2.3.2 (Broken due to API changes in tracker), libsocialweb, and Zeitgeist

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/folks

Installation of Folks

Install Folks by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr --sysconfdir=/etc .. &&
ninja

To test the results, issue ninja test from a local X session started with dbus-launch.

Now, as the root user:

ninja install

Command Explanations

-Dtracker_backend=true: This switch enables building the Tracker backend. Use it if you have Tracker installed. This functionality is current broken, however, due to an upstream API change in Tracker that hasn't been accounted for in this package.

-Ddocs=true: This switch enables documentation generation.

Contents

Installed Programs: folks-import and folks-inspect
Installed Libraries: libfolks-dummy.so, libfolks-eds.so, libfolks.so, and libfolks-telepathy.so
Installed Directories: /usr/include/folks and /usr/lib/folks

Short Descriptions

folks-import

is used to import meta-contact information to libfolks.

folks-inspect

is used to inspect meta-contact information in libfolks.

libfolks-eds.so

contains Evolution specific implementations of the libfolks classes.

libfolks.so

contains the Folks API functions.

libfolks-telepathy.so

contains Telepathy specific implementations of the libfolks classes.

Last updated on 2020-02-26 18:21:07 -0800