Changeset dcd8072 for x/lib


Ignore:
Timestamp:
06/04/2004 12:38:36 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93d9010
Parents:
7df21b30
Message:

sourceforge and grammar

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

Location:
x/lib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif/lesstif-config.xml

    r7df21b30 rdcd8072  
    1616<filename class="directory">lesstif-&lesstif-version;/test</filename>.  It is not
    1717required to install any of the resulting binaries to validate the
    18 installation, the following commands, executed from the source
    19 directory, will suffice:</para>
     18installation. The following commands executed from the source
     19directory will suffice:</para>
    2020
    2121<screen><userinput><command>cd test &amp;&amp;
  • x/lib/lesstif/lesstif-desc.xml

    r7df21b30 rdcd8072  
    1212<para><application>LessTif</application> libraries are an
    1313<application>OSF/Motif(R)</application> source code compatible
    14 library for <application>X</application> Window System.</para></sect3>
     14library for the <application>X</application> Window System.</para></sect3>
    1515
    1616
  • x/lib/lesstif/lesstif-exp.xml

    r7df21b30 rdcd8072  
    33
    44<para><option>sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g'</option>:
    5 This moves the location of non-FHS compliant <filename class="directory">/usr/LessTif</filename>
     5This moves the location of the non-FHS compliant <filename class="directory">/usr/LessTif</filename>
    66directory to <filename class="directory">/usr/share/LessTif</filename>.</para>
    77
  • x/lib/pango/pango-inst.xml

    r7df21b30 rdcd8072  
    44<para>In order for <application>Pango</application> to find
    55<application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
    6 include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.  This is a good place to
    7 add it if you haven't already. Specific instructions for modifying this
    8 variable can be found in the configuration section of <xref linkend="pkgconfig"/>.</para>
     6include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
     7This is a good time to
     8add it if you haven't already. You can utilize the example for
     9<filename>X.sh</filename> to create a script for modifying this
     10variable located in the section <xref linkend="postlfs-config-profile"/>.</para>
    911
    1012<para>Install <application>Pango</application> by running the following commands:</para>
  • x/lib/qt.xml

    r7df21b30 rdcd8072  
    9696has the advantage of keeping all the package files consolidated in a dedicated directory
    9797hierarchy.  By using this method, an update can be made without overwriting a previous
    98 installation and users can easily back up to a previous version by changing one symbolic
     98installation and users can easily revert back to a previous version by changing one symbolic
    9999link.</para>
    100100
     
    176176
    177177<para><parameter>-system-zlib -system-libpng</parameter>: This switch
    178 forces the library to use the shared libraries that are on your system
     178forces the linker to use the shared libraries that are on your system
    179179instead of recreating its own set of support libraries for these
    180180functions.</para>
     
    187187
    188188<para><command>find -type f -name Makefile | xargs sed -i "s@-Wl,-rpath,/usr/lib@@g"</command>:
    189 This command removes hardcoded run-time path, else
     189This command removes hardcoded run-time paths, else
    190190<command>uic</command> tries to run with system installed Qt
    191191libraries.</para>
     
    219219
    220220<para>The <application>Qt</application>/<application>X11</application>
    221 library contains <acronym>API</acronym>'s necessary to use
    222 programs based on Qt <acronym>GUI</acronym> toolkit.</para>
     221library contains <acronym>API</acronym>s necessary to use
     222programs based on the Qt <acronym>GUI</acronym> toolkit.</para>
    223223
    224224<para>The <application>Qt</application> package contains
Note: See TracChangeset for help on using the changeset viewer.