Changeset 0a21ca1e for x


Ignore:
Timestamp:
09/11/2013 06:26:33 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
dc65d1f
Parents:
0c77342d
Message:

update to xterm-297

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xterm.xml

    r0c77342d r0a21ca1e  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "63d498b14a9d45ae79d3fd3124c72a17">
     9  <!ENTITY xterm-md5sum        "45610ae6fe90cf086fcd75b9cb97bbaf">
    1010  <!ENTITY xterm-size          "1.1 MB">
    11   <!ENTITY xterm-buildsize     "13 MB">
     11  <!ENTITY xterm-buildsize     "14 MB">
    1212  <!ENTITY xterm-time          "0.2 SBU">
    1313]>
     
    8080TERMINFO=/usr/share/terminfo \
    8181./configure $XORG_CONFIG     \
    82     --enable-luit            \
    83     --enable-wide-chars      \
    8482    --with-app-defaults=/etc/X11/app-defaults &amp;&amp;
    8583
     
    108106    system terminfo database when the installation prefix is not
    109107    <filename class="directory">/usr</filename>.</para>
    110 
    111     <para><parameter>--enable-luit</parameter>: Enables the luit filter for
    112     translation between Unicode (used by xterm internally in the configuration
    113     below) and the locale encoding. If <command>luit</command> is not found
    114     in the PATH, the default of
    115     <filename>/usr/X11R6/bin/luit</filename> will be used.</para>
    116 
    117     <para><parameter>--enable-wide-chars</parameter>: Adds support for wide
    118     characters.</para>
    119108
    120109    <para><parameter>--with-app-defaults=...</parameter>: Sets the location
Note: See TracChangeset for help on using the changeset viewer.