Author: igor
Date: Fri Nov 29 00:24:27 2013
New Revision: 12303
Log:
update to xterm-298
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/xterm.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Nov 29 00:13:14 2013 (r12302)
+++ trunk/BOOK/general.ent Fri Nov 29 00:24:27 2013 (r12303)
@@ -530,7 +530,7 @@
<!ENTITY xcb-util-wm-version "0.3.9">
<!ENTITY xorg-server-version "1.14.4">
<!ENTITY twm-version "1.0.8">
-<!ENTITY xterm-version "297">
+<!ENTITY xterm-version "298">
<!ENTITY xclock-version "1.0.7">
<!ENTITY xinit-version "1.3.3">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Nov 29 00:13:14
2013 (r12302)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Nov 29 00:24:27
2013 (r12303)
@@ -47,6 +47,10 @@
<para>November 29th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[igor] - Update to xterm-298. Fixes
+ <ulink url="&blfs-ticket-root;4380">#4380</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Update to xf86-input-wacom-0.23.0. Fixes
<ulink url="&blfs-ticket-root;4379">#4379</ulink>.</para>
</listitem>
Modified: trunk/BOOK/x/installing/xterm.xml
==============================================================================
--- trunk/BOOK/x/installing/xterm.xml Fri Nov 29 00:13:14 2013 (r12302)
+++ trunk/BOOK/x/installing/xterm.xml Fri Nov 29 00:24:27 2013 (r12303)
@@ -6,10 +6,10 @@
<!ENTITY xterm-download-http " ">
<!ENTITY xterm-download-ftp
"ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
- <!ENTITY xterm-md5sum "45610ae6fe90cf086fcd75b9cb97bbaf">
+ <!ENTITY xterm-md5sum "73e98a538614b1060c49302206447e45">
<!ENTITY xterm-size "1.1 MB">
- <!ENTITY xterm-buildsize "14 MB">
- <!ENTITY xterm-time "0.2 SBU">
+ <!ENTITY xterm-buildsize "15 MB">
+ <!ENTITY xterm-time "0.3 SBU">
]>
<sect1 id="xterm2" xreflabel="xterm-&xterm-version;">
@@ -75,7 +75,7 @@
following commands:</para>
<screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &&
-echo -e '\tkbs=\\177,' >>terminfo &&
+echo -e '\tkbs=\\177,' >> terminfo &&
TERMINFO=/usr/share/terminfo \
./configure $XORG_CONFIG \
@@ -97,14 +97,13 @@
<title>Command Explanations</title>
<para><command>sed -i ... termcap</command>,
- <command>echo ... >>terminfo</command>: These commands modify the terminal
+ <command>echo ... >> terminfo</command>: These commands modify the terminal
description, so that the Backspace key is expected to send the character
with ASCII code 127, for consistency with the Linux console.</para>
<para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
that the <command>xterm</command> terminfo files are installed to the
- system terminfo database when the installation prefix is not
- <filename class="directory">/usr</filename>.</para>
+ system terminfo database.</para>
<para><parameter>--with-app-defaults=...</parameter>: Sets the location
for the <filename class="directory">app-defaults</filename>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page