source: archive/kde/add/kdenetwork.xml@ 22c6402

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 22c6402 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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