source: kde/add/kdeutils.xml@ 60384c68

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 60384c68 was 60384c68, checked in by DJ Lucas <dj@…>, 20 years ago

Part IX xml update

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY kdeutils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2">
8<!ENTITY kdeutils-download-ftp "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2">
9<!ENTITY kdeutils-size "2.5 MB">
10<!ENTITY kdeutils-buildsize "44 MB">
11<!ENTITY kdeutils-time "3.97 SBU">
12
13]>
14
15<sect1 id="kdeutils">
16<?dbhtml filename="kdeutils.html"?>
17<title>kdeutils-&kde-version;</title>
18
19<sect2>
20<title>Introduction to <application>kdeutils</application></title>
21
22<sect3><title>Package information</title>
23<itemizedlist spacing='compact'>
24<listitem><para>Download (HTTP): <ulink
25url="&kdeutils-download-http;"/></para></listitem>
26<listitem><para>Download (FTP): <ulink
27url="&kdeutils-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &kdeutils-size;</para></listitem>
29<listitem><para>Estimated Disk space required:
30&kdeutils-buildsize;</para></listitem>
31<listitem><para>Estimated build time:
32&kdeutils-time;</para></listitem></itemizedlist>
33</sect3>
34
35<sect3><title><application>kdeutils</application> dependencies</title>
36<sect4><title>Required</title>
37<para><xref linkend="kdebase"/>
38</para></sect4>
39<sect4><title>Optional</title>
40<para>
41<xref linkend="libxml2"/> and
42<ulink url="http://tpctl.sourceforge.net/">tpctl</ulink>
43</para></sect4>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>kdeutils</application></title>
50
51<para>Install <application>kdeutils</application> with:</para>
52<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
53 --disable-dependency-tracking &amp;&amp;
54make &amp;&amp;
55make install</command></userinput></screen>
56
57</sect2>
58
59<sect2>
60<title>Contents</title>
61
62<para>Major programs in <application>kdeutils</application> include
63<command>ark</command>,
64<command>irkick</command>,
65<command>kcalc</command>,
66<command>kcharselect</command>,
67<command>kcmlirc</command>,
68<command>kdepasswd</command>,
69<command>kdf</command>,
70<command>kedit</command>,
71<command>kfloppy</command>,
72<command>kgpg</command>,
73<command>khexedit</command>,
74<command>kjots</command>,
75<command>ksim</command>,
76<command>kregexpeditor</command>,
77<command>ktimer</command> and
78<command>kwallet</command>.
79</para>
80
81</sect2>
82
83<sect2><title>Description</title>
84
85<sect3><title>ark</title>
86<para><command>ark</command> is an archiving tool.</para></sect3>
87
88<sect3><title>irkick</title>
89<para><command>irkick</command> is the infrastructure for
90<acronym>KDE</acronym>'s Infrared Remote Control functionality;
91<command>irkick</command> is the server component of that
92infrastructure.</para></sect3>
93
94<sect3><title>kcalc</title>
95<para><command>kcalc</command> is a scientific
96calculator.</para></sect3>
97
98<sect3><title>kcharselect</title>
99<para><command>kcharselect</command> is a character selector
100applet.</para></sect3>
101
102<sect3><title>kdepasswd</title>
103<para><command>kdepasswd</command> is a password managing
104utility.</para></sect3>
105
106<sect3><title>kdf</title>
107<para><command>kdf</command> is a disk usage viewer.</para></sect3>
108
109<sect3><title>kedit</title>
110<para><command>kedit</command> is a text editor.</para></sect3>
111
112<sect3><title>kfloppy</title>
113<para><command>kfloppy</command> is a floppy formatter.</para></sect3>
114
115<sect3><title>kgpg</title>
116<para><command>kgpg</command> is a simple graphical interface for
117<xref linkend="gnupg"/>.</para></sect3>
118
119<sect3><title>khexedit</title>
120<para><command>khexedit</command> is a binary editor.</para></sect3>
121
122<sect3><title>kjots</title>
123<para><command>kjots</command> is a note taker.</para></sect3>
124
125<sect3><title>kregexpeditor</title>
126<para><command>kregexpeditor</command> is an editor for editing regular
127expressions in a graphical style (in contrast to the
128<acronym>ASCII</acronym> syntax).</para></sect3>
129
130<sect3><title>ktimer</title>
131<para><command>ktimer</command> is a task scheduler.</para></sect3>
132
133</sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.