source: xsoft/suites/koffice.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 5.4 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 koffice-download-http "http://mirrors.isc.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
8 <!ENTITY koffice-download-ftp "ftp://ftp.kde.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
9 <!ENTITY koffice-md5sum "dbc7e76c86647709a3e74f57c0fcf7f5">
10 <!ENTITY koffice-size "10.7 MB (27 MB for complete i18n version)">
11 <!ENTITY koffice-buildsize "220 MB (additional 55 MB for API docs)">
12 <!ENTITY koffice-time "23.7 SBU (additional 0.54 SBU for API docs)">
13]>
14
15<sect1 id="koffice">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="koffice.html" ?>
21<title><application>KOffice</application>-&koffice-version;</title>
22
23<sect2><title>Introduction to <application>KOffice</application></title>
24
25<para><application>KOffice</application> is the integrated office suite
26for <acronym>KDE</acronym>.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&koffice-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&koffice-download-ftp;"/></para></listitem>
34<listitem><para>Download MD5 sum: &koffice-md5sum;</para></listitem>
35<listitem><para>Download size: &koffice-size;</para></listitem>
36<listitem><para>Estimated disk space required:
37&koffice-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&koffice-time;</para></listitem>
40</itemizedlist>
41</sect3>
42
43<sect3><title>Additional downloads</title>
44
45<para><application>KOffice</application> has many internationalization
46packages in the form of:
47
48<filename>koffice-i18n-<replaceable>[xx]</replaceable>-&koffice-version;.tar.bz2</filename>.
49
50The <replaceable>[xx]</replaceable> is a two to five letter code for the
51country covered. The sizes of these files range from about 0.3 MB to 4.2
52MB. You can also download a complete i18n version which includes translations
53for all country codes.</para>
54
55<itemizedlist spacing='compact'>
56<listitem><para>Download mirrors: <ulink
57url="http://download.kde.org/download.php?url=stable/koffice-&koffice-version;/src/"/>
58</para></listitem>
59<listitem><para><application>KOffice</application> i18n package listing: <ulink
60url="http://mirrors.isc.org/pub/kde/stable/koffice-1.3.5/src/"/></para>
61</listitem>
62<listitem><para>Download MD5 sums: <ulink
63url="http://mirrors.isc.org/pub/kde/stable/koffice-1.3.5/src/MD5SUMS"/></para>
64</listitem></itemizedlist>
65
66</sect3>
67
68<sect3><title><application>KOffice</application> dependencies</title>
69
70<sect4><title>Required</title>
71<para><xref linkend="kdebase"/></para>
72</sect4>
73
74<sect4><title>Recommended</title>
75<para><xref linkend="libjpeg"/>,
76<xref linkend="libart_lgpl"/>,
77<xref linkend="libxml2"/>,
78<xref linkend="libxslt"/></para>
79</sect4>
80
81<sect4><title>Optional</title>
82<para><xref linkend="aspell"/>,
83<xref linkend="python"/>,
84<xref linkend="imagemagick"/>,
85<ulink url="http://sourceforge.net/projects/wvware/">libwv2</ulink>,
86<ulink
87url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
88<ulink url="http://www.graphviz.org/">GraphViz</ulink>
89and <xref linkend="doxygen"/></para>
90</sect4>
91
92</sect3>
93
94</sect2>
95
96<sect2>
97<title>Installation of <application>KOffice</application></title>
98
99<para>Install <application>KOffice</application> with the following
100commands:</para>
101
102<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
103 --disable-dependency-tracking &amp;&amp;
104make &amp;&amp;
105make install</command></userinput></screen>
106
107<note><para>If you wish to create the <acronym>API</acronym> documentation and
108you have <application>Doxygen</application> and
109<application>GraphViz</application> installed, <command>make apidox</command>
110must be done before <command>make install</command>.</para></note>
111
112</sect2>
113
114<sect2>
115<title>Contents</title>
116
117<para>The <application>KOffice</application> package provides
118<command>karbon</command>,
119<command>kchart</command>,
120<command>kformula</command>,
121<command>kivio</command>,
122<command>koconverter</command>,
123<command>koscript</command>,
124<command>koshell</command>,
125<command>kprconverter.pl</command>,
126<command>kpresenter</command>,
127<command>kspread</command>,
128<command>kthesaurus</command>,
129<command>kudesigner</command>,
130<command>kugar</command> and
131<command>kword</command>.</para>
132
133</sect2>
134
135<sect2>
136<title>Description</title>
137
138<sect3><title>kchart</title>
139<para><command>kchart</command> is a chart drawing
140application.</para></sect3>
141
142<sect3><title>kformula</title>
143<para><command>kformula</command> is a formula editor.</para></sect3>
144
145<sect3><title>kivio</title>
146<para><command>kivio</command> is a flowchart program.</para></sect3>
147
148<sect3><title>kpresenter</title>
149<para><command>kpresenter</command> is a presentation builder/display
150program.</para></sect3>
151
152<sect3><title>kspread</title>
153<para><command>kspread</command> is a scriptable spreadsheet
154program.</para></sect3>
155
156<sect3><title>kugar</title>
157<para><command>kugar</command> is a tool for creating
158reports.</para></sect3>
159
160<sect3><title>kword</title>
161<para><command>kword</command> is a framemaker-like word processing and
162desktop publishing program.</para></sect3>
163
164</sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.