Changeset 682a13b for chapter06/kbd.xml


Ignore:
Timestamp:
09/15/2013 10:28:08 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d5385c1
Parents:
77a2d140
Message:

Update to Kbd-2.0.0. Fixes #3390.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10345 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kbd.xml

    r77a2d140 r682a13b  
    5151    and the Delete key generates a well-known escape sequence.</para>
    5252
    53     <para>Fix a bug that causes some keymaps not to be loaded correctly:</para>
    54 
    55 <screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen>
    56 
    5753    <para>Remove the redundant <command>resizecons</command> program (it requires
    5854    the defunct svgalib to provide the video mode files - for normal use
     
    6157
    6258<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure
    63 sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
     59sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
    6460
    6561    <para>Prepare Kbd for compilation:</para>
    6662
    67 <screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
     63<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr --disable-vlock</userinput></screen>
    6864
    6965    <variablelist>
     
    120116
    121117<screen><userinput remap="install">mkdir -v       /usr/share/doc/kbd-&kbd-version;
    122 cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
     118cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
    123119
    124120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.