From 682a13be3d5142101ce23f501e95ffd19a5b9d17 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 15 Sep 2013 22:28:08 +0000 Subject: Update to Kbd-2.0.0. Fixes #3390. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10345 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 4 ++-- chapter01/changelog.xml | 10 ++++++++++ chapter01/whatsnew.xml | 4 ++-- chapter06/kbd.xml | 10 +++------- general.ent | 4 ++-- packages.ent | 4 ++-- 6 files changed, 21 insertions(+), 15 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index a8d718246..078e6ff9e 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1087,8 +1087,8 @@ &dependencies; - Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, - Gzip, Make, Patch, and Sed + Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext, + Glibc, Gzip, Make, Patch, and Sed diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f05a3bc80..c8c9fbee5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ --> + + 2013-09-15 + + + [matthew] - Update to Kbd-2.0.0. Fixes + #3390. + + + + 2013-09-13 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 8d57d270e..a7502ca4b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -112,9 +112,9 @@ IPRoute2 &iproute2-version; - + Kmod &kmod-version; diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index fb7adc552..44491083f 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -50,21 +50,17 @@ After patching, the Backspace key generates the character with code 127, and the Delete key generates a well-known escape sequence. - Fix a bug that causes some keymaps not to be loaded correctly: - -sed -i -e '326 s/if/while/' src/loadkeys.analyze.l - Remove the redundant resizecons program (it requires the defunct svgalib to provide the video mode files - for normal use setfont sizes the console appropriately) together with its manpage. sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure -sed -i 's/resizecons.8 //' man/man8/Makefile.in +sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in Prepare Kbd for compilation: -./configure --prefix=/usr --disable-vlock +PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr --disable-vlock The meaning of the configure options: @@ -119,7 +115,7 @@ sed -i 's/resizecons.8 //' man/man8/Makefile.in If desired, install the documentation: mkdir -v /usr/share/doc/kbd-&kbd-version; -cp -R -v doc/* /usr/share/doc/kbd-&kbd-version; +cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version; diff --git a/general.ent b/general.ent index 5b1a0a3f1..9dd2aa832 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index d51a796ac..9f032852c 100644 --- a/packages.ent +++ b/packages.ent @@ -286,10 +286,10 @@ - + - + -- cgit v1.2.3-54-g00ecf