diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/kbd.xml | 5 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b05aa2a3e..d9a4b74f0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-10-12</para> <itemizedlist> <listitem> + <para>[matthew] Upgraded to Kbd-1.15.1. Fixes + <ulink url="&lfs-ticket-root;2501">#2501</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgraded to Man-Pages-3.23. Fixes <ulink url="&lfs-ticket-root;2498">#2498</ulink>.</para> </listitem> diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 3b5360f46..6907c6616 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -40,6 +40,11 @@ <sect2 role="installation"> <title>Installation of Kbd</title> + <para>The Kbd package doesn't come shipped with the standard configure + scripts, so generate them now:</para> + +<screen><userinput remap="pre">autoreconf</userinput></screen> + <para>The behaviour of the Backspace and Delete keys is not consistent across the keymaps in the Kbd package. The following patch fixes this issue for i386 keymaps:</para> diff --git a/packages.ent b/packages.ent index e83e0f8db..25d93ad42 100644 --- a/packages.ent +++ b/packages.ent @@ -274,10 +274,10 @@ <!ENTITY iproute2-ch6-du "5.7 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> -<!ENTITY kbd-version "1.15"> -<!ENTITY kbd-size "1,288 KB"> +<!ENTITY kbd-version "1.15.1"> +<!ENTITY kbd-size "1,081 KB"> <!ENTITY kbd-url "http://ftp.altlinux.com/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz"> -<!ENTITY kbd-md5 "ba3fd20e6c79e58422c3cc6b28718939"> +<!ENTITY kbd-md5 "f997c490fe5ede839aacf31da6c4eb06"> <!ENTITY kbd-home " "> <!ENTITY kbd-ch6-du "16.0 MB"> <!ENTITY kbd-ch6-sbu "less than 0.1 SBU"> |