Changeset 682a13b


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r77a2d140 r682a13b  
    10881088
    10891089        <seglistitem>
    1090          <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
    1091          Gzip, Make, Patch, and Sed</seg>
     1090         <seg>Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext,
     1091         Glibc, Gzip, Make, Patch, and Sed</seg>
    10921092        </seglistitem>
    10931093      </segmentedlist>
  • chapter01/changelog.xml

    r77a2d140 r682a13b  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2013-09-15</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[matthew] - Update to Kbd-2.0.0. Fixes
     43          <ulink url="&lfs-ticket-root;3390">#3390</ulink>.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
    3848    <listitem>
    3949      <para>2013-09-13</para>
  • chapter01/whatsnew.xml

    r77a2d140 r682a13b  
    113113      <para>IPRoute2 &iproute2-version;</para>
    114114    </listitem>
    115     <!--<listitem>
     115    <listitem>
    116116      <para>Kbd &kbd-version;</para>
    117     </listitem>-->
     117    </listitem>
    118118    <listitem>
    119119      <para>Kmod &kmod-version;</para>
  • 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>
  • general.ent

    r77a2d140 r682a13b  
    1 <!ENTITY version         "SVN-20130914">
    2 <!ENTITY releasedate     "September 14, 2013">
     1<!ENTITY version         "SVN-20130915">
     2<!ENTITY releasedate     "September 15, 2013">
    33<!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.5">
  • packages.ent

    r77a2d140 r682a13b  
    287287<!ENTITY iproute2-ch6-sbu "0.1 SBU">
    288288
    289 <!ENTITY kbd-version "1.15.5">
     289<!ENTITY kbd-version "2.0.0">
    290290<!ENTITY kbd-size "1,690 KB">
    291291<!ENTITY kbd-url "http://ftp.altlinux.org/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz">
    292 <!ENTITY kbd-md5 "34c71feead8ab9c01ec638acea8cd877">
     292<!ENTITY kbd-md5 "5ba259a0b2464196f6488a72070a3d60">
    293293<!ENTITY kbd-home "http://ftp.altlinux.org/pub/people/legion/kbd">
    294294<!ENTITY kbd-ch6-du "20 MB">
Note: See TracChangeset for help on using the changeset viewer.