source: gnome-systemd/platform/folks.xml@ 61f36a07

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 61f36a07 was 61f36a07, checked in by Christopher Gregory <cjg@…>, 10 years ago

Found solution for building folks so added new switch and updated version and stats.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13646 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.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.9/folks-&folks-version;.tar.xz">
8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.9/folks-&folks-version;.tar.xz">
9 <!ENTITY folks-md5sum "18f3e0799fdea55be7e27bc16e73bd8a">
10 <!ENTITY folks-size "1.8 MB">
11 <!ENTITY folks-buildsize "136 MB">
12 <!ENTITY folks-time "2.1 SBU">
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 (eg,
35 <application>Telepathy</application> connection managers and
36 eventually <application>Evolution Data Server</application>,
37 Facebook, etc.) to create metacontacts.
38 </para>
39
40 &lfs75_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="libgee"/> and
81 <xref linkend="telepathy-glib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="evolution-data-server"/>,
87 <xref linkend="telepathy-glib"/>, and
88 <xref linkend="vala"/>
89 </para>
90
91<!-- optional zeitgeist, libsocialweb -->
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/folks"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Folks</title>
100
101 <para>
102 Install <application>Folks</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr --disable-fatal-warnings &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <option>--enable-tracker-backend</option>: This switch enables
126 building of the the <application>Tracker</application> backend.
127 </para>
128
129 <para>
130 <option>--enable-docs</option>: This switch enables
131 documentation generation.
132 </para>
133
134 <para>
135 <parameter>--disable-fatal-warnings</parameter>: This switch
136 allows the build to complete. Without it the
137 build fails.
138 </para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 folks-import and folks-inspect
153 </seg>
154 <seg>
155 libfolks-eds.so, libfolks-libsocialweb.so,
156 libfolks.so, libfolks-telepathy.so,
157 libfolks-dummy.so, and libfolks-tracker.so
158 </seg>
159 <seg>
160 /usr/include/folks and
161 /usr/lib/folks
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="folks-import">
172 <term><command>folks-import</command></term>
173 <listitem>
174 <para>
175 is used to import meta-contact information to libfolks.
176 </para>
177 <indexterm zone="folks folks-import">
178 <primary sortas="b-folks-import">folks-import</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="folks-inspect">
184 <term><command>folks-inspect</command></term>
185 <listitem>
186 <para>
187 is used to inspect meta-contact information in libfolks.
188 </para>
189 <indexterm zone="folks folks-inspect">
190 <primary sortas="b-folks-inspect">folks-inspect</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libfolks-eds">
196 <term><filename class="libraryfile">libfolks-eds.so</filename></term>
197 <listitem>
198 <para>
199 contains Evolution specific implementations of the libfolks classes.
200 </para>
201 <indexterm zone="folks libfolks-eds">
202 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libfolks-libsocialweb">
208 <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
209 <listitem>
210 <para>
211 contains libsocialweb specific implementations of the libfolks classes.
212 </para>
213 <indexterm zone="folks libfolks-libsocialweb">
214 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libfolks">
220 <term><filename class="libraryfile">libfolks.so</filename></term>
221 <listitem>
222 <para>
223 contains the <application>Folks</application> API functions.
224 </para>
225 <indexterm zone="folks libfolks">
226 <primary sortas="c-libfolks">libfolks.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="libfolks-telepathy">
232 <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
233 <listitem>
234 <para>
235 contains Telepathy specific implementations of the libfolks classes.
236 </para>
237 <indexterm zone="folks libfolks-telepathy">
238 <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="libfolks-tracker">
244 <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
245 <listitem>
246 <para>
247 contains Tracker specific implementations of the libfolks classes.
248 </para>
249 <indexterm zone="folks libfolks-tracker">
250 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 </variablelist>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.