Changeset a449b33


Ignore:
Timestamp:
05/14/2007 01:00:24 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
841a93f
Parents:
40fe030
Message:

Updated to xterm-225

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r40fe030 ra449b33  
    389389<!ENTITY libdrm-version               "2.0.1">
    390390<!ENTITY mesalib-version              "6.5">
    391 <!ENTITY xterm-version                "223">
     391<!ENTITY xterm-version                "225">
    392392<!ENTITY rman-version                 "3.2">
    393393
  • general/genutils/xterm.xml

    r40fe030 ra449b33  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "bf5bb77496ddf95df32b8e752a6cabb0">
    10   <!ENTITY xterm-size          "786 KB">
    11   <!ENTITY xterm-buildsize     "5.1 MB">
    12   <!ENTITY xterm-time          "0.2 SBU">
     9  <!ENTITY xterm-md5sum        "dbd31341a9ccb982647416e8d27b0f00">
     10  <!ENTITY xterm-size          "803 KB">
     11  <!ENTITY xterm-buildsize     "7.0 MB">
     12  <!ENTITY xterm-time          "0.1 SBU">
    1313]>
    1414
     
    7878
    7979<screen><userinput>TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
    80     --enable-luit --with-wide-chars \
    81     --with-app-default=$XORG_PREFIX/share/X11/app-defaults &amp;&amp;
     80    --enable-luit --enable-wide-chars \
     81    --with-app-defaults=$XORG_PREFIX/share/X11/app-defaults &amp;&amp;
    8282make</userinput></screen>
    8383
     
    105105
    106106    <para><parameter>--enable-luit</parameter>: Enables the luit filter for
    107     Unicode translation. If <command>luit</command> is not found in the
    108     <envar>PATH</envar>, it will be disabled.</para>
     107    Unicode translation. If <command>luit</command> is not found in the PATH,
     108    the default of <filename>/usr/X11R6/bin/luit</filename> will be used.</para>
    109109
    110     <para><parameter>--with-wide-chars</parameter>: Adds support for wide
     110    <para><parameter>--enable-wide-chars</parameter>: Adds support for wide
    111111    characters.</para>
    112112
  • introduction/welcome/changelog.xml

    r40fe030 ra449b33  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Updated to xterm-225 and corrected configure
     49          settings. Thanks to kratz00 and fix.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Updated to vim-7.1.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.