Author: matthew
Date: Sun Sep 15 15:28:08 2013
New Revision: 10345
Log:
Update to Kbd-2.0.0. Fixes #3390.
Modified:
trunk/BOOK/appendices/dependencies.xml
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter06/kbd.xml
trunk/BOOK/general.ent
trunk/BOOK/packages.ent
Modified: trunk/BOOK/appendices/dependencies.xml
==============================================================================
--- trunk/BOOK/appendices/dependencies.xml Sun Sep 15 09:03:19 2013
(r10344)
+++ trunk/BOOK/appendices/dependencies.xml Sun Sep 15 15:28:08 2013
(r10345)
@@ -1087,8 +1087,8 @@
<segtitle>&dependencies;</segtitle>
<seglistitem>
- <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
- Gzip, Make, Patch, and Sed</seg>
+ <seg>Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext,
+ Glibc, Gzip, Make, Patch, and Sed</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Sun Sep 15 09:03:19 2013 (r10344)
+++ trunk/BOOK/chapter01/changelog.xml Sun Sep 15 15:28:08 2013 (r10345)
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2013-09-15</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Update to Kbd-2.0.0. Fixes
+ <ulink url="&lfs-ticket-root;3390">#3390</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-09-13</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml Sun Sep 15 09:03:19 2013 (r10344)
+++ trunk/BOOK/chapter01/whatsnew.xml Sun Sep 15 15:28:08 2013 (r10345)
@@ -112,9 +112,9 @@
<listitem>
<para>IPRoute2 &iproute2-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Kbd &kbd-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>Kmod &kmod-version;</para>
</listitem>
Modified: trunk/BOOK/chapter06/kbd.xml
==============================================================================
--- trunk/BOOK/chapter06/kbd.xml Sun Sep 15 09:03:19 2013 (r10344)
+++ trunk/BOOK/chapter06/kbd.xml Sun Sep 15 15:28:08 2013 (r10345)
@@ -50,21 +50,17 @@
<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 that causes some keymaps not to be loaded correctly:</para>
-
-<screen><userinput remap="pre">sed -i -e '326 s/if/while/'
src/loadkeys.analyze.l</userinput></screen>
-
<para>Remove the redundant <command>resizecons</command> program (it
requires
the defunct svgalib to provide the video mode files - for normal use
<command>setfont</command> sizes the console appropriately) together with
its
manpage.</para>
<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g'
configure
-sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
+sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
<para>Prepare Kbd for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr
--disable-vlock</userinput></screen>
+<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig
./configure --prefix=/usr --disable-vlock</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -119,7 +115,7 @@
<para>If desired, install the documentation:</para>
<screen><userinput remap="install">mkdir -v
/usr/share/doc/kbd-&kbd-version;
-cp -R -v doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
+cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
</sect2>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Sep 15 09:03:19 2013 (r10344)
+++ trunk/BOOK/general.ent Sun Sep 15 15:28:08 2013 (r10345)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130914">
-<!ENTITY releasedate "September 14, 2013">
+<!ENTITY version "SVN-20130915">
+<!ENTITY releasedate "September 15, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Sun Sep 15 09:03:19 2013 (r10344)
+++ trunk/BOOK/packages.ent Sun Sep 15 15:28:08 2013 (r10345)
@@ -286,10 +286,10 @@
<!ENTITY iproute2-ch6-du "7.3 MB">
<!ENTITY iproute2-ch6-sbu "0.1 SBU">
-<!ENTITY kbd-version "1.15.5">
+<!ENTITY kbd-version "2.0.0">
<!ENTITY kbd-size "1,690 KB">
<!ENTITY kbd-url
"http://ftp.altlinux.org/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz">
-<!ENTITY kbd-md5 "34c71feead8ab9c01ec638acea8cd877">
+<!ENTITY kbd-md5 "5ba259a0b2464196f6488a72070a3d60">
<!ENTITY kbd-home "http://ftp.altlinux.org/pub/people/legion/kbd">
<!ENTITY kbd-ch6-du "20 MB">
<!ENTITY kbd-ch6-sbu "0.1 SBU">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page