Changeset 9db80e0a


Ignore:
Timestamp:
03/11/2008 06:57:01 PM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
b895aa3
Parents:
bb0377a
Message:

Update to KOffice-1.6.3. Changed PostgreSQL dependency to libpqxx

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbb0377a r9db80e0a  
    586586
    587587<!-- Chapter 35 -->
    588 <!ENTITY koffice-version              "1.6.1">
     588<!ENTITY koffice-version              "1.6.3">
    589589<!ENTITY openoffice-version           "2.3.1">
    590590
  • introduction/welcome/changelog.xml

    rbb0377a r9db80e0a  
    6969        <listitem>
    7070          <para>[rdaniels] - Updated to K3b-1.0.4.</para>
     71        </listitem>
     72        <listitem>
     73          <para>[rdaniels] - Updated to KOffice-1.6.3. Changed dependency from
     74          PostgreSQL to libpqxx. Use kde-config to set --prefix.</para>
    7175        </listitem>
    7276      </itemizedlist>
  • xsoft/suites/koffice.xml

    rbb0377a r9db80e0a  
    66  <!ENTITY koffice-download-http "http://mirrors.isc.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
    77  <!ENTITY koffice-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/koffice-&koffice-version;/src/koffice-&koffice-version;.tar.bz2">
    8   <!ENTITY koffice-md5sum        "">
    9   <!ENTITY koffice-size          "54 MB">
    10   <!ENTITY koffice-buildsize     "420 MB (additional 867 MB for API docs)">
    11   <!ENTITY koffice-time          "40 SBU (additional 4.4 SBU for API docs)">
     8  <!ENTITY koffice-md5sum        "386d388094734f9759977c3267098e30">
     9  <!ENTITY koffice-size          "55.0 MB">
     10  <!ENTITY koffice-buildsize     "489 MB (additional 592 MB for API docs)">
     11  <!ENTITY koffice-time          "44 SBU (additional 4.4 SBU for API docs)">
    1212]>
    1313
     
    6161    <filename>koffice-l10n-<replaceable>&lt;xx&gt;</replaceable>-&koffice-version;.tar.bz2</filename>.
    6262    The <replaceable>&lt;xx&gt;</replaceable> is a two to seven character code for the
    63     country covered. The sizes of these files range from about 0.4 MB to 4.6
    64     MB. </para>
     63    country covered. The sizes of these files range from about 0.2 MB to 15 MB. </para>
    6564
    6665    <itemizedlist spacing='compact'>
     
    8988    <para role="optional"><xref linkend="aspell"/>,
    9089    <xref linkend="python"/>,
    91     <xref linkend="postgresql"/> (for kexi),
     90    <xref linkend="ruby"/>,
     91    <ulink url="http://pqxx.org">libpqxx</ulink> (for kexi, requires <xref linkend="postgresql"/>),
    9292    <xref linkend="mysql"/> (plugin),
    9393    <xref linkend="lcms"/> and
     
    114114    commands:</para>
    115115
    116 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     116<screen><userinput>./configure --prefix=$(kde-config --prefix) --disable-debug \
    117117    --disable-dependency-tracking &amp;&amp;
    118118make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.