source: xsoft/suites/koffice.xml@ 5cd0959d

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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 4.5 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-size "11 MB">
10 <!ENTITY koffice-buildsize "155 MB">
11 <!ENTITY koffice-time "20.7 SBU">
12]>
13
14<sect1 id="koffice">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="koffice.html" ?>
20<title>KOffice-&koffice-version;</title>
21
22<sect2><title>Introduction to <application>KOffice</application></title>
23
24<para><application>KOffice</application> is the integrated office suite
25for <acronym>KDE</acronym>.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&koffice-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&koffice-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &koffice-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&koffice-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&koffice-time;</para></listitem>
38</itemizedlist>
39</sect3>
40
41<sect3><title>Additional downloads</title>
42
43<!-- <para>KOffice has many internationalization packages in the form of:
44<screen>koffice-i18n-<replaceable>[xx]</replaceable>-&koffice-version;.tar.bz2</screen>
45where the <replaceable>[xx]</replaceable> is a two to five letter code for the country covered. The
46sizes of these files range from about 0.5 MB to 4.0 MB.</para> -->
47
48<para><application>KOffice</application> has many internationalization
49packages in the form of:
50<filename>koffice-i18n-<replaceable>[xx]</replaceable>-&koffice-version;.tar.bz2</filename>.
51The <replaceable>[xx]</replaceable> is a two to five letter code for the
52country covered. The sizes of these files range from about 0.5 MB to 4.0
53MB.</para>
54
55<itemizedlist spacing='compact'>
56<listitem><para>Download mirrors: <ulink
57url="http://download.kde.org/download.php?url=stable/koffice-1.3.1/src/"/></para></listitem>
58</itemizedlist>
59
60</sect3>
61
62<sect3><title><application>KOffice</application> dependencies</title>
63<sect4><title>Required</title>
64<para><xref linkend="kdebase"/></para></sect4>
65<sect4><title>Optional</title>
66<para>
67<xref linkend="libart_lgpl"/>,
68<xref linkend="Python"/>,
69<xref linkend="libxml2"/>,
70<xref linkend="libxslt"/>,
71<xref linkend="aspell"/>,
72<xref linkend="imagemagick"/> and
73<ulink url="http://sourceforge.net/projects/wvware/">libwv2</ulink>
74</para></sect4>
75</sect3>
76</sect2>
77
78<sect2>
79<title>Installation of <application>KOffice</application></title>
80
81<para>Install <application>KOffice</application> with the following
82commands:</para>
83
84<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
85 --disable-dependency-tracking &amp;&amp;
86make &amp;&amp;
87make install</command></userinput></screen>
88
89</sect2>
90
91<sect2>
92<title>Contents</title>
93<para>The <application>KOffice</application> package provides
94<command>karbon</command>,
95<command>kchart</command>,
96<command>kformula</command>,
97<command>kivio</command>,
98<command>koconverter</command>,
99<command>koscript</command>,
100<command>koshell</command>,
101<command>kprconverter.pl</command>,
102<command>kpresenter</command>,
103<command>kspread</command>,
104<command>kthesaurus</command>,
105<command>kudesigner</command>,
106<command>kugar</command> and
107<command>kword</command>.
108</para>
109
110<sect3><title>kchart</title>
111<para><command>kchart</command> is a chart drawing
112application.</para></sect3>
113
114<sect3><title>kformula</title>
115<para><command>kformula</command> is a formula editor.</para></sect3>
116
117<sect3><title>kivio</title>
118<para><command>kivio</command> is a flowchart program.</para></sect3>
119
120<sect3><title>kpresenter</title>
121<para><command>kpresenter</command> is a presentation builder/display
122program.</para></sect3>
123
124<sect3><title>kspread</title>
125<para><command>kspread</command> is a scriptable spreadsheet
126program.</para></sect3>
127
128<sect3><title>kugar</title>
129<para><command>kugar</command> is a tool for creating
130reports.</para></sect3>
131
132<sect3><title>kword</title>
133<para><command>kword</command> is a framemaker-like word processing and
134desktop publishing program.</para></sect3>
135
136</sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.