Changeset cee204d9 for x/installing


Ignore:
Timestamp:
06/11/2012 11:17:16 PM (12 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7babf715
Parents:
64e3f6b7
Message:

Added twm-1.0.7.

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

Location:
x/installing
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    r64e3f6b7 rcee204d9  
    4646  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7additionaldrivers.xml"/>
     48  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
    4849  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
    4950  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>
  • x/installing/x7app.xml

    r64e3f6b7 rcee204d9  
    105105
    106106<screen><userinput>case $(basename "$PWD") in
    107    twm-[0-9]* )
    108       sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' \
    109                 src/Makefile.in &amp;&amp;
    110       ./configure $XORG_CONFIG
    111       ;;
    112 
    113107   xinit-[0-9]* )
    114108      ./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults
     
    130124  </sect2>
    131125
    132 
    133   <sect2 role="commands">
    134     <title>Command Explanations</title>
    135     <para><command>sed -i -e '/^rcdir =/s...</command>: This command ensures
    136     the <application>twm</application> configuration file gets installed in
    137     the proper location.</para>
    138   </sect2>
    139 
    140 
    141126  <sect2 role="content">
    142127    <title>Contents</title>
     
    150135       
    151136        <seg>bdftopcf, iceauth, luit, mkfontdir,mkfontscale, sessreg,
    152         setxkbmap, smproxy, startx, twm, x11perf, x11perfcomp, xauth,
     137        setxkbmap, smproxy, startx, x11perf, x11perfcomp, xauth,
    153138        xcmsdb, xcursorgen, xdpr, xdpyinfo, xdriinfo, xev, xgamma, xhost,
    154139        xinit, xkbbell, xkbcomp, xkbevd, xkbvleds, xkbwatch, xkill, xlsatoms,
     
    267252      </varlistentry>
    268253
    269       <varlistentry id="twm-x7">
    270         <term><command>twm</command></term>
    271         <listitem>
    272           <para>is the Tab Window Manager for the X Window System.</para>
    273           <indexterm zone="xorg7-app twm-x7">
    274             <primary sortas="b-twm">twm</primary>
    275           </indexterm>
    276         </listitem>
    277       </varlistentry>
    278 
    279254      <varlistentry id="x11perf-x7">
    280255        <term><command>x11perf</command></term>
Note: See TracChangeset for help on using the changeset viewer.