1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY folks-download-http "&gnome-download-http;/folks/0.11/folks-&folks-version;.tar.xz">
|
---|
8 | <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.11/folks-&folks-version;.tar.xz">
|
---|
9 | <!ENTITY folks-md5sum "08a0e9759d577c6ece43e2db4e0d039e">
|
---|
10 | <!ENTITY folks-size "1.9 MB">
|
---|
11 | <!ENTITY folks-buildsize "93 MB (add 51 MB for tests)">
|
---|
12 | <!ENTITY folks-time "1.0 SBU (add 2.4 SBU for tests)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="folks" xreflabel="Folks-&folks-version;" revision="systemd">
|
---|
16 | <?dbhtml filename="folks.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Folks-&folks-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="folks">
|
---|
26 | <primary sortas="a-Folks">Folks</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Folks</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | <application>Folks</application> is a library that
|
---|
34 | aggregates people from multiple sources (e.g,
|
---|
35 | <application>Telepathy</application> connection managers and
|
---|
36 | eventually <application>Evolution Data Server</application>,
|
---|
37 | Facebook, etc.) to create metacontacts.
|
---|
38 | </para>
|
---|
39 |
|
---|
40 | &lfs84_checked;
|
---|
41 |
|
---|
42 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
43 | <itemizedlist spacing="compact">
|
---|
44 | <listitem>
|
---|
45 | <para>
|
---|
46 | Download (HTTP): <ulink url="&folks-download-http;"/>
|
---|
47 | </para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (FTP): <ulink url="&folks-download-ftp;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download MD5 sum: &folks-md5sum;
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download size: &folks-size;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Estimated disk space required: &folks-buildsize;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated build time: &folks-time;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | </itemizedlist>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect3">Folks Dependencies</bridgehead>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
79 | <para role="required">
|
---|
80 | <xref linkend="evolution-data-server"/>,
|
---|
81 | <xref linkend="gobject-introspection"/>,
|
---|
82 | <xref linkend="libgee"/>, and
|
---|
83 | <xref linkend="telepathy-glib"/>
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
87 | <para role="recommended">
|
---|
88 | <xref linkend="bluez"/> and
|
---|
89 | <xref linkend="vala"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="tracker"/> (Broken due to API change),
|
---|
95 | <ulink url="&gnome-download-http;/libsocialweb/">libsocialweb</ulink>, and
|
---|
96 | <ulink url="https://packages.debian.org/jessie/zeitgeist">Zeitgeist</ulink>
|
---|
97 | </para>
|
---|
98 |
|
---|
99 | <para condition="html" role="usernotes">User Notes:
|
---|
100 | <ulink url="&blfs-wiki;/folks"/>
|
---|
101 | </para>
|
---|
102 | </sect2>
|
---|
103 |
|
---|
104 | <sect2 role="installation">
|
---|
105 | <title>Installation of Folks</title>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Install <application>Folks</application> by running the following
|
---|
109 | commands:
|
---|
110 | </para>
|
---|
111 |
|
---|
112 | <screen><userinput>./configure --prefix=/usr --disable-fatal-warnings &&
|
---|
113 | make</userinput></screen>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | To test the results, issue <command>make -k check</command> from a local
|
---|
117 | X session started with <command>dbus-launch</command>.
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <para>
|
---|
121 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
122 | </para>
|
---|
123 |
|
---|
124 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
125 |
|
---|
126 | </sect2>
|
---|
127 |
|
---|
128 | <sect2 role="commands">
|
---|
129 | <title>Command Explanations</title>
|
---|
130 |
|
---|
131 | <para>
|
---|
132 | <parameter>--disable-fatal-warnings</parameter>: This switch
|
---|
133 | allows the package to build with latest versions of the
|
---|
134 | dependencies.
|
---|
135 | </para>
|
---|
136 |
|
---|
137 | <para>
|
---|
138 | <option>--enable-tracker-backend</option>: This switch enables
|
---|
139 | building the <application>Tracker</application> backend.
|
---|
140 | Use it if you have <application>Tracker</application> installed. Note
|
---|
141 | that this functionality is currently not working properly.
|
---|
142 | </para>
|
---|
143 |
|
---|
144 | <para>
|
---|
145 | <option>--enable-docs</option>: This switch enables
|
---|
146 | documentation generation.
|
---|
147 | </para>
|
---|
148 |
|
---|
149 | </sect2>
|
---|
150 |
|
---|
151 | <sect2 role="content">
|
---|
152 | <title>Contents</title>
|
---|
153 |
|
---|
154 | <segmentedlist>
|
---|
155 | <segtitle>Installed Programs</segtitle>
|
---|
156 | <segtitle>Installed Libraries</segtitle>
|
---|
157 | <segtitle>Installed Directories</segtitle>
|
---|
158 |
|
---|
159 | <seglistitem>
|
---|
160 | <seg>
|
---|
161 | folks-import and folks-inspect
|
---|
162 | </seg>
|
---|
163 | <seg>
|
---|
164 | libfolks-dummy.so, libfolks-eds.so, libfolks.so, and
|
---|
165 | libfolks-telepathy.so
|
---|
166 | </seg>
|
---|
167 | <seg>
|
---|
168 | /usr/include/folks and
|
---|
169 | /usr/lib/folks
|
---|
170 | </seg>
|
---|
171 | </seglistitem>
|
---|
172 | </segmentedlist>
|
---|
173 |
|
---|
174 | <variablelist>
|
---|
175 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
176 | <?dbfo list-presentation="list"?>
|
---|
177 | <?dbhtml list-presentation="table"?>
|
---|
178 |
|
---|
179 | <varlistentry id="folks-import">
|
---|
180 | <term><command>folks-import</command></term>
|
---|
181 | <listitem>
|
---|
182 | <para>
|
---|
183 | is used to import meta-contact information to libfolks.
|
---|
184 | </para>
|
---|
185 | <indexterm zone="folks folks-import">
|
---|
186 | <primary sortas="b-folks-import">folks-import</primary>
|
---|
187 | </indexterm>
|
---|
188 | </listitem>
|
---|
189 | </varlistentry>
|
---|
190 |
|
---|
191 | <varlistentry id="folks-inspect">
|
---|
192 | <term><command>folks-inspect</command></term>
|
---|
193 | <listitem>
|
---|
194 | <para>
|
---|
195 | is used to inspect meta-contact information in libfolks.
|
---|
196 | </para>
|
---|
197 | <indexterm zone="folks folks-inspect">
|
---|
198 | <primary sortas="b-folks-inspect">folks-inspect</primary>
|
---|
199 | </indexterm>
|
---|
200 | </listitem>
|
---|
201 | </varlistentry>
|
---|
202 |
|
---|
203 | <varlistentry id="libfolks-eds">
|
---|
204 | <term><filename class="libraryfile">libfolks-eds.so</filename></term>
|
---|
205 | <listitem>
|
---|
206 | <para>
|
---|
207 | contains Evolution specific implementations of the libfolks classes.
|
---|
208 | </para>
|
---|
209 | <indexterm zone="folks libfolks-eds">
|
---|
210 | <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
|
---|
211 | </indexterm>
|
---|
212 | </listitem>
|
---|
213 | </varlistentry>
|
---|
214 |
|
---|
215 | <!--
|
---|
216 | <varlistentry id="libfolks-libsocialweb">
|
---|
217 | <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
|
---|
218 | <listitem>
|
---|
219 | <para>
|
---|
220 | contains libsocialweb specific implementations of the libfolks classes.
|
---|
221 | </para>
|
---|
222 | <indexterm zone="folks libfolks-libsocialweb">
|
---|
223 | <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
|
---|
224 | </indexterm>
|
---|
225 | </listitem>
|
---|
226 | </varlistentry>
|
---|
227 | -->
|
---|
228 |
|
---|
229 | <varlistentry id="libfolks">
|
---|
230 | <term><filename class="libraryfile">libfolks.so</filename></term>
|
---|
231 | <listitem>
|
---|
232 | <para>
|
---|
233 | contains the <application>Folks</application> API functions.
|
---|
234 | </para>
|
---|
235 | <indexterm zone="folks libfolks">
|
---|
236 | <primary sortas="c-libfolks">libfolks.so</primary>
|
---|
237 | </indexterm>
|
---|
238 | </listitem>
|
---|
239 | </varlistentry>
|
---|
240 |
|
---|
241 | <varlistentry id="libfolks-telepathy">
|
---|
242 | <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
|
---|
243 | <listitem>
|
---|
244 | <para>
|
---|
245 | contains Telepathy specific implementations of the libfolks classes.
|
---|
246 | </para>
|
---|
247 | <indexterm zone="folks libfolks-telepathy">
|
---|
248 | <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
|
---|
249 | </indexterm>
|
---|
250 | </listitem>
|
---|
251 | </varlistentry>
|
---|
252 |
|
---|
253 | <varlistentry id="libfolks-tracker">
|
---|
254 | <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
|
---|
255 | <listitem>
|
---|
256 | <para>
|
---|
257 | contains Tracker specific implementations of the libfolks classes.
|
---|
258 | </para>
|
---|
259 | <indexterm zone="folks libfolks-tracker">
|
---|
260 | <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
|
---|
261 | </indexterm>
|
---|
262 | </listitem>
|
---|
263 | </varlistentry>
|
---|
264 |
|
---|
265 | </variablelist>
|
---|
266 |
|
---|
267 | </sect2>
|
---|
268 |
|
---|
269 | </sect1>
|
---|