Ignore:
Timestamp:
05/29/2005 03:45:39 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.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:
4ccc9375
Parents:
28d83dbc
Message:

Updated to Gnumeric-1.4.3 and changed installation path to /usr; added popt to the libgnomeprint dependencies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    r28d83dbc r79e5f05  
    77  <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
    88  <!ENTITY gnumeric-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
    9   <!ENTITY gnumeric-md5sum        "bc60b5c342908e969b320ab833e6b151">
    10   <!ENTITY gnumeric-size          "16.8 MB">
    11   <!ENTITY gnumeric-buildsize     "206 MB">
    12   <!ENTITY gnumeric-time          "2.46 SBU">
     9  <!ENTITY gnumeric-md5sum        "b684eec48b1696d7a8d7152d1e17741c">
     10  <!ENTITY gnumeric-size          "13.7 MB">
     11  <!ENTITY gnumeric-buildsize     "216 MB">
     12  <!ENTITY gnumeric-time          "2.4 SBU">
    1313]>
    1414
     
    5858
    5959    <bridgehead renderas="sect4">Required</bridgehead>
    60     <para><xref linkend="libgnomeui"/> then
    61     <xref linkend="libgnomeprintui"/> and
     60    <para><xref linkend="libgnomeprintui"/> and
    6261    <xref linkend="libgsf"/></para>
    6362
    6463    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para><xref linkend="python"/>,
     64    <para><xref linkend="libgnomeui"/>,
     65    <xref linkend="python"/>,
    6666    <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
    6767    <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
     
    6969    <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
    7070    <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
     71
     72    <note>
     73      <para>Though only a run-time dependency, if you don't install the
     74      <xref linkend="yelp"/> package, the built-in help functionality in
     75      <application>Gnumeric</application> will not be available.</para>
     76    </note>
    7177
    7278  </sect2>
     
    7884    commands:</para>
    7985
    80 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
     86<screen><userinput>./configure --prefix=/usr --without-gnome \
    8187    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    82 make &amp;&amp;
    83 make install &amp;&amp;
    84 ln -v -s $GNOME_PREFIX/share/gnome/help/gnumeric \
    85       $GNOME_PREFIX/share/gnumeric/1.4.1/doc</userinput></screen>
     88make</userinput></screen>
     89
     90    <para>This package does not come with a test suite.</para>
     91
     92    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     93
     94<screen role='root'><userinput>make install</userinput></screen>
     95
     96    <para>If desired, install the developer documentation using the
     97    following commands:</para>
     98
     99<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
     100install -v -m644 doc/developer/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
     101rm -v /usr/share/doc/gnumeric-&gnumeric-version;/Makefile*</userinput></screen>
    86102
    87103  </sect2>
     
    90106    <title>Command Explanations</title>
    91107
     108    <para><parameter>--without-gnome</parameter>: This switch prevents the
     109    build from looking for the <application>GNOME</application> session
     110    related components. Remove this switch if you have a
     111    <application>GNOME</application> desktop or even just
     112    <xref linkend="libgnomeui"/> installed.</para>
     113
    92114    <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
    93115    <application>ScrollKeeper</application> files in
    94116    <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    95     <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     117    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>. This
     118    switch may not be applicable if you don't have <xref linkend="yelp"/>
     119    installed, but won't affect the build otherwise.</para>
    96120
    97121    <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    98122    configuration files in <filename class="directory">/etc/gnome</filename>
    99     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    100 
    101     <para><command>ln -v -s ...</command>: There's a <ulink
    102     url="http://bugzilla.gnome.org/show_bug.cgi?id=161404">bug</ulink> in the
    103     program that calls <application>Yelp</application> from the main menu
    104     causing the help function to be unavailable. Creating this symlink allows
    105     <application>Yelp</application> to find the help files.</para>
     123    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
     124    switch may not be applicable if you don't have <xref linkend="GConf"/>
     125    installed, but won't affect the build otherwise..</para>
    106126
    107127  </sect2>
     
    116136
    117137      <seglistitem>
    118         <seg>gnumeric, gnumeric-1.4.1, and ssconvert</seg>
     138        <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
    119139        <seg>numerous filters, plugins and <application>GNOME</application>
    120140        components</seg>
    121         <seg>Not determined at this time</seg>
     141        <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnumeric,
     142        /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
     143        /usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
     144        /usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
     145        /usr/share/pixmaps/gnumeric</seg>
    122146      </seglistitem>
    123147    </segmentedlist>
     
    131155        <term><command>gnumeric</command></term>
    132156        <listitem>
    133           <para>symlink to <command>gnumeric-1.4.1</command></para>
     157          <para>is a symlink to <command>gnumeric-1.4.1</command></para>
    134158          <indexterm zone="gnumeric gnumeric-prog">
    135159            <primary sortas="g-gnumeric">gnumeric</primary>
     
    141165        <term><command>gnumeric-1.4.1</command></term>
    142166        <listitem>
    143           <para>is a <application>GNOME</application>'s spreadsheet
     167          <para>is <application>GNOME</application>'s spreadsheet
    144168          application.</para>
    145169          <indexterm zone="gnumeric gnumeric-1">
Note: See TracChangeset for help on using the changeset viewer.