Attached is a patch for koffice-1.6.3. Version bump, plus two other changes: 1) Added optional dependency on Ruby 2) Replaced optional dependency on Postgresql with libpqxx, the C++ bindings for Postgresql. Without the bindings, Postgresql will not be used.
-- Robert Daniels
Index: general.ent =================================================================== --- general.ent (revision 7200) +++ general.ent (working copy) @@ -584,7 +584,7 @@ <!ENTITY evolution-version "2.10.3"> <!-- Chapter 35 --> -<!ENTITY koffice-version "1.6.1"> +<!ENTITY koffice-version "1.6.3"> <!ENTITY openoffice-version "2.3.1"> <!-- Chapter 36 --> Index: xsoft/suites/koffice.xml =================================================================== --- xsoft/suites/koffice.xml (revision 7200) +++ xsoft/suites/koffice.xml (working copy) @@ -5,10 +5,10 @@ %general-entities; <!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 ""> - <!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)"> + <!ENTITY koffice-md5sum "386d388094734f9759977c3267098e30"> + <!ENTITY koffice-size "55 MB"> + <!ENTITY koffice-buildsize "489 MB (additional 592 MB for API docs)"> + <!ENTITY koffice-time "44 SBU (additional 4.4 SBU for API docs)"> ]> <sect1 id="koffice" xreflabel="KOffice-&koffice-version;"> @@ -88,7 +88,8 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="aspell"/>, <xref linkend="python"/>, - <xref linkend="postgresql"/> (for kexi), + <xref linkend="ruby"/>, + <ulink url="http://pqxx.org">libpqxx</ulink> (for kexi), <xref linkend="mysql"/> (plugin), <xref linkend="lcms"/> and <xref linkend="imagemagick"/> (required for krita),
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
