source: kde/add/kdenetwork.xml@ 88e16e4

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 88e16e4 was 88e16e4, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Typo

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

  • Property mode set to 100644
File size: 12.3 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 <!ENTITY kdenetwork-download-http "&trinity-repo-http;/kdenetwork-&trinity-version;.tar.gz">
7 <!ENTITY kdenetwork-download-ftp "&trinity-repo-ftp;/kdenetwork-&trinity-version;.tar.gz">
8 <!ENTITY kdenetwork-md5sum "0ec1d4ccd550510821a622eb91b893e8">
9 <!ENTITY kdenetwork-size "8.6 MB">
10 <!ENTITY kdenetwork-buildsize "98 MB">
11 <!ENTITY kdenetwork-time "5.1 SBU">
12]>
13
14<sect1 id="kdenetwork" xreflabel="kdenetwork-&trinity-version;">
15 <?dbhtml filename="kdenetwork.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Kdenetwork-&trinity-version;</title>
23
24 <indexterm zone="kdenetwork">
25 <primary sortas="a-kdenetwork">Kdenetwork</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Kdenetwork</title>
30
31 <para><application>Kdenetwork</application> provides several
32 <application>KDE</application> applications useful in a networking
33 environment. Applications include clients for chat, PPP, news, instant
34 messages, and similar programs.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing='compact'>
38 <listitem>
39 <para>Download (HTTP): <ulink url="&kdenetwork-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&kdenetwork-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &kdenetwork-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &kdenetwork-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &kdenetwork-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &kdenetwork-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing='compact'>
60 <listitem>
61 <para>Required patch: <ulink
62 url="&patch-root;/kdenetwork-&trinity-version;-upstream_fixes-1.patch"/></para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Kdenetwork Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="kdebase"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="libjpeg"/>,
76 <xref linkend="libxml2"/>,
77 <xref linkend="libxslt"/>,
78 <xref linkend="openssl"/>, and
79 <xref linkend="speex"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="doxygen"/>,
85 <xref linkend="graphviz"/>,
86 <xref linkend="ppp"/>,
87 <xref linkend="wireless_tools"/>,
88 <ulink url="http://linuxtv.org/downloads/v4l-utils/">v4l-utils (Video 4 Linux)</ulink>,
89 <ulink url="http://linux.softpedia.com/progDownload/gsmlib-Download-15052.html">gsmlib</ulink>,
90 <ulink url="http://meanwhile.sourceforge.net">Meanwhile</ulink>,
91 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
92 <ulink url="http://toxygen.net/libgadu/">libgadu (Polish)</ulink>,
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/kdenetwork"/></para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Kdenetwork</title>
102
103 <note><para>The following installation procedures assume that the
104 recommended dependencies as well as v4l-utils and wireless_tools are
105 installed. Examine CMakeLists.txt to determine other options.</para>
106
107 <para>v4l-utils must be installed to build any kopete (instant
108 messenger) plugin.</para>
109 </note>
110
111 <para>Install <application>kdenetwork</application> with:</para>
112
113<screen><userinput>patch -Np1 -i ../kdenetwork&trinity-version;-upstream_fixes-1.patch &amp;&amp;
114
115MAKEDIR=/tmp/buildkdenet &amp;&amp;
116KDENET=`pwd` &amp;&amp;
117rm -rf $MAKEDIR &amp;&amp;
118mkdir -p $MAKEDIR &amp;&amp;
119cd $MAKEDIR &amp;&amp;
120
121cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
122 -DCMAKE_VERBOSE_MAKEFILE=ON \
123 -DWITH_JINGLE=ON \
124 -DWITH_SPEEX=ON \
125 -DWITH_WEBCAM=ON \
126 -DWITH_GSM=OFF \
127 -DWITH_ARTS=ON \
128 -DBUILD_KOPETE_PROTOCOL_ALL=ON \
129 -DBUILD_KOPETE_PROTOCOL_GADU=OFF \
130 -DBUILD_KOPETE_PROTOCOL_MEANWHILE=OFF \
131 -DBUILD_KOPETE_PLUGIN_ALL=ON \
132 -DBUILD_ALL=ON \
133 $KDENET &amp;&amp;
134
135unset MAKEDIR KDENET &amp;&amp;
136make</userinput></screen>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/kde-apidocs.xml"/>
140
141 <para>This package does not come with a test suite.</para>
142
143 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
144
145<screen role="root"><userinput>make install</userinput></screen>
146
147 </sect2>
148
149 <sect2 role="configuration">
150 <title>Configuring Kdenetwork</title>
151
152 <sect3 id='kdenetwork-config'>
153 <title>Config Files</title>
154
155 <para><filename>/etc/lisarc</filename> and
156 <filename>~/.lisarc</filename></para>
157
158 <indexterm zone="kdenetwork kdenetwork-config">
159 <primary sortas="e-AA.lisarc">~/.lisarc</primary>
160 </indexterm>
161
162 <indexterm zone="kdenetwork kdenetwork-config">
163 <primary sortas="e-etc-lisarc">/etc/lisarc</primary>
164 </indexterm>
165
166 </sect3>
167
168 <sect3 id='kdenetwork-init'>
169 <title>Configuration Information</title>
170
171 <para>To utilize the LAN Browser of <command>konqueror</command> you will
172 need to create the <filename>/etc/lisarc</filename> file and start the
173 <command>lisa</command> daemon. Create <filename>/etc/lisarc</filename>
174 by filling out the information in the <quote>Guided LISa Setup</quote>
175 section of the <quote>LISa Daemon</quote> tab on the <quote>Control
176 Center</quote> &mdash; <quote>Internet &amp; Network</quote> &mdash;
177 <quote>Local Network Browsing</quote> dialog box.</para>
178
179 <para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
180 included in the <xref linkend="bootscripts"/>
181 package.</para>
182
183<screen role="root"><userinput>make install-lisa</userinput></screen>
184
185 <indexterm zone="kdenetwork kdenetwork-init">
186 <primary sortas="f-kdenetwork">lisa</primary>
187 </indexterm>
188
189 <para>There is no explicit configuration for the rest of the
190 <application>kdenetwork</application> package, however some individual
191 programs need to be set up with user information.</para>
192
193 </sect3>
194
195 </sect2>
196
197 <sect2 role="content">
198 <title>Contents</title>
199
200 <segmentedlist>
201 <segtitle>Installed Programs</segtitle>
202 <segtitle>Installed Libraries</segtitle>
203 <segtitle>Installed Directories</segtitle>
204
205 <seglistitem>
206
207 <seg>dsirc, feedbrowser, kdict, kget, knewstickerstub, kopete, kppp,
208 krdc, krfb, ksirc, ktalkd, kwifimanager, lisa, rssclient, rssservice,
209 stunserver, and some additional support scripts</seg>
210
211 <seg>libkdeinit_kdict.so, libkdeinit_ksirc.so, libkopete.so,
212 libkopete_msn_shared.so, libkopete_oscar.so, libkopete_videodevice.so,
213 librss.so</seg>
214
215 <seg>$TRINITY_PREFIX/include/{kopete,rss}, $TRINITY_PREFIX/lib/trinity</seg>
216 </seglistitem>
217 </segmentedlist>
218
219 <variablelist>
220 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
221 <?dbfo list-presentation="list"?>
222 <?dbhtml list-presentation="table"?>
223
224 <varlistentry id="kdict">
225 <term><command>kdict</command></term>
226 <listitem>
227 <para> is a graphical client for the Dictionary Server Protocol
228 (DICT).</para>
229 <indexterm zone="kdenetwork kdict">
230 <primary sortas="b-kdict">kdict</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="kget">
236 <term><command>kget</command></term>
237 <listitem>
238 <para>allows you to group downloads.</para>
239 <indexterm zone="kdenetwork kget">
240 <primary sortas="b-kget">kget</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="knewsticker">
246 <term><command>knewsticker</command></term>
247 <listitem>
248 <para>is a news applet for the <application>KDE</application> Application
249 Launcher Panel.</para>
250 <indexterm zone="kdenetwork knewsticker">
251 <primary sortas="b-knewsticker">knewsticker</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="kopete">
257 <term><command>kopete</command></term>
258 <listitem>
259 <para> is <application>KDE</application>'s multi-protocol instant
260 messenger client.</para>
261 <indexterm zone="kdenetwork kopete">
262 <primary sortas="b-kopete">kopete</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="kpf">
268 <term><command>kpf</command></term>
269 <listitem>
270 <para>allows you to share files over a network.</para>
271 <indexterm zone="kdenetwork kpf">
272 <primary sortas="b-kpf">kpf</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="kppp">
278 <term><command>kppp</command></term>
279 <listitem>
280 <para>is a dial-up utility.</para>
281 <indexterm zone="kdenetwork kppp">
282 <primary sortas="b-kppp">kppp</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="krdc">
288 <term><command>krdc</command></term>
289 <listitem>
290 <para>is a client application that allows you to view or even control the
291 desktop session on another machine that is running a compatible
292 (VNC) server.</para>
293 <indexterm zone="kdenetwork krdc">
294 <primary sortas="b-krdc">krdc</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299
300 <varlistentry id="krfb">
301 <term><command>krfb</command></term>
302 <listitem>
303 <para> is a server application that allows you to share your current
304 session with a user on another machine, who can use a VNC client to
305 view or even control the desktop.</para>
306 <indexterm zone="kdenetwork krfb">
307 <primary sortas="b-krfb">krfb</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="ksirc">
313 <term><command>ksirc</command></term>
314 <listitem>
315 <para>is a chat client.</para>
316 <indexterm zone="kdenetwork ksirc">
317 <primary sortas="b-ksirc">ksirc</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="ktalkd">
323 <term><command>ktalkd</command></term>
324 <listitem>
325 <para>is an enhanced <command>talk</command> daemon&mdash;a program
326 to handle incoming <command>talk</command> requests, announce them
327 and allow you to respond to them using a talk client.</para>
328 <indexterm zone="kdenetwork ktalkd">
329 <primary sortas="b-ktalkd">ktalkd</primary>
330 </indexterm>
331 </listitem>
332 </varlistentry>
333
334 <varlistentry id="kwifimanager">
335 <term><command>kwifimanager</command></term>
336 <listitem>
337 <para>is used to configure and monitor wireless LAN cards.</para>
338 <indexterm zone="kdenetwork kwifimanager">
339 <primary sortas="b-kwifimanager">kwifimanager</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343
344 <varlistentry id="lisa">
345 <term><command>lisa</command></term>
346 <listitem>
347 <para>is intended to provide a kind of network neighborhood, but only
348 relying on the TCP/IP protocol stack.</para>
349 <indexterm zone="kdenetwork lisa">
350 <primary sortas="b-lisa">lisa</primary>
351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 </variablelist>
356
357 </sect2>
358
359</sect1>
Note: See TracBrowser for help on using the repository browser.