source: gnome/platform/folks.xml@ ed52ba4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ed52ba4 was ed52ba4, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

pdate to folks-0.11.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18920 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.1 KB
Line 
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 &lfs80_checked;
41 &gcc7_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&folks-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&folks-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &folks-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &folks-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &folks-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &folks-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Folks Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="evolution-data-server"/>,
82 <xref linkend="gobject-introspection"/>,
83 <xref linkend="libgee"/>, and
84 <xref linkend="telepathy-glib"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="bluez"/>,
90 <xref linkend="python3"/>, and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <ulink url="&gnome-download-http;/tracker/">Tracker</ulink>,
97 <ulink url="&gnome-download-http;/libsocialweb/">libsocialweb</ulink>, and
98 <ulink url="https://packages.debian.org/jessie/zeitgeist">Zeitgeist</ulink>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/folks"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Folks</title>
108
109 <para>
110 Install <application>Folks</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --disable-fatal-warnings &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue <command>make -k check</command> from a local
119 X session started with <command>dbus-launch</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>--disable-fatal-warnings</parameter>: This switch
135 allows the package to build with latest versions of the
136 dependencies.
137 </para>
138
139 <para>
140 <option>--enable-tracker-backend</option>: This switch enables
141 building the <application>Tracker</application> backend.
142 Use it if you have <application>Tracker</application> installed.
143 </para>
144
145 <para>
146 <option>--enable-docs</option>: This switch enables
147 documentation generation.
148 </para>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 folks-import and folks-inspect
163 </seg>
164 <seg>
165 libfolks-dummy.so, libfolks-eds.so, libfolks.so, and
166 libfolks-telepathy.so
167 </seg>
168 <seg>
169 /usr/include/folks and
170 /usr/lib/folks
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="folks-import">
181 <term><command>folks-import</command></term>
182 <listitem>
183 <para>
184 is used to import meta-contact information to libfolks.
185 </para>
186 <indexterm zone="folks folks-import">
187 <primary sortas="b-folks-import">folks-import</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="folks-inspect">
193 <term><command>folks-inspect</command></term>
194 <listitem>
195 <para>
196 is used to inspect meta-contact information in libfolks.
197 </para>
198 <indexterm zone="folks folks-inspect">
199 <primary sortas="b-folks-inspect">folks-inspect</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libfolks-eds">
205 <term><filename class="libraryfile">libfolks-eds.so</filename></term>
206 <listitem>
207 <para>
208 contains Evolution specific implementations of the libfolks classes.
209 </para>
210 <indexterm zone="folks libfolks-eds">
211 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216<!--
217 <varlistentry id="libfolks-libsocialweb">
218 <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
219 <listitem>
220 <para>
221 contains libsocialweb specific implementations of the libfolks classes.
222 </para>
223 <indexterm zone="folks libfolks-libsocialweb">
224 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228-->
229
230 <varlistentry id="libfolks">
231 <term><filename class="libraryfile">libfolks.so</filename></term>
232 <listitem>
233 <para>
234 contains the <application>Folks</application> API functions.
235 </para>
236 <indexterm zone="folks libfolks">
237 <primary sortas="c-libfolks">libfolks.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="libfolks-telepathy">
243 <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
244 <listitem>
245 <para>
246 contains Telepathy specific implementations of the libfolks classes.
247 </para>
248 <indexterm zone="folks libfolks-telepathy">
249 <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="libfolks-tracker">
255 <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
256 <listitem>
257 <para>
258 contains Tracker specific implementations of the libfolks classes.
259 </para>
260 <indexterm zone="folks libfolks-tracker">
261 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 </variablelist>
267
268 </sect2>
269
270</sect1>
Note: See TracBrowser for help on using the repository browser.