Changeset e7d893b for x/wm


Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

Location:
x/wm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    r853ae3e5 re7d893b  
    66
    77  <!ENTITY fluxbox-download-http "&sourceforge-dl;/fluxbox/fluxbox-&fluxbox-version;.tar.xz">
    8   <!ENTITY fluxbox-download-ftp
    9            "&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.xz">
     8  <!--  <!ENTITY fluxbox-download-ftp
     9  "&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.xz"> -->
     10  <!-- This was reported to no longer work. After testing, I can confirm.
     11  Trying to use it results in a "No such directory" error. -->
     12  <!ENTITY fluxbox-download-ftp  " ">
    1013  <!ENTITY fluxbox-md5sum        "b44afd10ee1e64624c23115aa51dcd55">
    1114  <!ENTITY fluxbox-size          "772 KB">
     
    147150EOF</userinput></screen>
    148151
    149       <para>If you didn't install <application>GDM</application> or
    150       <application>KDM</application> in <filename class='directory'>/usr</filename>,
     152      <para>If you didn't install <application>GDM</application>,
     153      <application>SDDM</application>, or <application>LightDM</application>
     154      in <filename class='directory'>/usr</filename>,
    151155      then change that command to fit the prefix you chose.</para>
    152156
  • x/wm/icewm.xml

    r853ae3e5 re7d893b  
    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
  • x/wm/openbox.xml

    r853ae3e5 re7d893b  
    103103    scripts to Python 3:</para>
    104104
    105 <screen><userinput>2to3 -w data/autostart/openbox-xdg-autostart &amp;&amp;
     105<screen><userinput>2to3-&python3-majorver; -w data/autostart/openbox-xdg-autostart &amp;&amp;
    106106sed 's/python/python3/' -i data/autostart/openbox-xdg-autostart</userinput></screen>
    107107
Note: See TracChangeset for help on using the changeset viewer.