source: gnome/platform/folks.xml@ fe33e3f

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since fe33e3f was fe33e3f, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Tag GNOME Libraries and relevant dependencies

  • 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.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 "62db936e9601e33268e2019b6eb0684e">
10 <!ENTITY folks-size "481 KB">
11 <!ENTITY folks-buildsize "33 MB (add 26 MB for tests)">
12 <!ENTITY folks-time "0.2 SBU (Using parallelism=4, add 0.15 SBU for tests)">
13]>
14
15<sect1 id="folks" xreflabel="Folks-&folks-version;">
16 <?dbhtml filename="folks.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Folks-&folks-version;</title>
23
24 <indexterm zone="folks">
25 <primary sortas="a-Folks">Folks</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Folks</title>
30
31 <para>
32 <application>Folks</application> is a library that
33 aggregates people from multiple sources (e.g,
34 <application>Telepathy</application> connection managers and
35 <application>Evolution Data Server</application>,
36 Facebook, etc.) to create metacontacts.
37 </para>
38
39 &lfs112_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&folks-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&folks-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &folks-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &folks-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &folks-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &folks-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Folks Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="evolution-data-server"/>,
80 <xref linkend="gobject-introspection"/>,
81 <xref linkend="libgee"/>,
82 <xref linkend="python-dbusmock"/>, 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 changes in tracker), -->
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>mkdir build &amp;&amp;
113cd build &amp;&amp;
114
115meson --prefix=/usr --buildtype=release .. &amp;&amp;
116ninja</userinput></screen>
117
118 <para>
119 To test the results, issue <command>ninja test</command> from a local
120 X session started with <command>dbus-launch</command>. A few tests may
121 time out.
122 </para>
123 <!-- with 0.13.2, I get the following results:
124 Ok: 44
125 Expected Fail: 0
126 Fail: 0
127 Unexpected Pass: 0
128 Skipped: 0
129 Timeout: 0
130 I believe it now has the test suite again. -->
131 <!-- with 0.15.5, I get 3 failures, two of which are related
132 to bluez, so might be because I do not have a bluetooth adapter
133 on this machine. The last one is a timeout. [pierre] -->
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>ninja install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146<!-- Tracker support removed in 0.15.1
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
156 <para>
157 <option>-Ddocs=true</option>: This switch enables
158 documentation generation.
159 </para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 folks-import and folks-inspect
174 </seg>
175 <seg>
176 libfolks-dummy.so, libfolks-eds.so, libfolks.so, and
177 libfolks-telepathy.so
178 </seg>
179 <seg>
180 /usr/include/folks and
181 /usr/lib/folks
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="folks-import">
192 <term><command>folks-import</command></term>
193 <listitem>
194 <para>
195 is used to import meta-contact information to libfolks
196 </para>
197 <indexterm zone="folks folks-import">
198 <primary sortas="b-folks-import">folks-import</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="folks-inspect">
204 <term><command>folks-inspect</command></term>
205 <listitem>
206 <para>
207 is used to inspect meta-contact information in libfolks
208 </para>
209 <indexterm zone="folks folks-inspect">
210 <primary sortas="b-folks-inspect">folks-inspect</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="libfolks-eds">
216 <term><filename class="libraryfile">libfolks-eds.so</filename></term>
217 <listitem>
218 <para>
219 contains Evolution specific implementations of the libfolks classes
220 </para>
221 <indexterm zone="folks libfolks-eds">
222 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227<!--
228 <varlistentry id="libfolks-libsocialweb">
229 <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
230 <listitem>
231 <para>
232 contains libsocialweb specific implementations of the libfolks classes.
233 </para>
234 <indexterm zone="folks libfolks-libsocialweb">
235 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239-->
240
241 <varlistentry id="libfolks">
242 <term><filename class="libraryfile">libfolks.so</filename></term>
243 <listitem>
244 <para>
245 contains the <application>Folks</application> API functions
246 </para>
247 <indexterm zone="folks libfolks">
248 <primary sortas="c-libfolks">libfolks.so</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="libfolks-telepathy">
254 <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
255 <listitem>
256 <para>
257 contains Telepathy specific implementations of the libfolks classes
258 </para>
259 <indexterm zone="folks libfolks-telepathy">
260 <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264<!--
265 <varlistentry id="libfolks-tracker">
266 <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
267 <listitem>
268 <para>
269 contains Tracker specific implementations of the libfolks classes.
270 </para>
271 <indexterm zone="folks libfolks-tracker">
272 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276-->
277
278 </variablelist>
279
280 </sect2>
281
282</sect1>
Note: See TracBrowser for help on using the repository browser.