mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
82192a18e4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22817 af4574ff-66df-0310-9fd7-8a98e5e911e0
290 lines
8.9 KiB
XML
290 lines
8.9 KiB
XML
<?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 folks-download-http "&gnome-download-http;/folks/0.13/folks-&folks-version;.tar.xz">
|
|
<!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.13/folks-&folks-version;.tar.xz">
|
|
<!ENTITY folks-md5sum "e9e8d37bbd2b6405c5d23269d9df2d49">
|
|
<!ENTITY folks-size "512 KB">
|
|
<!ENTITY folks-buildsize "42 MB (add 18 MB for tests)">
|
|
<!ENTITY folks-time "0.2 SBU (Using parallelism=4i, add 1.0 SBU for tests)">
|
|
]>
|
|
|
|
<sect1 id="folks" xreflabel="Folks-&folks-version;">
|
|
<?dbhtml filename="folks.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Folks-&folks-version;</title>
|
|
|
|
<indexterm zone="folks">
|
|
<primary sortas="a-Folks">Folks</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Folks</title>
|
|
|
|
<para>
|
|
<application>Folks</application> is a library that
|
|
aggregates people from multiple sources (e.g,
|
|
<application>Telepathy</application> connection managers and
|
|
<application>Evolution Data Server</application>,
|
|
Facebook, etc.) to create metacontacts.
|
|
</para>
|
|
|
|
&lfs91_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&folks-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&folks-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &folks-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &folks-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &folks-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &folks-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Folks Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="evolution-data-server"/>,
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="libgee"/>,
|
|
<xref linkend="python-dbusmock"/>, and
|
|
<xref linkend="telepathy-glib"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="bluez"/> and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="tracker"/> (Broken due to API changes in tracker),
|
|
<ulink url="&gnome-download-http;/libsocialweb/">libsocialweb</ulink>, and
|
|
<ulink url="https://packages.debian.org/jessie/zeitgeist">Zeitgeist</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/folks"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Folks</title>
|
|
|
|
<para>
|
|
Install <application>Folks</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr --sysconfdir=/etc .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue <command>ninja test</command> from a local
|
|
X session started with <command>dbus-launch</command>.
|
|
</para>
|
|
<!--
|
|
As of version 0.13.1, I just get 'No tests defined. - Bruce
|
|
-->
|
|
<!-- with 0.13.2, I get the following results:
|
|
Ok: 44
|
|
Expected Fail: 0
|
|
Fail: 0
|
|
Unexpected Pass: 0
|
|
Skipped: 0
|
|
Timeout: 0
|
|
I believe it now has the test suite again. -->
|
|
|
|
<!-- In the future, we need to run the tests with Tracker's backend
|
|
enabled before we suggest enabling that backend. I tried this with 0.12.1
|
|
and had 103 test failures in Tracker's section of the test suite.
|
|
This is unacceptable and is why we have it disabled by default. -->
|
|
<!--
|
|
<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>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>-Dtracker_backend=true</option>: This switch enables
|
|
building the <application>Tracker</application> backend.
|
|
Use it if you have <application>Tracker</application> installed. This
|
|
functionality is current broken, however, due to an upstream API change
|
|
in Tracker that hasn't been accounted for in this package.
|
|
</para>
|
|
|
|
<para>
|
|
<option>-Ddocs=true</option>: This switch enables
|
|
documentation generation.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
folks-import and folks-inspect
|
|
</seg>
|
|
<seg>
|
|
libfolks-dummy.so, libfolks-eds.so, libfolks.so, and
|
|
libfolks-telepathy.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/folks and
|
|
/usr/lib/folks
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="folks-import">
|
|
<term><command>folks-import</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to import meta-contact information to libfolks.
|
|
</para>
|
|
<indexterm zone="folks folks-import">
|
|
<primary sortas="b-folks-import">folks-import</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="folks-inspect">
|
|
<term><command>folks-inspect</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to inspect meta-contact information in libfolks.
|
|
</para>
|
|
<indexterm zone="folks folks-inspect">
|
|
<primary sortas="b-folks-inspect">folks-inspect</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libfolks-eds">
|
|
<term><filename class="libraryfile">libfolks-eds.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains Evolution specific implementations of the libfolks classes.
|
|
</para>
|
|
<indexterm zone="folks libfolks-eds">
|
|
<primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<!--
|
|
<varlistentry id="libfolks-libsocialweb">
|
|
<term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains libsocialweb specific implementations of the libfolks classes.
|
|
</para>
|
|
<indexterm zone="folks libfolks-libsocialweb">
|
|
<primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
|
|
<varlistentry id="libfolks">
|
|
<term><filename class="libraryfile">libfolks.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>Folks</application> API functions.
|
|
</para>
|
|
<indexterm zone="folks libfolks">
|
|
<primary sortas="c-libfolks">libfolks.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libfolks-telepathy">
|
|
<term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains Telepathy specific implementations of the libfolks classes.
|
|
</para>
|
|
<indexterm zone="folks libfolks-telepathy">
|
|
<primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
<!--
|
|
<varlistentry id="libfolks-tracker">
|
|
<term><filename class="libraryfile">libfolks-tracker.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains Tracker specific implementations of the libfolks classes.
|
|
</para>
|
|
<indexterm zone="folks libfolks-tracker">
|
|
<primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|