Changeset 4f09d49 for x/wm/icewm.xml


Ignore:
Timestamp:
01/09/2020 11:36:30 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:
125a8d3
Parents:
5b379d07
Message:

Update to gnome-desktop-3.34.3.
Update to curl-7.68.0.
Update to icewm-1.6.4.
Update to node.js-12.14.1.
Update to nss-3.49.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/icewm.xml

    r5b379d07 r4f09d49  
    77  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/archive/&icewm-version;/icewm-&icewm-version;.tar.gz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "9f495e6c7c51e6b125a8f35263e84b78">
     9  <!ENTITY icewm-md5sum        "e1756fcb05777238654f51faef8cd9d0">
    1010  <!ENTITY icewm-size          "2.1 MB">
    11   <!ENTITY icewm-buildsize     "31 MB">
    12   <!ENTITY icewm-time          "0.3 SBU (Using parallelixm=4)">
     11  <!ENTITY icewm-buildsize     "43 MB">
     12  <!ENTITY icewm-time          "0.5 SBU (Using parallelixm=4)">
    1313]>
    1414
     
    9090      -DCMAKE_BUILD_TYPE=Release  \
    9191      -DCFGDIR=/etc               \
     92      -DENABLE_LTO=ON             \
    9293      -DCMAKE_EXE_LINKER_FLAGS='-lXrandr -lXinerama' \
    9394      -DDOCDIR=/usr/share/doc/icewm-&icewm-version;  \
     
    107108  <sect2 role="commands">
    108109    <title>Command Explanations</title>
     110
     111    <para>
     112      <option>-DENABLE_LTO=ON</option>: This option enables Link
     113      Time Optimization and is required for this package.
     114    </para>
    109115
    110116    <para>
Note: See TracChangeset for help on using the changeset viewer.