Changeset b44efd17


Ignore:
Timestamp:
11/29/2013 08:24:27 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9e27e87
Parents:
008975b
Message:

update to xterm-298

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12303 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r008975b rb44efd17  
    531531<!ENTITY xorg-server-version          "1.14.4">
    532532<!ENTITY twm-version                  "1.0.8">
    533 <!ENTITY xterm-version                "297">
     533<!ENTITY xterm-version                "298">
    534534<!ENTITY xclock-version               "1.0.7">
    535535<!ENTITY xinit-version                "1.3.3">
  • introduction/welcome/changelog.xml

    r008975b rb44efd17  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Update to xterm-298. Fixes
     51          <ulink url="&blfs-ticket-root;4380">#4380</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to xf86-input-wacom-0.23.0. Fixes
    5155          <ulink url="&blfs-ticket-root;4379">#4379</ulink>.</para>
  • x/installing/xterm.xml

    r008975b rb44efd17  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "45610ae6fe90cf086fcd75b9cb97bbaf">
     9  <!ENTITY xterm-md5sum        "73e98a538614b1060c49302206447e45">
    1010  <!ENTITY xterm-size          "1.1 MB">
    11   <!ENTITY xterm-buildsize     "14 MB">
    12   <!ENTITY xterm-time          "0.2 SBU">
     11  <!ENTITY xterm-buildsize     "15 MB">
     12  <!ENTITY xterm-time          "0.3 SBU">
    1313]>
    1414
     
    7676
    7777<screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &amp;&amp;
    78 echo -e '\tkbs=\\177,' &gt;&gt;terminfo &amp;&amp;
     78echo -e '\tkbs=\\177,' &gt;&gt; terminfo &amp;&amp;
    7979
    8080TERMINFO=/usr/share/terminfo \
     
    9898
    9999    <para><command>sed -i ... termcap</command>,
    100     <command>echo ... >>terminfo</command>: These commands modify the terminal
     100    <command>echo ... >> terminfo</command>: These commands modify the terminal
    101101    description, so that the Backspace key is expected to send the character
    102102    with ASCII code 127, for consistency with the Linux console.</para>
     
    104104    <para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
    105105    that the <command>xterm</command> terminfo files are installed to the
    106     system terminfo database when the installation prefix is not
    107     <filename class="directory">/usr</filename>.</para>
     106    system terminfo database.</para>
    108107
    109108    <para><parameter>--with-app-defaults=...</parameter>: Sets the location
Note: See TracChangeset for help on using the changeset viewer.