Changeset 10092cde for x/wm/icewm.xml


Ignore:
Timestamp:
02/05/2020 04:30:05 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
900b9b35
Parents:
b5f0edd
Message:

Update to folks-0.13.2.
Add python module python-dbusmock-0.19.
Update to NetworkManager-1.22.6.
Update to libsecret-0.20.1.
Update to gspell-1.8.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/icewm.xml

    rb5f0edd r10092cde  
    8484    commands:</para>
    8585
    86 <screen><userinput>mkdir build &amp;&amp;
     86<screen><userinput>sed -i '/ADD_EXECUTABLE(icesh/s/yarray.cc/&amp; ytimer.cc/' src/CMakeLists.txt &amp;&amp;
     87
     88mkdir build &amp;&amp;
    8789cd    build &amp;&amp;
    8890
     
    108110  <sect2 role="commands">
    109111    <title>Command Explanations</title>
     112
     113    <para>
     114      <command>sed ... src/CMakeLists.txt </command>: Add a missing dependency
     115      to the build instructions.
     116    </para>
    110117
    111118    <para>
Note: See TracChangeset for help on using the changeset viewer.