source: gnome/platform/folks.xml@ 851baeba

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 851baeba was a709780, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Tag GNOME Libraries, off to GNOME Desktop next.
Update test expectations for tracker*

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

  • Property mode set to 100644
File size: 8.9 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.15/folks-&folks-version;.tar.xz">
8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.15/folks-&folks-version;.tar.xz">
9 <!ENTITY folks-md5sum "db7d824bcc7b2404c9570451028f1aa6">
10 <!ENTITY folks-size "480 KB">
11 <!ENTITY folks-buildsize "47 MB (add 22 MB for tests)">
12 <!ENTITY folks-time "0.2 SBU (Using parallelism=4, add 0.3 SBU for tests)">
13]>
14
15<sect1 id="folks" xreflabel="Folks-&folks-version;">
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 <application>Evolution Data Server</application>,
37 Facebook, etc.) to create metacontacts.
38 </para>
39
40 &lfs101_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"/>,
83 <xref linkend="python-dbusmock"/>, and
84 <xref linkend="telepathy-glib"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="bluez"/> and
90 <xref linkend="vala"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <!--<xref linkend="tracker"/> (Broken due to API changes in tracker), -->
96 <ulink url="&gnome-download-http;/libsocialweb/">libsocialweb</ulink> and
97 <ulink url="https://packages.debian.org/jessie/zeitgeist">Zeitgeist</ulink>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/folks"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Folks</title>
107
108 <para>
109 Install <application>Folks</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson --prefix=/usr .. &amp;&amp;
117ninja</userinput></screen>
118
119 <para>
120 To test the results, issue <command>ninja test</command> from a local
121 X session started with <command>dbus-launch</command>.
122 </para>
123 <!--
124 As of version 0.13.1, I just get 'No tests defined. - Bruce
125 -->
126 <!-- with 0.13.2, I get the following results:
127 Ok: 44
128 Expected Fail: 0
129 Fail: 0
130 Unexpected Pass: 0
131 Skipped: 0
132 Timeout: 0
133 I believe it now has the test suite again. -->
134
135 <!-- In the future, we need to run the tests with Tracker's backend
136 enabled before we suggest enabling that backend. I tried this with 0.12.1
137 and had 103 test failures in Tracker's section of the test suite.
138 This is unacceptable and is why we have it disabled by default. -->
139<!--
140 <para>
141 This package does not come with a test suite.
142 </para>
143-->
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>ninja install</userinput></screen>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155<!-- Tracker support removed in 0.15.1
156 <para>
157 <option>-Dtracker_backend=true</option>: This switch enables
158 building the <application>Tracker</application> backend.
159 Use it if you have <application>Tracker</application> installed. This
160 functionality is current broken, however, due to an upstream API change
161 in Tracker that hasn't been accounted for in this package.
162 </para>
163-->
164
165 <para>
166 <option>-Ddocs=true</option>: This switch enables
167 documentation generation.
168 </para>
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Programs</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
181 <seg>
182 folks-import and folks-inspect
183 </seg>
184 <seg>
185 libfolks-dummy.so, libfolks-eds.so, libfolks.so, and
186 libfolks-telepathy.so
187 </seg>
188 <seg>
189 /usr/include/folks and
190 /usr/lib/folks
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="folks-import">
201 <term><command>folks-import</command></term>
202 <listitem>
203 <para>
204 is used to import meta-contact information to libfolks
205 </para>
206 <indexterm zone="folks folks-import">
207 <primary sortas="b-folks-import">folks-import</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="folks-inspect">
213 <term><command>folks-inspect</command></term>
214 <listitem>
215 <para>
216 is used to inspect meta-contact information in libfolks
217 </para>
218 <indexterm zone="folks folks-inspect">
219 <primary sortas="b-folks-inspect">folks-inspect</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libfolks-eds">
225 <term><filename class="libraryfile">libfolks-eds.so</filename></term>
226 <listitem>
227 <para>
228 contains Evolution specific implementations of the libfolks classes
229 </para>
230 <indexterm zone="folks libfolks-eds">
231 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236<!--
237 <varlistentry id="libfolks-libsocialweb">
238 <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
239 <listitem>
240 <para>
241 contains libsocialweb specific implementations of the libfolks classes.
242 </para>
243 <indexterm zone="folks libfolks-libsocialweb">
244 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248-->
249
250 <varlistentry id="libfolks">
251 <term><filename class="libraryfile">libfolks.so</filename></term>
252 <listitem>
253 <para>
254 contains the <application>Folks</application> API functions
255 </para>
256 <indexterm zone="folks libfolks">
257 <primary sortas="c-libfolks">libfolks.so</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="libfolks-telepathy">
263 <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
264 <listitem>
265 <para>
266 contains Telepathy specific implementations of the libfolks classes
267 </para>
268 <indexterm zone="folks libfolks-telepathy">
269 <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273<!--
274 <varlistentry id="libfolks-tracker">
275 <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
276 <listitem>
277 <para>
278 contains Tracker specific implementations of the libfolks classes.
279 </para>
280 <indexterm zone="folks libfolks-tracker">
281 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285-->
286
287 </variablelist>
288
289 </sect2>
290
291</sect1>
Note: See TracBrowser for help on using the repository browser.