Changeset 67f79cec for x/lib


Ignore:
Timestamp:
11/20/2004 11:20:36 AM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
9e358aa
Parents:
1c038a9
Message:

Updated to LessTif-0.93.96 and Xpdf-3.00pl1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif.xml

    r1c038a9 r67f79cec  
    66
    77  <!ENTITY lesstif-download-http "http://prdownloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
    8   <!ENTITY lesstif-size          "3.4 MB">
     8  <!ENTITY lesstif-download-ftp  " ">
     9  <!ENTITY template-md5sum       " ">
     10  <!ENTITY lesstif-size          "2.4 MB">
    911  <!ENTITY lesstif-buildsize     "40 MB">
    1012  <!ENTITY lesstif-time          "2.73 SBU">
     
    2830<itemizedlist spacing='compact'>
    2931<listitem><para>Download (HTTP): <ulink url="&lesstif-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink url="&lesstif-download-ftp;"/></para></listitem>
     33<listitem><para>MD5 sum: &template-md5sum;</para></listitem>
    3034<listitem><para>Download size: &lesstif-size;</para></listitem>
    3135<listitem><para>Estimated Disk space required: &lesstif-buildsize;</para></listitem>
     
    3741<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
    3842<sect4><title>Optional</title>
    39 <para><xref linkend="lynx"/></para></sect4>
     43<para>
     44<xref linkend="lynx"/> or
     45<xref linkend="Links"/>
     46</para></sect4>
    4047</sect3>
    4148
     
    6572<title>Command explanations</title>
    6673
    67 <para><option>sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g'</option>:
     74<para><command>sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g'</command>:
    6875This moves the location of the non-FHS compliant
    6976<filename class="directory">/usr/LessTif</filename> directory to
    7077<filename class="directory">/usr/share/LessTif</filename>.</para>
    7178
    72 <para><option>--enable-build-20</option>: Build the
     79<para><parameter>--enable-build-20</parameter>: Build the
    7380<application>Motif</application> 2.0 compatible version of the
    7481<application>LessTif</application> libraries.</para>
    7582
    76 <para>
    77 <option>--enable-build-21</option>: Also build the
     83<para><parameter>--enable-build-21</parameter>: Also build the
    7884<application>Motif</application> 2.1 compatible versions.</para>
    7985
    80 <para><option>--disable-debug</option>: Do not generate debugging information.
     86<para><parameter>--disable-debug</parameter>: Do not generate debugging information.
    8187</para>
    8288
    83 <para><option>--enable-production</option>: Build the release version
     89<para><parameter>--enable-production</parameter>: Build the release version
    8490of the <application>LessTif</application> libraries.</para>
    8591
    86 <para><option>--disable-build-tests</option>: Do not build the
     92<para><parameter>--disable-build-tests</parameter>: Do not build the
    8793<filename class="directory">test/</filename> tree (see Testing
    8894<application>LessTif</application>).</para>
    8995
    90 <para><option>--with-xdnd</option>: Enable <acronym>XDND</acronym>
     96<para><parameter>--with-xdnd</parameter>: Enable <acronym>XDND</acronym>
    9197GNOME compatibility support.</para>
    9298
     
    162168
    163169</sect1>
    164 
Note: See TracChangeset for help on using the changeset viewer.