Ignore:
Timestamp:
10/28/2015 07:45:14 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
e4192e55
Parents:
f9431b6
Message:
  • Update to GNOME-3.18.1 (GNOME-3.18.1) - end.
  • Update to webkitgtk-2.10.3 (webkitgtk+-2.10.3).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-calculator.xml

    rf9431b6 ra78d8510  
    66
    77  <!ENTITY gnome-calculator-download-http
    8            "&gnome-download-http;/gnome-calculator/&gnome-minor-16;/gnome-calculator-&gnome-calculator-version;.tar.xz">
     8           "&gnome-download-http;/gnome-calculator/&gnome-minor-18;/gnome-calculator-&gnome-calculator-version;.tar.xz">
    99  <!ENTITY gnome-calculator-download-ftp
    10            "&gnome-download-ftp;/gnome-calculator/&gnome-minor-16;/gnome-calculator-&gnome-calculator-version;.tar.xz">
    11   <!ENTITY gnome-calculator-md5sum        "3756f5f782c008b9b4e612a0d517f834">
    12   <!ENTITY gnome-calculator-size          "1.4 MB">
    13   <!ENTITY gnome-calculator-buildsize     "56 MB">
    14   <!ENTITY gnome-calculator-time          "0.3 SBU">
     10           "&gnome-download-ftp;/gnome-calculator/&gnome-minor-18;/gnome-calculator-&gnome-calculator-version;.tar.xz">
     11  <!ENTITY gnome-calculator-md5sum        "81e2b89bc9ede02bc114a114a7213c9a">
     12  <!ENTITY gnome-calculator-size          "1.3 MB">
     13  <!ENTITY gnome-calculator-buildsize     "48 MB (with tests)">
     14  <!ENTITY gnome-calculator-time          "0.4 SBU (with tests)">
    1515]>
    1616
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    104104make</userinput></screen>
    105105
     
    107107      To test the results, issue: <command>make check</command>. In 32bit
    108108      systems, Number.float and Number.double tests might fail due to floating
    109       point round off errors.
     109      point round off errors, most probably in 32 bit systems.
    110110    </para>
    111111
     
    118118  </sect2>
    119119
     120  <sect2 role="commands">
     121    <title>Command Explanation</title>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124      href="../../xincludes/static-libraries.xml"/>
     125
     126  </sect2>
     127
    120128  <sect2 role="content">
    121129    <title>Contents</title>
     
    123131    <segmentedlist>
    124132      <segtitle>Installed Programs</segtitle>
    125       <segtitle>Installed Libraries</segtitle>
     133      <segtitle>Installed Library</segtitle>
    126134      <segtitle>Installed Directories</segtitle>
    127135
     
    131139        </seg>
    132140        <seg>
    133           None
     141          libcalculator.so
    134142        </seg>
    135143        <seg>
    136           /usr/share/help/*/gnome-calculator
     144          /usr/lib/gnome-calculator and /usr/share/help/*/gnome-calculator
    137145        </seg>
    138146      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.