Ignore:
Timestamp:
02/08/2006 04:21:06 AM (18 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:
be7a5c0
Parents:
cae61ec
Message:

Updated to Gnumeric-1.6.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    rcae61ec rdd71597  
    55  %general-entities;
    66
    7   <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
    8   <!ENTITY gnumeric-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
    9   <!ENTITY gnumeric-md5sum        "e6f769e4e74c29ffea0305d48691fe28">
    10   <!ENTITY gnumeric-size          "11.9 MB">
    11   <!ENTITY gnumeric-buildsize     "178 MB">
    12   <!ENTITY gnumeric-time          "2.0 SBU">
     7  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
     8  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
     9  <!ENTITY gnumeric-md5sum        "ca6ecf464279297a4f3d41e7f35ebb39">
     10  <!ENTITY gnumeric-size          "12.5 MB">
     11  <!ENTITY gnumeric-buildsize     "213 MB">
     12  <!ENTITY gnumeric-time          "2.8 SBU (includes creating HTML documentation)">
    1313]>
    1414
     
    6868    <para role="optional"><xref linkend="python"/>,
    6969    <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
    70     <xref linkend="libgnomeui"/>, <xref linkend="gnome-doc-utils"/> (to
    71     convert the help documentation into HTML),
    72     <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
    73     (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
    74     <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
    75     <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
     70    <xref linkend="libgnomeui"/> (combined with the
     71    <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
     72    <xref linkend="libgsf"/> package will provide GNOME-2 support),
     73    <xref linkend="gnome-doc-utils"/> (to convert the XML help documentation
     74    into HTML),
     75    <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>
     76    (requires <ulink url="http://www.gnome-db.org/">libgda</ulink>),
     77    <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
     78    <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink>,
     79    <ulink url="http://www.maemo.org/">Hildon</ulink>, and
     80    <ulink url="http://packages.ubuntu.com/warty/libdevel/libgb-dev">Gnome
     81    Basic</ulink> (this package is no longer under active development)</para>
    7682
    7783    <note>
     
    9096
    9197<screen><userinput>./configure --prefix=/usr \
    92     --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; &amp;&amp;
     98            --localstatedir=/var/lib \
     99            --sysconfdir=&gnome-etc-dir; &amp;&amp;
    93100make</userinput></screen>
    94101
     
    97104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    98105
    99 <screen role='root'><userinput>make install</userinput></screen>
    100 
    101     <para>If you have <xref linkend="gnome-doc-utils"/> installed, you can
    102     convert the XML help files into HTML with the following command:</para>
     106<screen role='root'><userinput>make install &amp;&amp;
     107install -v -m755 -d /usr/share/gnumeric/&gnumeric-version;/doc &amp;&amp;
     108ln -v -s /usr/share/gnome/help/gnumeric/C \
     109    /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
     110
     111    <para>If you have GNOME installed in a prefix other than /usr, as the
     112    <systemitem class="username">root</systemitem> user create the
     113    following symlink for the <application>Gnumeric</application>
     114    <application>Bonobo</application> server file:</para>
     115
     116<screen role='root'><userinput>ln -v -s /usr/lib/bonobo/servers/GNOME_Gnumeric.server \
     117         $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
     118
     119    <para>If you have <xref linkend="gnome-doc-utils"/> installed, convert the
     120    XML help files into HTML by issuing the following commands:</para>
    103121
    104122<screen><userinput>./configure \
     
    106124make -C doc html</userinput></screen>
    107125
    108     <para>Now, as the <systemitem class="username">root</systemitem> user, install
    109     the documentation files:</para>
    110 
    111 <screen role='root'><userinput>install -vdm 755 /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
    112 cp -v doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
     126    <para>Now, as the <systemitem class="username">root</systemitem> user,
     127    install the documentation files:</para>
     128
     129<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
     130install -v -m644 doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
     131install -v -m644 doc/C/figures/* /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
     132ln -v -s /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/images \
     133    /usr/share/doc/gnumeric-&gnumeric-version;/stylesheet</userinput></screen>
     134
     135    <para>If you wish to install the Developer documentation, issue the
     136    following commands as the
     137    <systemitem class="username">root</systemitem> user:</para>
     138
     139<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
     140install -v -m644 doc/developer/* \
     141    /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
     142rm -v /usr/share/doc/gnumeric-&gnumeric-version;/developer/Makefile*</userinput></screen>
    113143
    114144  </sect2>
     
    130160    installed, but won't affect the build otherwise.</para>
    131161
    132     <para><parameter>--prefix=$(pkg-config --variable=prefix gnome-doc-utils)</parameter>:
     162    <para><parameter>--prefix=$(pkg-config
     163    --variable=prefix gnome-doc-utils)</parameter>:
    133164    This rebuilds the <filename>Makefile</filename>s with the same prefix as
    134     <application>gnome-doc-utils</application></para>
    135 
    136     <para><parameter>make -C doc html</parameter>: This command runs
     165    <application>GNOME Doc Utils</application></para>
     166
     167    <para><command>install ... /usr/share/gnumeric/1.6.2/doc</command> and
     168    <command> ln ... /usr/share/gnome/help/gnumeric/C /usr/share/gnumeric/1.6.2/doc</command>:
     169    These commands are used to create a symlink required because of a bug in
     170    the program. The help system looks for the docs in one location, but they
     171    are actually installed in another. See
     172    <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=330339"/>.</para>
     173
     174    <para><command>make -C doc html</command>: This command runs
    137175    <command>make</command> in the <filename class="directory">doc</filename>
    138176    directory with html as the <filename>Makefile</filename> target.</para>
     
    152190        <seg>numerous filters, plugins and <application>GNOME</application>
    153191        components</seg>
    154         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnumeric,
    155         &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
    156         /usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
    157         /usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
    158         /usr/share/pixmaps/gnumeric</seg>
     192        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/[,schemas/]apps/gnumeric,
     193        /usr/lib/gnumeric,
     194        /usr/share/doc/gnumeric-&gnumeric-version;, and
     195        /usr/share/[[,gnome/help/, omf/, pixmaps/]gnumeric,mc]</seg>
    159196      </seglistitem>
    160197    </segmentedlist>
     
    168205        <term><command>gnumeric</command></term>
    169206        <listitem>
    170           <para>is a symlink to <command>gnumeric-&gnumeric-version;</command></para>
     207          <para>is a symlink to
     208          <command>gnumeric-&gnumeric-version;</command></para>
    171209          <indexterm zone="gnumeric gnumeric-prog">
    172210            <primary sortas="g-gnumeric">gnumeric</primary>
Note: See TracChangeset for help on using the changeset viewer.