Changeset d160092 for xsoft


Ignore:
Timestamp:
08/31/2016 04:04:17 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5b55f9b3
Parents:
bf084838
Message:

Update to gnumeric-1.12.32
Update to goffice-0.10.32
Update to libgsf-1.14.40
Tags (and some forgotten ones from last night)

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

Location:
xsoft/office
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    rbf084838 rd160092  
    4444    </para>
    4545
    46     &lfs79_checked;
     46    &lfs7a_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/office/gnumeric.xml

    rbf084838 rd160092  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    88  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    9   <!ENTITY gnumeric-md5sum        "d61f890da7a3e0e14adfc65b93583c67">
     9  <!ENTITY gnumeric-md5sum        "77dc94286ce3bf920d66a1736d114c1b">
    1010  <!ENTITY gnumeric-size          "18 MB">
    11   <!ENTITY gnumeric-buildsize     "276 MB (add 3 MB for tests)">
    12   <!ENTITY gnumeric-time          "2.0 SBU (add 9.2 SBU for tests)">
     11  <!ENTITY gnumeric-buildsize     "321 MB (add 3 MB for tests)">
     12  <!ENTITY gnumeric-time          "2.1 SBU (add 8.9 SBU for tests)">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs79_checked;&gcc6_checked;
     37    &lfs7a_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    123123    commands:</para>
    124124
    125 <screen><userinput>sed -e "s@zz-application/zz-winassoc-xls;@@" \
    126     -i gnumeric.desktop.in &amp;&amp;
    127 
    128 ./configure --prefix=/usr  &amp;&amp;
     125<screen><userinput>./configure --prefix=/usr  &amp;&amp;
    129126
    130127make</userinput></screen>
     
    140137<screen role="root"><userinput>make install</userinput></screen>
    141138
    142     <para>
    143       If you wish to test the results, first disable one test which fails:
     139
     140    <para>
     141<!--      If you wish to test the results, first disable one test which fails:
    144142
    145143<screen><userinput>sed -e '/\tt1013-crlibm.*/d' \
    146144    -i test/Makefile</userinput></screen>
    147145
    148       then issue <command>make check</command>. Tests should be run from an active
     146-->
     147      To run the tests, issue <command>make check</command>.
     148      Tests should be run from an active
    149149      X session, and <xref linkend="dconf"/> should be installed to prevent some
    150150      failures.
Note: See TracChangeset for help on using the changeset viewer.