Changeset 6236e5b for xsoft


Ignore:
Timestamp:
04/14/2006 01:15:55 PM (18 years ago)
Author:
Andrew Benton <andy@…>
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:
e8713084
Parents:
6722219
Message:

Updated to Gnumeric-1.6.3 and Goffice-0.2.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    r6722219 r6236e5b  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
    88  <!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">
     9  <!ENTITY gnumeric-md5sum        "78ffd75ae6abc3bb20dd04407a082a26">
     10  <!ENTITY gnumeric-size          "12.0 MB">
     11  <!ENTITY gnumeric-buildsize     "187.0 MB">
    1212  <!ENTITY gnumeric-time          "2.8 SBU (includes creating HTML documentation)">
    1313]>
     
    108108
    109109<screen role='root'><userinput>make install &amp;&amp;
    110 install -v -m755 -d /usr/share/gnumeric/&gnumeric-version;/doc &amp;&amp;
    111 ln -v -s /usr/share/gnome/help/gnumeric/C \
     110ln -v -s $(pkg-config --variable=prefix \
     111    ORBit-2.0)/share/gnome/help/gnumeric \
    112112    /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
    113113
     
    118118
    119119<screen role='root'><userinput>ln -v -s /usr/lib/bonobo/servers/GNOME_Gnumeric.server \
    120          $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
     120    $(pkg-config --variable=prefix ORBit-2.0)/lib/bonobo/servers</userinput></screen>
    121121
    122122    <para>If you have <xref linkend="gnome-doc-utils"/> installed, convert the
     
    168168    <application>GNOME Doc Utils</application></para>
    169169
    170     <para><command>install ... /usr/share/gnumeric/1.6.2/doc</command> and
    171     <command> ln ... /usr/share/gnome/help/gnumeric/C /usr/share/gnumeric/1.6.2/doc</command>:
    172     These commands are used to create a symlink required because of a bug in
     170    <para><command>ln ... share/gnome/help/gnumeric
     171    /usr/share/gnumeric/&gnumeric-version;/doc</command>:
     172    This command is used to create a symlink required because of a bug in
    173173    the program. The help system looks for the docs in one location, but they
    174174    are actually installed in another. See
Note: See TracChangeset for help on using the changeset viewer.