source: gnome-systemd/applications/empathy.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

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

  • Property mode set to 100644
File size: 5.8 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/3.12/empathy-&empathy-version;.tar.xz">
9 <!ENTITY empathy-download-ftp
10 "&gnome-download-ftp;/empathy/3.12/empathy-&empathy-version;.tar.xz">
11 <!ENTITY empathy-md5sum "3675eb918ffad622b11a846d46bf58d5">
12 <!ENTITY empathy-size "4.9 MB">
13 <!ENTITY empathy-buildsize "120 MB">
14 <!ENTITY empathy-time "1.1 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 &lfs75_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="webkitgtk"/>
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"/> (for spell checking),
105 <xref linkend="geoclue"/>,
106 <xref linkend="geocode-glib"/>, and
107 <xref linkend="libchamplain"/>
108 </para>
109
110 <para condition="html" role="usernotes">User Notes:
111 <ulink url="&blfs-wiki;/empathy"/>
112 </para>
113
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Empathy</title>
118
119 <para>
120 Install <application>Empathy</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr \
125 --disable-Werror \
126 --disable-static &amp;&amp;
127make</userinput></screen>
128
129 <para>
130 To test the results, issue: <command>make check</command>.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/static-libraries.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 empathy, empathy-accounts and empathy-debugger
160 </seg>
161 <seg>
162 None
163 </seg>
164 <seg>
165 /usr/lib/empathy,
166 /usr/lib/mission-control-plugins.0,
167 /usr/share/adium,
168 /usr/share/empathy and
169 /usr/share/help/*/empathy
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="empathy-prog">
180 <term><command>empathy</command></term>
181 <listitem>
182 <para>
183 is a <application>GNOME</application> instant messaging client
184 using <application>Telepathy</application>.
185 </para>
186 <indexterm zone="empathy empathy-prog">
187 <primary sortas="b-empathy">empathy</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="empathy-accounts">
193 <term><command>empathy-accounts</command></term>
194 <listitem>
195 <para>
196 is an accounts configuration dialog for
197 <application>Empathy</application>.
198 </para>
199 <indexterm zone="empathy empathy-accounts">
200 <primary sortas="b-empathy-accounts">empathy-accounts</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.