From 15faad9dd881dc9a33b4747316b8b8024eaac7e3 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 1 May 2012 23:15:08 +0000 Subject: kbd-1.15.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kbd.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'chapter06') 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 @@ - <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 + The behaviour of loadkeys when run without a + filename was broken in this release. The following patch fixes this: + +patch -Np1 -i ../&kbd-fixes-patch; + 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: @@ -49,6 +55,11 @@ After patching, the Backspace key generates the character with code 127, and the Delete key generates a well-known escape sequence. + Fix a bug in the Spanish message translations which prevents kbd from + building with gettext-&gettext-version;: + +sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po + Prepare Kbd for compilation: ./configure --prefix=/usr --datadir=/lib/kbd -- cgit v1.2.3-54-g00ecf