source: kde/add/kdeedu.xml@ 0aeb696

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

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 9.7 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 kdeedu-download-http "&kde-download-http;/kdeedu-&kde-version;.tar.bz2">
20 <!ENTITY kdeedu-download-ftp "&kde-download-ftp;/kdeedu-&kde-version;.tar.bz2">
21 <!ENTITY kdeedu-md5sum "ce62d2e67579280a3e000152fb365bff">
22 <!ENTITY kdeedu-size "28.5 MB">
23 <!ENTITY kdeedu-buildsize "197 MB">
24 <!ENTITY kdeedu-time "7.2 SBU">
25]>
26
27<sect1 id="kdeedu" xreflabel="kdeedu-&kde-version;">
28 <?dbhtml filename="kdeedu.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">kdeedu-&kde-version;.tar</keyword>
35 <keyword role="ftpdir">kde</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>Kdeedu-&kde-version;</title>
40
41 <indexterm zone="kdeedu">
42 <primary sortas="a-kdeedu">Kdeedu</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to Kdeedu</title>
47
48 <para><application>Kdeedu</application> provides
49 <application>KDE</application> programs useful in learning. Programs
50 include a touch typing tutor, a program to help revise/teach Latin, a
51 desktop planetarium, an application to study Spanish verbforms, and the
52 classic hangman game for children.</para>
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing='compact'>
56 <listitem>
57 <para>Download (HTTP): <ulink url="&kdeedu-download-http;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download (FTP): <ulink url="&kdeedu-download-ftp;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download MD5 sum: &kdeedu-md5sum;</para></listitem>
64 <listitem>
65 <para>Download size: &kdeedu-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &kdeedu-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &kdeedu-time;</para>
72 </listitem>
73 </itemizedlist>
74<!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing='compact'>
77 <listitem>
78 <para>Required patch: <ulink
79 url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.4.2-kdeedu.diff"/></para>
80 </listitem>
81 </itemizedlist>
82-->
83 <bridgehead renderas="sect3">Kdeedu Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required"><xref linkend="kdebase"/></para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended"><xref linkend="libjpeg"/> and
90 <xref linkend="libxml2"/></para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional"><ulink
94 url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink></para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/kdeedu"/></para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Kdeedu</title>
103
104 <para>Install <application>kdeedu</application> with:</para>
105
106<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
107 --disable-dependency-tracking &amp;&amp;
108make</userinput></screen>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>flashkard, kalzium, kbruch, keduca, khangman, kig, kiten,
126 klettres, kmathtool, kmessedwords, kmplot, kpercentage, kstars, ktouch,
127 kverbos, and kvoctrain</seg>
128 <seg>Several kdeedu specific libraries</seg>
129 <seg>Several subdirectories of $KDE_PREFIX/share</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="kalzium">
139 <term><command>kalzium</command></term>
140 <listitem>
141 <para>is a program which shows you the Periodic System of Elements.</para>
142 <indexterm zone="kdeedu kalzium">
143 <primary sortas="b-kalzium">kalzium</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="kbruch">
149 <term><command>kbruch</command></term>
150 <listitem>
151 <para>is a small program to generate tasks with fractions.</para>
152 <indexterm zone="kdeedu kbruch">
153 <primary sortas="b-kbruch">kbruch</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="keduca">
159 <term><command>keduca</command></term>
160 <listitem>
161 <para>is flash card application, which allows you to make
162 interactive form based tests..</para>
163 <indexterm zone="kdeedu keduca">
164 <primary sortas="b-keduca">keduca</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="khangman">
170 <term><command>khangman</command></term>
171 <listitem>
172 <para>is the classical hangman game for children, adapted for
173 <application>KDE</application>.</para>
174 <indexterm zone="kdeedu khangman">
175 <primary sortas="b-khangman">khangman</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="kig">
181 <term><command>kig</command></term>
182 <listitem>
183 <para>is a <application>KDE</application> application for
184 Interactive Geometry.</para>
185 <indexterm zone="kdeedu kig">
186 <primary sortas="b-kig">kig</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="kiten">
192 <term><command>kiten</command></term>
193 <listitem>
194 <para>is a Japanese reference/study tool for
195 <application>KDE</application>.</para>
196 <indexterm zone="kdeedu kiten">
197 <primary sortas="b-kiten">kiten</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="klettres">
203 <term><command>klettres</command></term>
204 <listitem>
205 <para>is an alphabet tutor (French).</para>
206 <indexterm zone="kdeedu klettres">
207 <primary sortas="b-klettres">klettres</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="kmessedwords">
213 <term><command>kmessedwords</command></term>
214 <listitem>
215 <para>is a simple mind-training word game.</para>
216 <indexterm zone="kdeedu kmessedwords">
217 <primary sortas="b-kmessedwords">kmessedwords</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="kmplot">
223 <term><command>kmplot</command></term>
224 <listitem>
225 <para>is a mathematical function plotter for <application>KDE</application>.</para>
226 <indexterm zone="kdeedu kmplot">
227 <primary sortas="b-kmplot">kmplot</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="kpercentage">
233 <term><command>kpercentage</command></term>
234 <listitem>
235 <para>is a small math application that will help pupils to improve their
236 skills in calculating percentages.</para>
237 <indexterm zone="kdeedu kpercentage">
238 <primary sortas="b-kpercentage">kpercentage</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="kstars">
244 <term><command>kstars</command></term>
245 <listitem>
246 <para>is a desktop planetarium.</para>
247 <indexterm zone="kdeedu kstars">
248 <primary sortas="b-kstars">kstars</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="ktouch">
254 <term><command>ktouch</command></term>
255 <listitem>
256 <para>is a touch typing tutor.</para>
257 <indexterm zone="kdeedu ktouch">
258 <primary sortas="b-ktouch">ktouch</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="kverbos">
264 <term><command>kverbos</command></term>
265 <listitem>
266 <para>is an application specially designed to study Spanish
267 verb forms.</para>
268 <indexterm zone="kdeedu kverbos">
269 <primary sortas="b-kverbos">kverbos</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 <varlistentry id="kvoctrain">
275 <term><command>kvoctrain</command></term>
276 <listitem>
277 <para>is a vocabulary trainer.</para>
278 <indexterm zone="kdeedu kvoctrain">
279 <primary sortas="b-kvoctrain">kvoctrain</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 </variablelist>
285
286 </sect2>
287
288</sect1>
Note: See TracBrowser for help on using the repository browser.