source: gnome/platform/folks.xml@ 8f036b74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 8f036b74 was bb8b4003, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to tracker-miners-2.3.1
Update to tracker-2.3.1
Update to libgweather-3.34.0
Update to evolution-data-server-3.34.1
Minor fixes to libpeas and folks
Time to embark on GNOME Desktop...

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

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