source: kde/add/kdeutils.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 9.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY kdeutils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2">
20 <!ENTITY kdeutils-download-ftp "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2">
21 <!ENTITY kdeutils-md5sum "08c01d6ceb8fb2173463838e43f986f5">
22 <!ENTITY kdeutils-size "2.8 MB">
23 <!ENTITY kdeutils-buildsize "63 MB">
24 <!ENTITY kdeutils-time "3.7 SBU">
25]>
26
27<sect1 id="kdeutils" xreflabel="kdeutils-&kde-version;">
28 <?dbhtml filename="kdeutils.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>Kdeutils-&kde-version;</title>
36
37 <indexterm zone="kdeutils">
38 <primary sortas="a-kdeutils">Kdeutils</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to Kdeutils</title>
43
44 <para><application>Kdeutils</application> provides
45 <application>KDE</application> programs for miscellaneous tasks. Programs
46 include a calulator, a note taker, a basic editor, a floppy disk manager,
47 and a binary editor.</para>
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing='compact'>
51 <listitem>
52 <para>Download (HTTP): <ulink url="&kdeutils-download-http;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download (FTP): <ulink url="&kdeutils-download-ftp;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download MD5 sum: &kdeutils-md5sum;</para>
59 </listitem>
60 <listitem>
61 <para>Download size: &kdeutils-size;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated disk space required: &kdeutils-buildsize;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated build time: &kdeutils-time;</para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Kdeutils Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="kdebase"/></para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended"><xref linkend="libjpeg"/>,
78 <xref linkend="libxml2"/>, and
79 <xref linkend="gmp"/> (required for KCalc)
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
84 <ulink url="http://tpctl.sourceforge.net/">tpctl</ulink> (for
85 Thinkpad support)</para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/kdeutils"/></para>
89
90 </sect2>
91
92 <sect2 role="installation" >
93 <title>Installation of Kdeutils</title>
94
95 <para>Install <application>kdeutils</application> with:</para>
96
97<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
98 --disable-dependency-tracking &amp;&amp;
99make</userinput></screen>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>ark, irkick, kcalc, kcharselect, kdf, kedit, kfloppy,
117 kgpg, khexedit, kjots, kregexpeditor, ktimer, kwalletmanager,
118 and superkaramba</seg>
119 <seg>Several kdeutils specific libraries</seg>
120 <seg>Several subdirectories in $KDE_PREFIX/share</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="ark">
130 <term><command>ark</command></term>
131 <listitem>
132 <para>is an archiving tool.</para>
133 <indexterm zone="kdeutils ark">
134 <primary sortas="b-ark">ark</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="irkick">
140 <term><command>irkick</command></term>
141 <listitem>
142 <para>is the infrastructure for <application>KDE</application>'s Infrared
143 Remote Control functionality; <command>irkick</command> is the server
144 component of that infrastructure.</para>
145 <indexterm zone="kdeutils irkick">
146 <primary sortas="b-irkick">irkick</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="kcalc">
152 <term><command>kcalc</command></term>
153 <listitem>
154 <para>is a scientific calculator.</para>
155 <indexterm zone="kdeutils kcalc">
156 <primary sortas="b-kcalc">kcalc</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="kcharselect">
162 <term><command>kcharselect</command></term>
163 <listitem>
164 <para>is a character selector applet.</para>
165 <indexterm zone="kdeutils kcharselect">
166 <primary sortas="b-kcharselect">kcharselect</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="kdf">
172 <term><command>kdf</command></term>
173 <listitem>
174 <para>is a disk usage viewer.</para>
175 <indexterm zone="kdeutils kdf">
176 <primary sortas="b-kdf">kdf</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="kedit">
182 <term><command>kedit</command></term>
183 <listitem>
184 <para>is a text editor.</para>
185 <indexterm zone="kdeutils kedit">
186 <primary sortas="b-kedit">kedit</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="kfloppy">
192 <term><command>kfloppy</command></term>
193 <listitem>
194 <para>is a floppy formatter.</para>
195 <indexterm zone="kdeutils kfloppy">
196 <primary sortas="b-kfloppy">kfloppy</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="kgpg">
202 <term><command>kgpg</command></term>
203 <listitem>
204 <para>a simple graphical interface for <xref linkend="gnupg"/>.</para>
205 <indexterm zone="kdeutils kgpg">
206 <primary sortas="b-kgpg">kgpg</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="khexedit">
212 <term><command>khexedit</command></term>
213 <listitem>
214 <para>is a binary editor.</para>
215 <indexterm zone="kdeutils khexedit">
216 <primary sortas="b-khexedit">khexedit</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="kjots">
222 <term><command>kjots</command></term>
223 <listitem>
224 <para>is a note taker.</para>
225 <indexterm zone="kdeutils kjots">
226 <primary sortas="b-kjots">kjots</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="kregexpeditor">
232 <term><command>kregexpeditor</command></term>
233 <listitem>
234 <para>is an editor for editing regular expressions in a
235 graphical style (in contrast to the ASCII syntax).</para>
236 <indexterm zone="kdeutils kregexpeditor">
237 <primary sortas="b-kregexpeditor">kregexpeditor</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="ktimer">
243 <term><command>ktimer</command></term>
244 <listitem>
245 <para>is a task scheduler.</para>
246 <indexterm zone="kdeutils ktimer">
247 <primary sortas="b-ktimer">ktimer</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="kwalletmanager">
253 <term><command>kwalletmanager</command></term>
254 <listitem>
255 <para>provides a secure way to manage passwords.</para>
256 <indexterm zone="kdeutils kwalletmanager">
257 <primary sortas="b-kwalletmanager">kwalletmanager</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="superkaramba">
263 <term><command>superkaramba</command></term>
264 <listitem>
265 <para>is a tool to create interactive widgets on a
266 <application>KDE</application> desktop.</para>
267 <indexterm zone="kdeutils superkaramba">
268 <primary sortas="b-superkaramba">superkaramba</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.