Browse Source

kbd-1.15.3.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat 13 years ago
parent
commit
15faad9dd8
7 changed files with 49 additions and 12 deletions
  1. 9 0
      chapter01/changelog.xml
  2. 6 2
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 12 1
      chapter06/kbd.xml
  5. 2 2
      general.ent
  6. 7 7
      packages.ent
  7. 5 0
      patches.ent

+ 9 - 0
chapter01/changelog.xml

@@ -36,6 +36,15 @@
     </listitem>
     </listitem>
 
 
 -->
 -->
+    <listitem>
+      <para>2012-05-01</para>
+      <itemizedlist>
+         <listitem>
+           <para>[ken] - Upgrade to Kbd-1.15.3. Fixes
+           <ulink url="&lfs-ticket-root;2990">#2990</ulink>.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
     <listitem>
     <listitem>
       <para>2012-04-29</para>
       <para>2012-04-29</para>
       <itemizedlist>
       <itemizedlist>

+ 6 - 2
chapter01/whatsnew.xml

@@ -109,9 +109,9 @@
     <listitem>
     <listitem>
       <para>IPRoute2 &iproute2-version;</para>
       <para>IPRoute2 &iproute2-version;</para>
     </listitem>
     </listitem>
-    <!--<listitem>
+    <listitem>
       <para>Kbd &kbd-version;</para>
       <para>Kbd &kbd-version;</para>
-    </listitem>-->
+    </listitem>
     <listitem>
     <listitem>
       <para>Kmod &kmod-version;</para>
       <para>Kmod &kmod-version;</para>
     </listitem>
     </listitem>
@@ -235,6 +235,10 @@
       <para>&glibc-gcc_fix-patch;</para>
       <para>&glibc-gcc_fix-patch;</para>
     </listitem>
     </listitem>
 
 
+    <listitem>
+      <para>&kbd-fixes-patch;</para>
+    </listitem>
+
   </itemizedlist>
   </itemizedlist>
 
 
   <itemizedlist>
   <itemizedlist>

+ 8 - 0
chapter03/patches.xml

@@ -83,6 +83,14 @@
       </listitem>
       </listitem>
     </varlistentry>
     </varlistentry>
 -->
 -->
+    <varlistentry>
+      <term>Kbd Loadkeys Fix Patch - <token>&kbd-fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&kbd-fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&kbd-fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
     <varlistentry>
       <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
       <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
       <listitem>
       <listitem>

+ 12 - 1
chapter06/kbd.xml

@@ -23,7 +23,8 @@
   <sect2 role="package">
   <sect2 role="package">
     <title/>
     <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>
     <segmentedlist>
       <segtitle>&buildtime;</segtitle>
       <segtitle>&buildtime;</segtitle>
@@ -40,6 +41,11 @@
   <sect2 role="installation">
   <sect2 role="installation">
     <title>Installation of Kbd</title>
     <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
     <para>The behaviour of the Backspace and Delete keys is not consistent
     across the keymaps in the Kbd package. The following patch fixes this
     across the keymaps in the Kbd package. The following patch fixes this
     issue for i386 keymaps:</para>
     issue for i386 keymaps:</para>
@@ -49,6 +55,11 @@
     <para>After patching, the Backspace key generates the character with code 127,
     <para>After patching, the Backspace key generates the character with code 127,
     and the Delete key generates a well-known escape sequence.</para>
     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>
     <para>Prepare Kbd for compilation:</para>
 
 
 <screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>
 <screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120429">
-<!ENTITY releasedate "Apr 29, 2012">
+<!ENTITY version "SVN-20120501">
+<!ENTITY releasedate "May 01, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.2">
 <!ENTITY milestone "7.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 7 - 7
packages.ent

@@ -278,13 +278,13 @@
 <!ENTITY iproute2-ch6-du "6.6 MB">
 <!ENTITY iproute2-ch6-du "6.6 MB">
 <!ENTITY iproute2-ch6-sbu "0.1 SBU">
 <!ENTITY iproute2-ch6-sbu "0.1 SBU">
 
 
-<!ENTITY kbd-version "1.15.2">
-<!ENTITY kbd-size "1,520 KB">
-<!ENTITY kbd-url "&anduin-sources;kbd/kbd-&kbd-version;.tar.gz">
-<!ENTITY kbd-md5 "77d0b51454522bc6c170bbdc6e31202a">
-<!ENTITY kbd-home " ">
-<!ENTITY kbd-ch6-du "16.0 MB">
-<!ENTITY kbd-ch6-sbu "less than 0.1 SBU">
+<!ENTITY kbd-version "1.15.3">
+<!ENTITY kbd-size "1,621 KB">
+<!ENTITY kbd-url "http://ftp.altlinux.org/pub/people/legion/kbd/kbd-&kbd-version;.tar.gz">
+<!ENTITY kbd-md5 "8143e179a0f3c25646ce5085e8777200">
+<!ENTITY kbd-home "http://ftp.altlinux.org/pub/people/legion/kbd">
+<!ENTITY kbd-ch6-du "21.0 MB">
+<!ENTITY kbd-ch6-sbu "0.2 SBU">
 
 
 <!ENTITY kmod-version "8">
 <!ENTITY kmod-version "8">
 <!ENTITY kmod-size "964 KB">
 <!ENTITY kmod-size "964 KB">

+ 5 - 0
patches.ent

@@ -56,6 +56,11 @@
 <!ENTITY kbd-backspace-patch-size "12 KB">
 <!ENTITY kbd-backspace-patch-size "12 KB">
 
 
 
 
+<!ENTITY kbd-fixes-patch "kbd-&kbd-version;-upstream_fixes-1.patch">
+<!ENTITY kbd-fixes-patch-md5 "58ae9bd7d546426cfaccf3eba16ad1a2">
+<!ENTITY kbd-fixes-patch-size "1.6 KB">
+
+
 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
 <!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
 <!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
 <!ENTITY mpfr-fixes-patch-size "17 KB">
 <!ENTITY mpfr-fixes-patch-size "17 KB">