diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2012-05-01 23:15:08 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2012-05-01 23:15:08 +0000 |
commit | 15faad9dd881dc9a33b4747316b8b8024eaac7e3 (patch) | |
tree | fe30a1a2a175fae2a9f4c475d68057d60cf1288c /chapter06 | |
parent | f868dbc67de23948f7b369f5e81f6bd0076f5bb2 (diff) |
kbd-1.15.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kbd.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 11dc5ab16..fa6133bda 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -23,7 +23,8 @@ <sect2 role="package"> <title/> - <para>The Kbd package contains key-table files and keyboard utilities.</para> + <para>The Kbd package contains key-table files, console fonts, and keyboard + utilities.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -40,6 +41,11 @@ <sect2 role="installation"> <title>Installation of Kbd</title> + <para>The behaviour of <command>loadkeys</command> when run without a + filename was broken in this release. The following patch fixes this:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&kbd-fixes-patch;</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> @@ -49,6 +55,11 @@ <para>After patching, the Backspace key generates the character with code 127, and the Delete key generates a well-known escape sequence.</para> + <para>Fix a bug in the Spanish message translations which prevents kbd from + building with gettext-&gettext-version;:</para> + +<screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po</userinput></screen> + <para>Prepare Kbd for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen> |