Changeset 7ffb4f8 for x/wm/icewm.xml


Ignore:
Timestamp:
09/21/2019 08:45:45 PM (5 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:
5ad8a1f
Parents:
30f98dc
Message:

Update to icewm-1.6.2.
Update to glibmm-2.62.0.
Update to freeglut-3.2.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/icewm.xml

    r30f98dc r7ffb4f8  
    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        "7b4ebb3080239c649e7e9d408d075e14">
    10   <!ENTITY icewm-size          "2.0 MB">
    11   <!ENTITY icewm-buildsize     "31 MB">
     9  <!ENTITY icewm-md5sum        "0725f7f781b1d50b2672702a13023b79">
     10  <!ENTITY icewm-size          "2.1 MB">
     11  <!ENTITY icewm-buildsize     "30 MB">
    1212  <!ENTITY icewm-time          "0.3 SBU (Using parallelixm=4)">
    1313]>
     
    8484    commands:</para>
    8585
    86 <screen><userinput>sed -i "s/nullptr/NULL/" src/{wmconfig.cc,icewmhint.cc} &amp;&amp;
    87 
    88 mkdir build &amp;&amp;
     86<screen><userinput>mkdir build &amp;&amp;
    8987cd    build &amp;&amp;
    9088
     
    9492      -DCMAKE_EXE_LINKER_FLAGS='-lXrandr -lXinerama' \
    9593      -DDOCDIR=/usr/share/doc/icewm-&icewm-version;  \
    96       ..
     94      .. &amp;&amp;
    9795make</userinput></screen>
    9896
     
    10199    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    102100
    103 <screen role="root"><userinput>make install         &amp;&amp;
     101<screen role="root">cp ../lib/IceWM.jpg lib &amp;&amp;
     102<userinput>make install         &amp;&amp;
    104103rm /usr/share/xsessions/icewm.desktop</userinput></screen>
    105104
     
    116115      <xref linkend="lightdm"/></phrase>.
    117116    </para>
    118 <!--
     117
    119118    <para>
    120       <option>- -enable-guievents - -with-icesound=ALSA</option>: these two switches
    121       permit <command>icesound</command> to be compiled.
     119      <command>cp ../lib/IceWM.jpg lib</command>: This instruction fixes an
     120      install problem.
    122121    </para>
    123 
    124     <para>
    125       <option>- -enable-corefonts</option>: use this if you wish to able to use
    126       the old X11 core fonts (instead of the fonts selected by
    127       <application>fontconfig</application>) in your
    128       <filename>preferences</filename> file.
    129     </para>
    130 -->
    131122  </sect2>
    132123
Note: See TracChangeset for help on using the changeset viewer.