source: gnome/core/folks.xml@ e0dfa83

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e0dfa83 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 7.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.6/folks-&folks-version;.tar.xz">
8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.6/folks-&folks-version;.tar.xz">
9 <!ENTITY folks-md5sum "49b739a9359a9b030844a2719cf5bb45">
10 <!ENTITY folks-size "1.4 MB">
11 <!ENTITY folks-buildsize "53 MB">
12 <!ENTITY folks-time "1.0 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 &lfs70_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="intltool"/>,
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="gobject-introspection"/> and
89 <xref linkend="vala"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="http://ftp.gnome.org/pub/gnome/sources/libsocialweb/">
95 libsocialweb</ulink>,
96 <xref linkend="tracker"/> and
97 <ulink url="http://live.gnome.org/Valadoc/">valadoc</ulink>
98 (Required for generating the documentation)
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>./configure --prefix=/usr \
115 --enable-vala &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <option>--enable-vala</option>: This option enables
135 building of the Vala bindings. Remove if you don't have
136 <xref linkend="vala"/> installed.
137 </para>
138
139 <para>
140 <option>--enable-tracker-backend</option>: This parameter enables
141 building of the the <application>Tracker</application> backend.
142 </para>
143
144 <para>
145 <option>--enable-docs</option>: This parameter enables
146 documentation generation.
147 </para>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 folks-import and folks-inspect
162 </seg>
163 <seg>
164 libfolks-eds.so, libfolks-libsocialweb.so,
165 libfolks.so, libfolks-telepathy.so and
166 libfolks-tracker.so
167 </seg>
168 <seg>
169 /usr/include/folks and
170 /usr/lib/folks
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="folks-import">
181 <term><command>folks-import</command></term>
182 <listitem>
183 <para>
184 is used to import meta-contact information to libfolks.
185 </para>
186 <indexterm zone="folks folks-import">
187 <primary sortas="b-folks-import">folks-import</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="folks-inspect">
193 <term><command>folks-inspect</command></term>
194 <listitem>
195 <para>
196 is used to inspect meta-contact information in libfolks.
197 </para>
198 <indexterm zone="folks folks-inspect">
199 <primary sortas="b-folks-inspect">folks-inspect</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libfolks-eds">
205 <term><filename class='libraryfile'>libfolks-eds.so</filename></term>
206 <listitem>
207 <para>
208 contains Evolution-specific implementations of the libfolks classes.
209 </para>
210 <indexterm zone="folks libfolks-eds">
211 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="libfolks-libsocialweb">
217 <term><filename class='libraryfile'>libfolks-libsocialweb.so</filename></term>
218 <listitem>
219 <para>
220 contains libsocialweb-specific implementations of the libfolks classes.
221 </para>
222 <indexterm zone="folks libfolks-libsocialweb">
223 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libfolks">
229 <term><filename class='libraryfile'>libfolks.so</filename></term>
230 <listitem>
231 <para>
232 contains the <application>Folks</application> API functions.
233 </para>
234 <indexterm zone="folks libfolks">
235 <primary sortas="c-libfolks">libfolks.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="libfolks-telepathy">
241 <term><filename class='libraryfile'>libfolks-telepathy.so</filename></term>
242 <listitem>
243 <para>
244 contains Telepathy-specific implementations of the libfolks classes.
245 </para>
246 <indexterm zone="folks libfolks-telepathy">
247 <primary sortas="c-libfolks-telepathy">libfolks-telepathy.so</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="libfolks-tracker">
253 <term><filename class='libraryfile'>libfolks-tracker.so</filename></term>
254 <listitem>
255 <para>
256 contains Tracker-specific implementations of the libfolks classes.
257 </para>
258 <indexterm zone="folks libfolks-tracker">
259 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 </variablelist>
265
266 </sect2>
267
268</sect1>
Note: See TracBrowser for help on using the repository browser.