Changeset a50ed8c


Ignore:
Timestamp:
09/25/2005 06:12:55 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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
Children:
a65f56a
Parents:
24a3d96f
Message:

Added a patch to fix a build problem with newer versions of libgsf and added a sed command so the default is to build the Perl plugin module to the Gnumeric instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r24a3d96f ra50ed8c  
    1 <!ENTITY day          "22">
     1<!ENTITY day          "25">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "September &day;nd, &year;">
     5<!ENTITY releasedate  "September &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r24a3d96f ra50ed8c  
    4343
    4444    <listitem>
     45      <para>September 25th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[Randy] - Added a patch to fix a build problem with newer
     49          versions of libgsf and added a sed command so the default is to
     50          build the Perl plugin module to the Gnumeric instructions.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>September 22nd, 2005</para>
    4657      <itemizedlist>
  • xsoft/office/gnumeric.xml

    r24a3d96f ra50ed8c  
    99  <!ENTITY gnumeric-md5sum        "b684eec48b1696d7a8d7152d1e17741c">
    1010  <!ENTITY gnumeric-size          "13.7 MB">
    11   <!ENTITY gnumeric-buildsize     "216 MB">
    12   <!ENTITY gnumeric-time          "2.4 SBU">
     11  <!ENTITY gnumeric-buildsize     "223 MB">
     12  <!ENTITY gnumeric-time          "2.5 SBU">
    1313]>
    1414
     
    5252      <listitem>
    5353        <para>Estimated build time: &gnumeric-time;</para>
     54      </listitem>
     55    </itemizedlist>
     56
     57    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <itemizedlist spacing="compact">
     59      <listitem>
     60        <para>Required patch: <ulink
     61        url="&patch-root;/gnumeric-&gnumeric-version;-libgsf-1.patch"/></para>
    5462      </listitem>
    5563    </itemizedlist>
     
    8492    commands:</para>
    8593
    86 <screen><userinput>./configure --prefix=/usr --without-gnome \
     94<screen><userinput>sed -i 's/perl_msg=no/perl_msg="yes"/' configure &amp;&amp;
     95patch -Np1 -i ../gnumeric-&gnumeric-version;-libgsf-1.patch &amp;&amp;
     96./configure --prefix=/usr --without-gnome \
    8797    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    8898make</userinput></screen>
     
    105115  <sect2 role="commands">
    106116    <title>Command Explanations</title>
     117
     118    <para><command>sed -i 's/perl_msg=no/perl_msg="yes"/' configure</command>:
     119    A default LFS installation includes the <application>Perl</application>
     120    package and the <application>Perl</application> discovery used by the
     121    <command>configure</command> script does not work properly. This command
     122    changes the default to build the <application>Perl</application> plugin
     123    module.</para>
    107124
    108125    <para><parameter>--without-gnome</parameter>: This switch prevents the
Note: See TracChangeset for help on using the changeset viewer.