glfs/gnome/platform/folks.xml
Pierre Labastie 85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00

291 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.15/folks-&folks-version;.tar.xz">
<!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.15/folks-&folks-version;.tar.xz">
<!ENTITY folks-md5sum "5835eaea7db9630457b6a1b564efcd09">
<!ENTITY folks-size "480 KB">
<!ENTITY folks-buildsize "22 MB (add 27 MB for tests)">
<!ENTITY folks-time "0.2 SBU (Using parallelism=4, add 0.3 SBU for tests)">
]>
<sect1 id="folks" xreflabel="Folks-&folks-version;">
<?dbhtml filename="folks.html"?>
<sect1info>
<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>
&lfs110a_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 &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr --buildtype=release .. &amp;&amp;
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>
<!-- Tracker support removed in 0.15.1
<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>