source: gnome/applications/empathy.xml@ fd18bfb

kde5-14686 systemd-13485
Last change on this file since fd18bfb was 1aa25ac, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated to zenity-3.14.0, mutter-3.14.0, gnome-shell-3.14.0, gnome-themes-standard-3.14.0, gnome-backgrounds-3.14.0, vino-3.14.0, gnome-user-docs-3.14.0, baobab-3.14.0, folks-0.10.0, libchamplain-0.12.9, empathy-3.12.6, epiphany-3.14.0, and libpeas-1.12.1.

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

  • Property mode set to 100644
File size: 6.5 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 empathy-download-http
8 "&gnome-download-http;/empathy/&gnome-minor;/empathy-&empathy-version;.tar.xz">
9 <!ENTITY empathy-download-ftp
10 "&gnome-download-ftp;/empathy/&gnome-minor;/empathy-&empathy-version;.tar.xz">
11 <!ENTITY empathy-md5sum "">
12 <!ENTITY empathy-size "4.8 MB">
13 <!ENTITY empathy-buildsize "91.5 MB">
14 <!ENTITY empathy-time "2.5 SBU">
15]>
16
17<sect1 id="empathy" xreflabel="Empathy-&empathy-version;">
18 <?dbhtml filename="empathy.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Empathy-&empathy-version;</title>
26
27 <indexterm zone="empathy">
28 <primary sortas="a-Empathy">Empathy</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Empathy</title>
33
34 <para>
35 <application>Empathy</application> is an instant messaging program
36 which supports text, voice, and video chat and file transfers over
37 many different protocols.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&empathy-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&empathy-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &empathy-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &empathy-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &empathy-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &empathy-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Empathy Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="clutter-gst2"/>,
81 <xref linkend="clutter-gtk"/>,
82 <xref linkend="folks"/>,
83 <xref linkend="gcr"/>,
84 <xref linkend="libcanberra"/>,
85 <xref linkend="libnotify"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="pulseaudio"/>,
88 <xref linkend="telepathy-farstream"/>,
89 <xref linkend="telepathy-logger"/>, and
90 <xref linkend="webkitgtk2"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gnome-online-accounts"/> and
96 <xref linkend="telepathy-mission-control"/> (GOA MC Plugin) and
97 <xref linkend="systemd"/> (for GUdev)
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="cheese"/>,
103 <xref linkend="enchant"/> and
104 <xref linkend="iso-codes"/> (Spell Checking),
105 <xref linkend="geoclue2"/>,
106 <xref linkend="geocode-glib"/>,
107 <xref linkend="libchamplain"/>, and
108 <xref linkend="valgrind"/>
109 </para>
110
111 <bridgehead renderas="sect4">Runtime Dependencies (Protocols)</bridgehead>
112 <para role="required">
113 <xref linkend="telepathy-gabble"/> (Jabber, Google Talk, Facebook Chat, XMPP),
114 <xref linkend="telepathy-haze"/> (AIM, Gadu-Gadu, ICQ, Windows Live (MSN), Myspace, Yahoo!, Zephyr),
115 <xref linkend="telepathy-idle"/> (IRC), and
116 <xref linkend="telepathy-salut"/> (local network "Bonjour" - iChat-compatible)
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/empathy"/>
121 </para>
122
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Empathy</title>
127
128 <para>
129 Install <application>Empathy</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>./configure --prefix=/usr --disable-static --enable-ubuntu-online-accounts=no &amp;&amp;
134make</userinput></screen>
135
136 <para>
137 To test the results, issue: <command>make check</command>.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <para><parameter>--enable-ubuntu-online-accounts=no</parameter> This disables
152 building ubuntu plugins as we are not on ubuntu.
153 </para>
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/static-libraries.xml"/>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 empathy, empathy-accounts, and empathy-debugger
170 </seg>
171 <seg>
172 mcp-account-manager-goa.so
173 (<application>Telepathy Mission Control</application>
174 Plugin)
175 </seg>
176 <seg>
177 /usr/lib/empathy,
178 /usr/lib/mission-control-plugins.0,
179 /usr/share/adium,
180 /usr/share/empathy, and
181 /usr/share/help/*/empathy
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="empathy-prog">
192 <term><command>empathy</command></term>
193 <listitem>
194 <para>
195 is a <application>GNOME</application> instant messaging client
196 using <application>Telepathy</application>.
197 </para>
198 <indexterm zone="empathy empathy-prog">
199 <primary sortas="b-empathy">empathy</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="empathy-accounts">
205 <term><command>empathy-accounts</command></term>
206 <listitem>
207 <para>
208 is an accounts configuration dialog for
209 <application>Empathy</application>.
210 </para>
211 <indexterm zone="empathy empathy-accounts">
212 <primary sortas="b-empathy-accounts">empathy-accounts</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.