source: gnome-systemd/telepathy/telepathy-haze.xml@ 46c3ba9

systemd-11177
Last change on this file since 46c3ba9 was 46c3ba9, checked in by Krejzi <krejzi@…>, 10 years ago

Added telepathy-gabble, telepathy-haze and telepathy-salut.

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

  • Property mode set to 100644
File size: 4.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 telepathy-haze-download-http
8 "http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-&telepathy-haze-version;.tar.gz">
9 <!ENTITY telepathy-haze-download-ftp " ">
10 <!ENTITY telepathy-haze-md5sum "b9ee3638833fb50db6276d1b771820b0">
11 <!ENTITY telepathy-haze-size "568 KB">
12 <!ENTITY telepathy-haze-buildsize "5.3 MB">
13 <!ENTITY telepathy-haze-time "0.1 SBU">
14]>
15
16<sect1 id="telepathy-haze" xreflabel="telepathy-haze-&telepathy-haze-version;">
17 <?dbhtml filename="telepathy-haze.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>telepathy-haze-&telepathy-haze-version;</title>
25
26 <indexterm zone="telepathy-haze">
27 <primary sortas="a-telepathy-haze">telepathy-haze</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Telepathy Haze</title>
32
33 <para>
34 <application>Telepathy Haze</application> is a connection
35 manager for the <application>Telepathy</application>
36 framework using libpurple (Pidgin) protocols.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&telepathy-haze-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&telepathy-haze-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &telepathy-haze-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &telepathy-haze-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &telepathy-haze-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &telepathy-haze-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Telepathy Haze Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="pidgin"/> and
80 <xref linkend="telepathy-glib"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <ulink url="https://twistedmatrix.com/trac/">Twisted</ulink>
86 </para>
87
88 <note>
89 <para>
90 The protocols supported by this package depend on
91 the dependencies that were present when building
92 <xref linkend="pidgin"/>.
93 </para>
94 </note>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/telepathy-haze"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Telepathy Haze</title>
103
104 <para>
105 Install <application>Telepathy Haze</application> by running the
106 following commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a testsuite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 telepathy-haze
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 None
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="telepathy-haze-prog">
151 <term><command>telepathy-haze</command></term>
152 <listitem>
153 <para>
154 is the <application>Telepathy</application> connection manager
155 for libpurple (Pidgin).
156 </para>
157 <indexterm zone="telepathy-haze telepathy-haze-prog">
158 <primary sortas="b-telepathy-haze">telepathy-haze</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.