Changeset 7babf715


Ignore:
Timestamp:
06/11/2012 11:32:36 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:
fd47930
Parents:
cee204d9
Message:

Added xinit-1.3.2.

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcee204d9 r7babf715  
    630630<!ENTITY xterm-version                "278">
    631631<!ENTITY xclock-version               "1.0.6">
     632<!ENTITY xinit-version                "1.3.2">
    632633<!-- Obsolete
    633634<!ENTITY xorg-version                 "6.9.0">
  • introduction/welcome/changelog.xml

    rcee204d9 r7babf715  
    6161          <para>[dj] - Added twm-1.0.7.</para>
    6262        </listitem>
     63        <listitem>
     64          <para>[dj] - Added xinit-1.3.2.</para>
     65        </listitem>
    6366      </itemizedlist>
    6467    </listitem>
  • x/installing/installing.xml

    rcee204d9 r7babf715  
    4949  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
    5050  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>
     51  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xinit.xml"/>
    5152  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-config.xml"/>
    5253</chapter>
  • x/installing/x7app.xml

    rcee204d9 r7babf715  
    104104    package:</para>
    105105
    106 <screen><userinput>case $(basename "$PWD") in
    107    xinit-[0-9]* )
    108       ./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults
    109       ;;
    110      
    111    * )
    112       ./configure $XORG_CONFIG
    113       ;;
    114 esac &amp;&amp;
     106<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    115107make</userinput></screen>
    116108
     
    135127       
    136128        <seg>bdftopcf, iceauth, luit, mkfontdir,mkfontscale, sessreg,
    137         setxkbmap, smproxy, startx, x11perf, x11perfcomp, xauth,
     129        setxkbmap, smproxy, x11perf, x11perfcomp, xauth,
    138130        xcmsdb, xcursorgen, xdpr, xdpyinfo, xdriinfo, xev, xgamma, xhost,
    139         xinit, xkbbell, xkbcomp, xkbevd, xkbvleds, xkbwatch, xkill, xlsatoms,
     131        xkbbell, xkbcomp, xkbevd, xkbvleds, xkbwatch, xkill, xlsatoms,
    140132        xlsclients, xmodmap, xpr, xprop, xrandr, xrdb, xrefresh, xset,
    141133        xsetroot, xvinfo, xwd, xwininfo, and xwud</seg>
    142134        <seg>None</seg>
    143         <seg>/etc/X11/app-defaults</seg>
     135        <seg>None</seg>
    144136      </seglistitem>
    145137    </segmentedlist>
     
    242234      </varlistentry>
    243235
    244       <varlistentry id="startx-x7">
    245         <term><command>startx</command></term>
    246         <listitem>
    247           <para>initializes an X session.</para>
    248           <indexterm zone="xorg7-app startx-x7">
    249             <primary sortas="b-startx">startx</primary>
    250           </indexterm>
    251         </listitem>
    252       </varlistentry>
    253 
    254236      <varlistentry id="x11perf-x7">
    255237        <term><command>x11perf</command></term>
     
    365347      </varlistentry>
    366348
    367       <varlistentry id="xinit-x7">
    368         <term><command>xinit</command></term>
    369         <listitem>
    370           <para>is the X Window System initializer.</para>
    371           <indexterm zone="xorg7-app xinit-x7">
    372             <primary sortas="b-xinit">xinit</primary>
    373           </indexterm>
    374         </listitem>
    375       </varlistentry>
    376 
    377349      <varlistentry id="xkbbell-x7">
    378350        <term><command>xkbbell</command></term>
Note: See TracChangeset for help on using the changeset viewer.