Changeset b57de40 for x/wm/icewm.xml


Ignore:
Timestamp:
05/01/2019 11:52:55 AM (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.0, 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:
963c713
Parents:
3b9bfde
Message:

Update to icewm-1.5.4.
Update to poppler-0.76.1.
Update to exo-0.12.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/icewm.xml

    r3b9bfde rb57de40  
    55  %general-entities;
    66
    7   <!ENTITY icewm-download-http "https://github.com/bbidulock/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.bz2">
     7  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.xz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "3e7c3a95e7f8518346267f48a11966cd">
    10   <!ENTITY icewm-size          "1.7 MB">
    11   <!ENTITY icewm-buildsize     "57 MB">
    12   <!ENTITY icewm-time          "0.4 SBU">
     9  <!ENTITY icewm-md5sum        "be2bad9780f0ce9addf9220635dfad9b">
     10  <!ENTITY icewm-size          "1.6 MB">
     11  <!ENTITY icewm-buildsize     "32 MB">
     12  <!ENTITY icewm-time          "0.8 SBU">
    1313]>
    1414
     
    6868    <para role="optional">
    6969      <xref linkend="fribidi"/> (for languages written right to left),
     70      <xref linkend="librsvg"/>,
    7071      <xref linkend="libsndfile"/> and
    7172      <xref linkend="alsa-lib"/> (for the experimental icesound program)
     
    8384    commands:</para>
    8485
    85 <screen><userinput>./configure --prefix=/usr                     \
    86             --sysconfdir=/etc                 \
    87             --docdir=/usr/share/doc/icewm-&icewm-version; &amp;&amp;
     86<screen><userinput>sed -i "s/nullptr/NULL/" src/{wmconfig.cc,icewmhint.cc} &amp;&amp;
     87
     88mkdir build &amp;&amp;
     89cd    build &amp;&amp;
     90
     91cmake -DCMAKE_INSTALL_PREFIX=/usr         \
     92      -DCMAKE_BUILD_TYPE=Release          \
     93      -DCFGDIR=/etc                       \
     94      -DDOCDIR=/usr/share/doc/icewm-&icewm-version; \
     95      ..
    8896make</userinput></screen>
    8997
     
    107115      <xref linkend="lightdm"/></phrase>.
    108116    </para>
    109 
     117<!--
    110118    <para>
    111       <option>--enable-guievents --with-icesound=ALSA</option>: these two switches
     119      <option>- -enable-guievents - -with-icesound=ALSA</option>: these two switches
    112120      permit <command>icesound</command> to be compiled.
    113121    </para>
    114122
    115123    <para>
    116       <option>--enable-corefonts</option>: use this if you wish to able to use
     124      <option>- -enable-corefonts</option>: use this if you wish to able to use
    117125      the old X11 core fonts (instead of the fonts selected by
    118126      <application>fontconfig</application>) in your
    119127      <filename>preferences</filename> file.
    120128    </para>
    121 
     129-->
    122130  </sect2>
    123131
Note: See TracChangeset for help on using the changeset viewer.