Ignore:
Timestamp:
03/16/2013 04:48:02 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
bb97280
Parents:
cafc2a29
Message:

More package updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    rcafc2a29 rf144243  
    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        "3fd87cca95334b5d8ac922989670fe27">
     9  <!ENTITY gnumeric-md5sum        "b6b56865113678a6f59b7f9f43be737d">
    1010  <!ENTITY gnumeric-size          "15 MB">
    1111  <!ENTITY gnumeric-buildsize     "280 MB">
     
    1414
    1515<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
    16   <?dbhtml filename="gnumeric.html" ?>
     16  <?dbhtml filename="gnumeric.html"?>
    1717
    1818  <sect1info>
     
    109109    commands:</para>
    110110
    111 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     111<screen><userinput>sed -e "s@zz-application/zz-winassoc-xls;@@" -i gnumeric.desktop.in &amp;&amp;
     112./configure --prefix=/usr &amp;&amp;
    112113make</userinput></screen>
    113114
     
    132133  <sect2 role="commands">
    133134    <title>Command Explanations</title>
     135
     136    <para>
     137      <command>sed -e "s@zz-application/zz-winassoc-xls;@@" ...</command>: This
     138      sed removes invalid mime type from the .desktop file.
     139    </para>
    134140
    135141    <para>
Note: See TracChangeset for help on using the changeset viewer.