Changeset 31b8fd26


Ignore:
Timestamp:
08/15/2015 02:58:25 PM (9 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.8, 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:
8b9ad6e
Parents:
6d772cc
Message:
  • Update to boost_1_59_0.
  • Update to cmake-3.3.1.
  • Update to firefox-40.0.2.
  • LXQt: modifications suggested by Ken.

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6d772cc r31b8fd26  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 13th &year;">
     9<!ENTITY releasedate  "August 15th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/boost.xml

    r6d772cc r31b8fd26  
    77  <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "b8839650e61e9c1c0a89f371dd475546">
     9  <!ENTITY boost-md5sum        "6aa9a5c6a4ca1016edd0ed1178e3cb87">
    1010  <!ENTITY boost-size          "68 MB">
    1111  <!ENTITY boost-buildsize     "884 MB (additional 1 MB for Boost.Build's regression test)">
     
    7777    <bridgehead renderas="sect4">Optional</bridgehead>
    7878    <para role="optional">
    79       <xref linkend="icu"/> and
    80       <xref linkend="python2"/>
     79      <xref linkend="icu"/>,
     80      <xref linkend="python2"/> and
     81      <ulink url="https://www.open-mpi.org/">Open MPI</ulink>
    8182    </para>
    8283
     
    104105      To run the Boost.Build's regression test (<xref linkend="python2"/>
    105106      required), issue <command>pushd tools/build/test; python test_all.py;
    106       popd</command>.
     107      popd</command>. One test out of 130 fails.
    107108    </para>
    108109
     
    169170        </seg>
    170171        <seg>
    171           libboost_atomic.so, libboost_chrono.so, libboost_container.so,
    172           libboost_context.so, libboost_coroutine.so, libboost_date_time.so,
    173           libboost_exception.a, libboost_filesystem.so, libboost_graph.so,
    174           libboost_iostreams.so, libboost_locale.so, libboost_log_setup.so,
    175           libboost_log.so, libboost_math_c99.so, libboost_math_c99f.so,
    176           libboost_math_c99l.so, libboost_math_tr1.so, libboost_math_tr1f.so,
    177           libboost_math_tr1l.so, libboost_prg_exec_monitor.so,
    178           libboost_program_options.so, libboost_python.so, libboost_random.so,
    179           libboost_regex.so, libboost_serialization.so, libboost_signals.so,
     172          libboost_atomic.so, libboost_chrono.a, libboost_chrono.so,
     173          libboost_container.so, libboost_context.so, libboost_coroutine.so,
     174          libboost_date_time.so, libboost_exception.a, libboost_filesystem.so,
     175          libboost_graph.so, libboost_iostreams.so, libboost_locale.so,
     176          libboost_log_setup.so, libboost_log.so, libboost_math_c99.so,
     177          libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so,
     178          libboost_math_tr1f.so, libboost_math_tr1l.so,
     179          libboost_prg_exec_monitor.so, libboost_program_options.so,
     180          libboost_python.so, libboost_random.so, libboost_regex.so,
     181          libboost_serialization.so, libboost_signals.so, libboost_system.a,
    180182          libboost_system.so, libboost_test_exec_monitor.a, libboost_thread.so,
    181           libboost_timer.so, libboost_unit_test_framework.so, libboost_wave.so,
    182           and libboost_wserialization.so
     183          libboost_timer.a, libboost_timer.so, libboost_unit_test_framework.so,
     184          libboost_wave.so, and libboost_wserialization.so
    183185        </seg>
    184186        <seg>
  • general/prog/cmake.xml

    r6d772cc r31b8fd26  
    99  <!ENTITY cmake-md5sum        "b1d4823e3f74c961486d9f253da9825d">
    1010  <!ENTITY cmake-size          "6.3 MB">
    11   <!ENTITY cmake-buildsize     "658 MB (with test suite and Qt5 <command>cmake-gui</command>)">
    12   <!ENTITY cmake-time          "3.6 SBU, using parallelism=4 (with test suite and Qt5 <command>cmake-gui</command>)">
     11  <!ENTITY cmake-buildsize     "669 MB (with test suite and Qt5 <command>cmake-gui</command>)">
     12  <!ENTITY cmake-time          "3.8 SBU, using parallelism=4 (with test suite and Qt5 <command>cmake-gui</command>)">
    1313]>
    1414
     
    8787      <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI),
    8888      <xref linkend="subversion"/> (for testing), and
    89        <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    90        (for building documents)
     89      <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     90      (for building documents)
    9191    </para>
    9292
     
    123123      ../cmake-&cmake-version;-test.log</command>, where
    124124      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    125       number of threads of your processor, inclusive.
     125      number of threads of your processor, inclusive. Current results: 99% tests
     126      passed, 1 test failed out of 433.
    126127      <!-- Please, don't remove this comment, needed if tests start to fail
    127128      again. If you want to investigate a problem with a given "problem1-test",
  • introduction/welcome/changelog.xml

    r6d772cc r31b8fd26  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>August 15th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - LXQt: modifications suggested by Ken.  Fixes
     52            <ulink url="&blfs-ticket-root;6819">#6819</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to firefox-40.0.2.  Fixes
     56            <ulink url="&blfs-ticket-root;6818">#6818</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to cmake-3.3.1.  Fixes
     60            <ulink url="&blfs-ticket-root;6817">#6817</ulink>.</para>
     61          </listitem>
     62          <listitem>
     63            <para>[fernando] - Update to boost_1_59_0.  Fixes
     64            <ulink url="&blfs-ticket-root;6816">#6816</ulink>.</para>
     65          </listitem>
     66        </itemizedlist>
     67      </listitem>
    4668
    4769      <listitem>
  • lxqt/apps/qupzilla.xml

    r6d772cc r31b8fd26  
    115115      setqt4</command> or <command>source setqt5</command>, respectivelly.
    116116    </para>
    117 
    118     <note>
    119       <para>
    120         By default,  <application>QupZilla</application> installs its menu in
    121         the Office category, depending on the Desktop Environment.  If
    122         desired, change it to the Internet category:
    123       </para>
    124 
    125 <screen><userinput>sed -e 's/^TargetEnvironment/#&amp;/'              \
    126     -e 's/Categories=/&amp;Application;Internet;/' \
    127     -i  linux/applications/qupzilla.desktop</userinput></screen>
    128     </note>
    129117
    130118    <para>
  • lxqt/desktop/liblxqt.xml

    r6d772cc r31b8fd26  
    7272
    7373    <bridgehead renderas="sect3">liblxqt Dependencies</bridgehead>
     74
     75    <note>
     76      <para>
     77        You do not need all <xref linkend="kf5-frameworks"/>, just the named
     78        library and dependencies.
     79      </para>
     80    </note>
    7481
    7582    <bridgehead renderas="sect4">Required</bridgehead>
  • lxqt/desktop/lxqt-common.xml

    r6d772cc r31b8fd26  
    7575    <para role="required">
    7676      <xref linkend="liblxqt"/>,
    77       <xref linkend="openbox"/> (runtime - may be replaced by another WM, e.g.
    78       <xref linkend="xfwm4"/>, but this has not been tested for BLFS),
     77      <xref linkend="openbox"/> (runtime - see
     78      <quote>Configuring lxqt-common</quote> section, below)
    7979      <xref linkend="qt5"/> built with <xref linkend="librsvg"/>, and
    8080      <xref linkend="xdg-utils"/>
     
    132132xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
    133133update-desktop-database -q</userinput></screen>
     134
     135  </sect2>
     136
     137  <sect2 role="configuration">
     138    <title>Configuring lxqt-common</title>
     139
     140    <para>
     141      Window Managers other than <xref linkend="openbox"/> may be used, e.g.
     142      <xref linkend="xfwm4"/>. Notice that <xref linkend="icewm"/> is not a
     143      valid replacement. <application>Fluxbox</application> does work, although
     144      in this context (with <xref linkend="lxqt-config"/>) <xref
     145      linkend="openbox"/> is better.  The
     146      <filename>/etc/xdg/lxqt/windowmanagers.conf</filename> comes with several
     147      examples of Window Managers and the ones which are installed will appear
     148      in a drop down list of <command>lxqt-config-session</command>. For the
     149      ones not included in
     150      <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>, you can use the
     151      <command>lxqt-config-session</command> "search" button, e.g. for <xref
     152      linkend="fluxbox"/>, navigating through the file system untill you can
     153      choose <command>fluxbox</command> . Alternatively, if you wish the Window
     154      Manager of your choice to appear in the drop down list, include it in
     155      <filename>/etc/xdg/lxqt/windowmanagers.conf</filename>. For <xref
     156      linkend="fluxbox"/>, include the line
     157    </para>
     158
     159<screen><userinput><literal>fluxbox/Name=Fluxbox</literal></userinput></screen>
     160
     161    <para>
     162      and it will appear as an option in the drop down list. To change the WM,
     163      after selecting it, you need to restart the session.
     164    </para>
    134165
    135166  </sect2>
  • lxqt/desktop/lxqt-panel.xml

    r6d772cc r31b8fd26  
    8181      <xref linkend="menu-cache"/>
    8282    </para>
     83
     84    <note>
     85      <para>
     86        You do not need all <xref linkend="kf5-frameworks"/>, just the named
     87        library and dependencies.
     88      </para>
     89    </note>
    8390
    8491    <bridgehead renderas="sect4">Recommended</bridgehead>
  • lxqt/desktop/lxqt-policykit.xml

    r6d772cc r31b8fd26  
    7272
    7373    <bridgehead renderas="sect3">lxqt-policykit Dependencies</bridgehead>
     74
     75    <note>
     76      <para>
     77        You do not need all <xref linkend="kf5-frameworks"/>, just the named
     78        library and dependencies.
     79      </para>
     80    </note>
    7481
    7582    <bridgehead renderas="sect4">Required</bridgehead>
  • lxqt/desktop/lxqt-runner.xml

    r6d772cc r31b8fd26  
    126126  </sect2>
    127127
     128  <sect2 role="use">
     129    <title>Using lxqt-runner</title>
     130
     131    <para>
     132      To use <application>lxqt-runner</application>, simultaneously press the
     133      Alt-F2 keys.  A dialogue window appears in the top center of the screen.
     134      When you start typing the command, a list of possible matches appears and
     135      changes as you keep typing.
     136    </para>
     137
     138  </sect2>
     139
    128140  <sect2 role="content">
    129141    <title>Contents</title>
  • packages.ent

    r6d772cc r31b8fd26  
    7575
    7676<!ENTITY boost-major                  "1">
    77 <!ENTITY boost-minor                  "58">
     77<!ENTITY boost-minor                  "59">
    7878<!ENTITY boost-patch                  "0">
    7979<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
     
    250250<!ENTITY clisp-version                "2.49">
    251251<!ENTITY cmake-major-version          "3.3">
    252 <!ENTITY cmake-minor-version          "0">
     252<!ENTITY cmake-minor-version          "1">
    253253<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    254254<!ENTITY cvs-version                  "1.11.23">
     
    632632<!-- Chapter 43 -->
    633633<!ENTITY seamonkey-version            "2.33.1">
    634 <!ENTITY firefox-version              "40.0">
     634<!ENTITY firefox-version              "40.0.2">
    635635
    636636<!-- Chapter 44 -->
  • xsoft/graphweb/firefox.xml

    r6d772cc r31b8fd26  
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "62b9e6a4a46874a0be523fe41d3176e2">
     11  <!ENTITY firefox-md5sum        "f9310f4aa96fd9cc74a0fdc6d14ea259">
    1212  <!ENTITY firefox-size          "171 MB">
    1313  <!ENTITY firefox-buildsize     "3.8 GB (75 MB installed)">
Note: See TracChangeset for help on using the changeset viewer.