source: archive/kde/add/kdeutils.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 11.0 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 kdeutils-download-http "&trinity-repo-http;/kdeutils-&trinity-version;.tar.gz">
7 <!ENTITY kdeutils-download-ftp "&trinity-repo-ftp;/kdeutils-&trinity-version;.tar.gz">
8 <!ENTITY kdeutils-md5sum "e2cd6695606c5c91b3380dcc7f1a6a83">
9 <!ENTITY kdeutils-size "2.8 MB">
10 <!ENTITY kdeutils-buildsize "271 MB">
11 <!ENTITY kdeutils-time "3.3 SBU">
12]>
13
14<sect1 id="kdeutils" xreflabel="kdeutils-&trinity-version;">
15 <?dbhtml filename="kdeutils.html"?>
16
17
18 <title>Kdeutils-&trinity-version;</title>
19
20 <indexterm zone="kdeutils">
21 <primary sortas="a-kdeutils">Kdeutils</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Kdeutils</title>
26
27 <para><application>Kdeutils</application> provides
28 <application>KDE</application> programs for miscellaneous tasks. Programs
29 include a calculator, a note taker, a basic editor, a floppy disk manager,
30 and a binary editor.</para>
31
32 &lfs70_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing='compact'>
36 <listitem>
37 <para>Download (HTTP): <ulink url="&kdeutils-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&kdeutils-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &kdeutils-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &kdeutils-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &kdeutils-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &kdeutils-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">Kdeutils Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required">
60 <xref linkend="kdebase"/>
61 </para>
62
63 <bridgehead renderas="sect4">Recommended</bridgehead>
64 <para role="recommended">
65 <xref linkend="libjpeg"/> and
66 <xref linkend="libxml2"/>
67 </para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional">
71 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
72 <ulink url="http://tpctl.sourceforge.net/">tpctl</ulink> (for Thinkpad support),
73 <xref linkend="python2"/>,
74 <ulink url="http://www.xmms.org/">XMMS</ulink>,
75 <xref linkend="graphviz"/>, and
76 <xref linkend="doxygen"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/kdeutils"/></para>
81
82 </sect2>
83
84 <sect2 id="kdeutils-runtime-dependencies"
85 xreflabel="KDE Utils Runtime Dependencies">
86 <title>Run-Time Dependencies</title>
87
88 <para>Several programs included in <application>kdeutils</application>
89 are frontends for other software, and so require these external programs
90 to be present at run time. <command>kgpg</command> requires
91 <xref linkend="gnupg"/> or <xref linkend="gnupg2"/>, <command>kdessh</command>
92 requires <xref linkend="openssh"/>, while <command>irkick</command> requires
93 <ulink url="http://www.lirc.org">LIRC</ulink>. The <command>ark</command>
94 program will require appropriate utilities to handle various archives,
95 including <xref linkend="zip"/>, <xref linkend="unzip"/>,
96 <xref linkend="openjdk"/> <!-- or <xref linkend="jdk"/> --> (for the
97 <command>jar</command> program),
98 <xref linkend="unrar"/>, <ulink url="http://www.rarlabs.com">rar</ulink>
99 (binary only shareware),
100 <ulink url="http://p7zip.sourceforge.net">p7zip</ulink>,
101 <ulink url="http://packages.debian.org/source/unstable/zoo">zoo</ulink>, and
102 <ulink url="http://packages.debian.org/source/unstable/ncompress">
103 ncompress</ulink>.</para>
104
105 </sect2>
106
107 <sect2 role="installation" >
108 <title>Installation of Kdeutils</title>
109
110 <para>Install <application>kdeutils</application> with:</para>
111
112<screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &amp;&amp;
113cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &amp;&amp;
114sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
115 admin/acinclude.m4.in &amp;&amp;
116make -f admin/Makefile.common &amp;&amp;
117
118./configure --prefix=$TRINITY_PREFIX \
119 --with-qt-dir=$QTDIR \
120 --enable-closure \
121 --with-extra-includes=$TRINITY_PREFIX/include \
122 --with-extra-libs=$TRINITY_PREFIX/lib &amp;&amp;
123
124make</userinput></screen>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/kde-apidocs.xml"/>
128
129 <para>This package does not come with a test suite.</para>
130
131 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>ark, irkick, kcalc, kcharselect, kdessh, kdf, kedit, kfloppy,
147 kgpg, khexedit, kjots, klaptop_acpi_helper, klaptop_check,
148 kregexpeditor, ktimer, kwalletmanager, kwikdisk, and superkaramba</seg>
149 <seg>Several kdeutils specific libraries</seg>
150 <seg>Several subdirectories in $KDE_PREFIX/share</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="ark">
160 <term><command>ark</command></term>
161 <listitem>
162 <para>is an archiving tool.</para>
163 <indexterm zone="kdeutils ark">
164 <primary sortas="b-ark">ark</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="irkick">
170 <term><command>irkick</command></term>
171 <listitem>
172 <para>is the infrastructure for <application>KDE</application>'s Infrared
173 Remote Control functionality; <command>irkick</command> is the server
174 component of that infrastructure.</para>
175 <indexterm zone="kdeutils irkick">
176 <primary sortas="b-irkick">irkick</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="kcalc">
182 <term><command>kcalc</command></term>
183 <listitem>
184 <para>is a scientific calculator.</para>
185 <indexterm zone="kdeutils kcalc">
186 <primary sortas="b-kcalc">kcalc</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="kcharselect">
192 <term><command>kcharselect</command></term>
193 <listitem>
194 <para>is a character selector applet.</para>
195 <indexterm zone="kdeutils kcharselect">
196 <primary sortas="b-kcharselect">kcharselect</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="kdessh">
202 <term><command>kdessh</command></term>
203 <listitem>
204 <para>is a graphical interface to <xref linkend="openssh"/></para>
205 <indexterm zone="kdeutils kdessh">
206 <primary sortas="b-kdessh">kdessh</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="kdf">
212 <term><command>kdf</command></term>
213 <listitem>
214 <para>is a disk usage viewer.</para>
215 <indexterm zone="kdeutils kdf">
216 <primary sortas="b-kdf">kdf</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="kedit">
222 <term><command>kedit</command></term>
223 <listitem>
224 <para>is a text editor.</para>
225 <indexterm zone="kdeutils kedit">
226 <primary sortas="b-kedit">kedit</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="kfloppy">
232 <term><command>kfloppy</command></term>
233 <listitem>
234 <para>is a floppy formatter.</para>
235 <indexterm zone="kdeutils kfloppy">
236 <primary sortas="b-kfloppy">kfloppy</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="kgpg">
242 <term><command>kgpg</command></term>
243 <listitem>
244 <para>a simple graphical interface for <xref linkend="gnupg"/>.</para>
245 <indexterm zone="kdeutils kgpg">
246 <primary sortas="b-kgpg">kgpg</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="khexedit">
252 <term><command>khexedit</command></term>
253 <listitem>
254 <para>is a binary editor.</para>
255 <indexterm zone="kdeutils khexedit">
256 <primary sortas="b-khexedit">khexedit</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="kjots">
262 <term><command>kjots</command></term>
263 <listitem>
264 <para>is a note taker.</para>
265 <indexterm zone="kdeutils kjots">
266 <primary sortas="b-kjots">kjots</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="kregexpeditor">
272 <term><command>kregexpeditor</command></term>
273 <listitem>
274 <para>is an editor for editing regular expressions in a
275 graphical style (in contrast to the ASCII syntax).</para>
276 <indexterm zone="kdeutils kregexpeditor">
277 <primary sortas="b-kregexpeditor">kregexpeditor</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="ktimer">
283 <term><command>ktimer</command></term>
284 <listitem>
285 <para>is a task scheduler.</para>
286 <indexterm zone="kdeutils ktimer">
287 <primary sortas="b-ktimer">ktimer</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="kwalletmanager">
293 <term><command>kwalletmanager</command></term>
294 <listitem>
295 <para>provides a secure way to manage passwords.</para>
296 <indexterm zone="kdeutils kwalletmanager">
297 <primary sortas="b-kwalletmanager">kwalletmanager</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="superkaramba">
303 <term><command>superkaramba</command></term>
304 <listitem>
305 <para>is a tool to create interactive widgets on a
306 <application>KDE</application> desktop.</para>
307 <indexterm zone="kdeutils superkaramba">
308 <primary sortas="b-superkaramba">superkaramba</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312
313 </variablelist>
314
315 </sect2>
316
317</sect1>
Note: See TracBrowser for help on using the repository browser.