source: gnome/core/folks.xml@ 73d97caf

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 73d97caf was 73d97caf, checked in by Krejzi <krejzi@…>, 12 years ago

Package updates. See BLFS changelog for details.

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

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[b0e3991]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
[73d97caf]7 <!ENTITY folks-download-http "&gnome-download-http;/folks/0.8/folks-&folks-version;.tar.xz">
8 <!ENTITY folks-download-ftp "&gnome-download-ftp;/folks/0.8/folks-&folks-version;.tar.xz">
9 <!ENTITY folks-md5sum "5664f85c4acdda2934cbd08a9d3d78e3">
[35e84dce]10 <!ENTITY folks-size "1.5 MB">
11 <!ENTITY folks-buildsize "70 MB">
12 <!ENTITY folks-time "0.7 SBU">
[b0e3991]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">
[73d97caf]26 <primary sortas="a-Folks">Folks</primary>
[b0e3991]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Folks</title>
31
[9db3353e]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>
[b0e3991]39
[35e84dce]40 &lfs72_checked;
[b0e3991]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[9db3353e]45 <para>
46 Download (HTTP): <ulink url="&folks-download-http;"/>
47 </para>
[b0e3991]48 </listitem>
49 <listitem>
[9db3353e]50 <para>
51 Download (FTP): <ulink url="&folks-download-ftp;"/>
52 </para>
[b0e3991]53 </listitem>
54 <listitem>
[9db3353e]55 <para>
56 Download MD5 sum: &folks-md5sum;
57 </para>
[b0e3991]58 </listitem>
59 <listitem>
[9db3353e]60 <para>
61 Download size: &folks-size;
62 </para>
[b0e3991]63 </listitem>
64 <listitem>
[9db3353e]65 <para>
66 Estimated disk space required: &folks-buildsize;
67 </para>
[b0e3991]68 </listitem>
69 <listitem>
[9db3353e]70 <para>
71 Estimated build time: &folks-time;
72 </para>
[b0e3991]73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Folks Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
[f41cb316]79 <para role="required">
[35e84dce]80 <xref linkend="gobject-introspection"/>,
[f41cb316]81 <xref linkend="intltool"/>,
[35e84dce]82 <xref linkend="libgee"/>,
83 <xref linkend="libzeitgeist"/> and
[f41cb316]84 <xref linkend="telepathy-glib"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
[35e84dce]89 <xref linkend="evolution-data-server"/> and
[f41cb316]90 <xref linkend="vala"/>
91 </para>
[b0e3991]92
93 <bridgehead renderas="sect4">Optional</bridgehead>
[f41cb316]94 <para role="optional">
[0dfacdb1]95 <ulink url="&gnome-download-http;/libsocialweb/">
[f41cb316]96 libsocialweb</ulink>,
[0dfacdb1]97 <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink> and
[f41cb316]98 <ulink url="http://live.gnome.org/Valadoc/">valadoc</ulink>
99 (Required for generating the documentation)
100 </para>
[b0e3991]101
102 <para condition="html" role="usernotes">User Notes:
[7ded7e3]103 <ulink url="&blfs-wiki;/folks"/>
104 </para>
[b0e3991]105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Folks</title>
109
[9db3353e]110 <para>
111 Install <application>Folks</application> by running the following
112 commands:
113 </para>
[b0e3991]114
[35e84dce]115<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
[b0e3991]116make</userinput></screen>
117
[9db3353e]118 <para>
[35e84dce]119 To test the results, issue <command>make check</command>.
[9db3353e]120 </para>
[b0e3991]121
[9db3353e]122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
[b0e3991]125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
[9db3353e]133 <para>
[35e84dce]134 <option>--enable-vala</option>: This switch enables
[9db3353e]135 building of the Vala bindings. Remove if you don't have
136 <xref linkend="vala"/> installed.
137 </para>
138
139 <para>
[35e84dce]140 <option>--enable-tracker-backend</option>: This switch enables
[9db3353e]141 building of the the <application>Tracker</application> backend.
142 </para>
[f41cb316]143
[9db3353e]144 <para>
[35e84dce]145 <option>--enable-docs</option>: This switch enables
[9db3353e]146 documentation generation.
147 </para>
[b0e3991]148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
[f41cb316]155 <segtitle>Installed Programs</segtitle>
[b0e3991]156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
[f41cb316]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>
[7ded7e3]169 /usr/include/folks and
170 /usr/lib/folks
[f41cb316]171 </seg>
[b0e3991]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>
[9db3353e]183 <para>
184 is used to import meta-contact information to libfolks.
185 </para>
[b0e3991]186 <indexterm zone="folks folks-import">
187 <primary sortas="b-folks-import">folks-import</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
[f41cb316]192 <varlistentry id="folks-inspect">
193 <term><command>folks-inspect</command></term>
[b0e3991]194 <listitem>
[9db3353e]195 <para>
196 is used to inspect meta-contact information in libfolks.
197 </para>
[f41cb316]198 <indexterm zone="folks folks-inspect">
199 <primary sortas="b-folks-inspect">folks-inspect</primary>
[b0e3991]200 </indexterm>
201 </listitem>
[f41cb316]202 </varlistentry>
[b0e3991]203
[f41cb316]204 <varlistentry id="libfolks-eds">
[35e84dce]205 <term><filename class="libraryfile">libfolks-eds.so</filename></term>
[b0e3991]206 <listitem>
[9db3353e]207 <para>
[35e84dce]208 contains Evolution specific implementations of the libfolks classes.
[9db3353e]209 </para>
[f41cb316]210 <indexterm zone="folks libfolks-eds">
211 <primary sortas="c-libfolks-eds">libfolks-eds.so</primary>
[b0e3991]212 </indexterm>
213 </listitem>
214 </varlistentry>
215
[f41cb316]216 <varlistentry id="libfolks-libsocialweb">
[35e84dce]217 <term><filename class="libraryfile">libfolks-libsocialweb.so</filename></term>
[b0e3991]218 <listitem>
[9db3353e]219 <para>
[35e84dce]220 contains libsocialweb specific implementations of the libfolks classes.
[9db3353e]221 </para>
[f41cb316]222 <indexterm zone="folks libfolks-libsocialweb">
223 <primary sortas="c-libfolks-libsocialweb">libfolks-libsocialweb.so</primary>
[b0e3991]224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libfolks">
[35e84dce]229 <term><filename class="libraryfile">libfolks.so</filename></term>
[b0e3991]230 <listitem>
[9db3353e]231 <para>
232 contains the <application>Folks</application> API functions.
233 </para>
[b0e3991]234 <indexterm zone="folks libfolks">
235 <primary sortas="c-libfolks">libfolks.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
[f41cb316]240 <varlistentry id="libfolks-telepathy">
[35e84dce]241 <term><filename class="libraryfile">libfolks-telepathy.so</filename></term>
[f41cb316]242 <listitem>
[9db3353e]243 <para>
[35e84dce]244 contains Telepathy specific implementations of the libfolks classes.
[9db3353e]245 </para>
[f41cb316]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">
[35e84dce]253 <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
[f41cb316]254 <listitem>
[9db3353e]255 <para>
[35e84dce]256 contains Tracker specific implementations of the libfolks classes.
[9db3353e]257 </para>
[f41cb316]258 <indexterm zone="folks libfolks-tracker">
259 <primary sortas="c-libfolks-tracker">libfolks-tracker.so</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
[b0e3991]264 </variablelist>
265
266 </sect2>
267
268</sect1>
Note: See TracBrowser for help on using the repository browser.