Ticket #6334: xterm317update.patch

File xterm317update.patch, 3.2 KB (added by Douglas R. Reno, 9 years ago)

Contains the update for xterm to 317 and fixes a typo in libepoxy.

  • introduction/welcome/changelog.xml

     
    4848      <para>March 28th, 2015</para>
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[renodr] - Update to xterm-317. Fixes
     52          <ulink url="&blfs-ticket-root;6334">#6334</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to evince-3.16.0. Partially fixes
    5256          <ulink url="&blfs-ticket-root;6311">#6311</ulink>.</para>
    5357        </listitem>
  • packages.ent

     
    444444<!ENTITY xcb-util-wm-version          "0.4.1">
    445445<!ENTITY xorg-server-version          "1.17.1">
    446446<!ENTITY twm-version                  "1.0.8">
    447 <!ENTITY xterm-version                "316">
     447<!ENTITY xterm-version                "317">
    448448<!ENTITY xclock-version               "1.0.7">
    449449<!ENTITY xinit-version                "1.3.4">
    450450
  • x/installing/xterm.xml

     
    66
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "cb70f35405c346cbb673f3269476f10a">
     9  <!ENTITY xterm-md5sum        "07649224bfca7b1488176c402d4c6b9f">
    1010  <!ENTITY xterm-size          "1.2 MB">
    1111  <!ENTITY xterm-buildsize     "14 MB">
    12   <!ENTITY xterm-time          "0.2 SBU">
     12  <!ENTITY xterm-time          "0.1 SBU">
    1313]>
    1414
    1515<sect1 id="xterm2" xreflabel="xterm-&xterm-version;">
     
    104104
    105105    <para><command>sed -i ... termcap</command>,
    106106    <command>printf ... >> terminfo</command>: These commands modify the terminal
    107     description, so that the Backspace key is expected to send the character
    108     with ASCII code 127, for consistency with the Linux console.</para>
     107    description so that the Backspace key is expected to send the character
     108    with ASCII code 127. This is done for consistency with the Linux console.</para>
    109109
    110110    <para><parameter>TERMINFO=/usr/share/terminfo</parameter>: This ensures
    111111    that the <command>xterm</command> terminfo files are installed to the
     
    124124  <sect2 role="configuration">
    125125    <title>Configuring xterm</title>
    126126
    127     <para>There are two ways to configure xterm.  You can add X resource
     127    <para>There are two ways to configure xterm.  You can add the X resource
    128128    definitions to the user's <filename>~/.Xresources</filename> file, or
    129129    add them to the system-wide
    130130    <filename>$XORG_PREFIX/share/X11/app-defaults/Xterm</filename> file.</para>
  • x/lib/libepoxy.xml

     
    9595
    9696    <para>
    9797      To test the results, issue: <command>make -k check</command>. Some
    98       test may fail for unknown reasons.
     98      tests may fail for unknown reasons.
    9999    </para>
    100100
    101101    <para>