source: gnome/platform/folks.xml@ ab14cf7

gnome
Last change on this file since ab14cf7 was ab14cf7, checked in by Krejzi <krejzi@…>, 10 years ago

Nuke zeitgeist and libunwind. They are not required by anything.

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