From 15faad9dd881dc9a33b4747316b8b8024eaac7e3 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 1 May 2012 23:15:08 +0000 Subject: [PATCH] kbd-1.15.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter01/whatsnew.xml | 8 ++++++-- chapter03/patches.xml | 8 ++++++++ chapter06/kbd.xml | 13 ++++++++++++- general.ent | 4 ++-- packages.ent | 14 +++++++------- patches.ent | 5 +++++ 7 files changed, 49 insertions(+), 12 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d36825cf9..89369c83b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ --> + + 2012-05-01 + + + [ken] - Upgrade to Kbd-1.15.3. Fixes + #2990. + + + 2012-04-29 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c20d0df0b..b2157758f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -109,9 +109,9 @@ IPRoute2 &iproute2-version; - + Kmod &kmod-version; @@ -235,6 +235,10 @@ &glibc-gcc_fix-patch; + + &kbd-fixes-patch; + + diff --git a/chapter03/patches.xml b/chapter03/patches.xml index fc11228a8..ef8b804c0 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -83,6 +83,14 @@ --> + + Kbd Loadkeys Fix Patch - &kbd-fixes-patch-size;: + + Download: + MD5 sum: &kbd-fixes-patch-md5; + + + Kbd Backspace/Delete Fix Patch - &kbd-backspace-patch-size;: 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 diff --git a/general.ent b/general.ent index eb446208c..d138aa7f7 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index a92485621..9111e89f2 100644 --- a/packages.ent +++ b/packages.ent @@ -278,13 +278,13 @@ - - - - - - - + + + + + + + diff --git a/patches.ent b/patches.ent index d5d4fd768..93334a86c 100644 --- a/patches.ent +++ b/patches.ent @@ -56,6 +56,11 @@ + + + + +