mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to koffice 1.6.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6521 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2915a96556
commit
4972971873
@ -528,7 +528,7 @@ $Date$
|
||||
<!ENTITY evolution-version "2.6.3">
|
||||
|
||||
<!-- Chapter 35 -->
|
||||
<!ENTITY koffice-version "1.5.0">
|
||||
<!ENTITY koffice-version "1.6.1">
|
||||
<!ENTITY openoffice-version "2.0.3">
|
||||
|
||||
<!-- Chapter 36 -->
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>February 2nd, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to Koffice-1.6.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to KDE-3.5.6. Added runtime dependencies
|
||||
to kdelibs and kdebase thanks to Chris Staub. Added a change
|
||||
|
@ -105,14 +105,6 @@
|
||||
|
||||
<para>Install <application>kdebase</application> with:</para>
|
||||
|
||||
<!--
|
||||
Why was this removed? Too obvious?
|
||||
|
||||
<note>
|
||||
<para>The <parameter>-\-sysconfdir</parameter> parameter must be
|
||||
the same as the command used in <application>kdelibs</application>.</para>
|
||||
</note> -->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||
href="../../xincludes/kde-sysconfdir.xml"/>
|
||||
|
||||
@ -139,6 +131,14 @@ make</userinput></screen>
|
||||
than to ensure you follow the steps outlined in the last section of
|
||||
this chapter, <xref linkend="kde-core-config"/>.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="kdebase-runtime-dependencies"
|
||||
xreflabel="KDE Base Runtime Dependencies">
|
||||
<title>Run-Time Dependencies</title>
|
||||
|
||||
<para>Note that there are two additional packages you can install that
|
||||
are used at run-time for <command>konqueror</command> ioslave protocols.
|
||||
You can install the <ulink
|
||||
@ -149,19 +149,10 @@ make</userinput></screen>
|
||||
package can be installed to access HFS+ partitions on a Mac OS system
|
||||
using the <quote>mac</quote> ioslave.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="kdebase-runtime-dependencies"
|
||||
xreflabel="KDE Base Runtime Dependencies">
|
||||
<title>Run-Time Dependencies</title>
|
||||
|
||||
<para>Some <application>KDE</application> base programs access other
|
||||
programs at run time. One additional package that has not been mentioned
|
||||
already is <xref linkend="pciutils"/>. This enables the <application>KDE
|
||||
Info Center</application> to use <application>lspci</application> for its
|
||||
"pci" info section.</para>
|
||||
<para>One additional package that can be used at run time is <xref
|
||||
linkend="pciutils"/>. This enables the <application>KDE Info
|
||||
Center</application> to use <application>lspci</application> for its "pci"
|
||||
info section.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -3,25 +3,12 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!-- Inserted as a reminder to do this. The mention of a test suite
|
||||
is usually right before the root user installation commands. Please
|
||||
delete these 12 (including one blank) lines after you are done.-->
|
||||
|
||||
<!-- Use one of the two mentions below about a test suite,
|
||||
delete the line that is not applicable. Of course, if the
|
||||
test suite uses syntax other than "make check", revise the
|
||||
line to reflect the actual syntax to run the test suite -->
|
||||
|
||||
<!-- <para>This package does not come with a test suite.</para> -->
|
||||
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
||||
|
||||
<!ENTITY koffice-download-http "http://mirrors.isc.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
|
||||
<!ENTITY koffice-download-ftp "ftp://ftp.kde.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
|
||||
<!ENTITY koffice-md5sum "220b6bde28b5ebd5c6621bc87ca2c05f">
|
||||
<!ENTITY koffice-size "34.3 MB">
|
||||
<!ENTITY koffice-buildsize "290 MB (additional 1235 MB for API docs)">
|
||||
<!ENTITY koffice-time "32 SBU (additional 3.4 SBU for API docs)">
|
||||
<!ENTITY koffice-md5sum "">
|
||||
<!ENTITY koffice-size "54 MB">
|
||||
<!ENTITY koffice-buildsize "420 MB (additional 867 MB for API docs)">
|
||||
<!ENTITY koffice-time "40 SBU (additional 4.4 SBU for API docs)">
|
||||
]>
|
||||
|
||||
<sect1 id="koffice" xreflabel="KOffice-&koffice-version;">
|
||||
@ -133,6 +120,8 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||
href="../../xincludes/kde-apidocs.xml"/>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user