source: archive/kde/add/kdeutils.xml@ 0d7900a

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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

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