Changeset fc3721e


Ignore:
Timestamp:
12/22/2004 08:52:28 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.0, 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:
8de0296
Parents:
4697ee3
Message:

Updated to Gnumeric-1.4.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4697ee3 rfc3721e  
    371371<!-- Chapter 33 -->
    372372<!ENTITY AbiWord-version              "2.2.0">
    373 <!ENTITY gnumeric-version             "1.2.13">
     373<!ENTITY gnumeric-version             "1.4.1">
    374374<!ENTITY gnucash-version              "1.8.9">
    375375<!ENTITY gimp-version                 "2.0.6">
  • introduction/welcome/changelog.xml

    r4697ee3 rfc3721e  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>December 22nd, 2004 [randy]: Updated to
     26Gnumeric-1.4.1</para></listitem>
    2427
    2528<listitem><para>December 22nd, 2004 [igor]: Updated GCC-3.3.x to
  • xsoft/office/gnumeric.xml

    r4697ee3 rfc3721e  
    55  %general-entities;
    66
    7   <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
    8   <!ENTITY gnumeric-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.2/gnumeric-&gnumeric-version;.tar.bz2">
    9   <!ENTITY gnumeric-size          "14.3 MB">
    10   <!ENTITY gnumeric-buildsize     "185 MB">
    11   <!ENTITY gnumeric-time          "1.97 SBU">
     7  <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
     8  <!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">
    1213]>
    1314
     
    1819</sect1info>
    1920<?dbhtml filename="gnumeric.html" ?>
    20 <title>Gnumeric-&gnumeric-version;</title>
     21<title><application>Gnumeric</application>-&gnumeric-version;</title>
    2122
    2223<sect2>
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&gnumeric-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &gnumeric-md5sum;</para></listitem>
    3436<listitem><para>Download size: &gnumeric-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3638&gnumeric-buildsize;</para></listitem>
    3739<listitem><para>Estimated build time:
     
    4244
    4345<sect4><title>Required</title>
    44 <para><xref linkend="libgnomeprintui"/>
    45 and <xref linkend="libgsf"/></para>
     46<para><xref linkend="libgnomeprintui"/> and <xref linkend="libgsf"/></para>
    4647</sect4>
    4748
    4849<sect4><title>Optional</title>
    4950<para><xref linkend="Python"/>,
    50 <xref linkend="docbook-utils"/>,
    51 <ulink url="http://www.pygtk.org/">PyGTK</ulink> and
     51<ulink url="http://www.pygtk.org/">PyGTK</ulink>,
    5252<ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
    53 (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>)
    54 </para>
     53(requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
     54<ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
     55<ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
    5556</sect4>
    5657</sect3>
     
    6465commands:</para>
    6566
    66 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin \
    67    --localstatedir=/var/lib  --sysconfdir=/etc &amp;&amp;
     67<screen><userinput><command>./configure --prefix=$GNOME_PREFIX \
     68    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    6869make &amp;&amp;
    69 make install</command></userinput></screen>
     70make install &amp;&amp;
     71ln -s $GNOME_PREFIX/share/gnome/help/gnumeric \
     72      $GNOME_PREFIX/share/gnumeric/1.4.1/doc</command></userinput></screen>
    7073
    7174</sect2>
     
    7679<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
    7780<application>ScrollKeeper</application> files in
    78 <filename class="directory">/var/lib/scrollkeeper</filename>
    79 instead of <filename class="directory">/usr/var/scrollkeeper</filename>.</para>
     81<filename class="directory">/var/lib/scrollkeeper</filename> instead of
     82<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    8083
    81 <para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
    82 files in <filename class="directory">/etc</filename> instead of
    83 <filename class="directory">/usr/etc</filename>.</para>
     84<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     85configuration files in <filename class="directory">/etc/gnome</filename>
     86instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    8487
    85 <para><parameter>--libexecdir=/usr/sbin</parameter>: This switch puts libexec
    86 files in <filename class="directory">/usr/sbin</filename> instead of
    87 <filename class="directory">/usr/libexec</filename>.</para>
     88<para><command>ln -s ...</command>: There's a <ulink
     89url="http://bugzilla.gnome.org/show_bug.cgi?id=161404">bug</ulink> in the
     90program that calls <application>Yelp</application> from the main menu
     91causing the help function to be unavailable. Creating this symlink allows
     92<application>Yelp</application> to find the help files.</para>
    8893
    8994</sect2>
     
    9398
    9499<para>The <application>Gnumeric</application> package contains
    95 <command>gnumeric</command>,
    96 <command>ssconvert</command>,
    97 <command>gnumeric-component</command> and numerous filters, plugins and
     100<command>gnumeric</command> (a symlink to <command>gnumeric-1.4.1</command>),
     101<command>ssconvert</command> and numerous filters, plugins and
    98102<application><acronym>GNOME</acronym></application> components.</para>
    99103
    100104</sect2>
    101105
    102 <sect2><title>Description</title>
     106<sect2>
     107<title>Description</title>
    103108
    104109<sect3><title>gnumeric</title>
     
    111116spreadsheet files between various spreadsheet file formats.</para></sect3>
    112117
    113 <sect3><title>gnumeric-component</title>
    114 <para><command>gnumeric-component</command> is a command line utility to
    115 enable, disable or modify the various
    116 <application><acronym>GNOME</acronym></application> components available
    117 to <application>Gnumeric</application>.</para></sect3>
    118 
    119118</sect2>
    120119
Note: See TracChangeset for help on using the changeset viewer.