Changeset ab8a3cb for x/lib


Ignore:
Timestamp:
08/04/2003 01:15:41 AM (21 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f065b2
Parents:
6f74ff1
Message:

update gtk+ intro, acronym tags, s/GNOME/[Gg]nome

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

Location:
x/lib
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • x/lib/atk/atk-desc.xml

    r6f74ff1 rab8a3cb  
    99
    1010<sect3><title>ATK Libraries</title>
    11 <para>ATK Libraries contain the <acronym>API</acronym> used by assistive technologies in order to
     11<para><application>ATK</application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to
    1212interact with the desktop and applications.</para></sect3>
    1313
  • x/lib/freetype2/freetype2-desc.xml

    r6f74ff1 rab8a3cb  
    99
    1010<sect3><title>freetype2 libraries</title>
    11 <para>Freetype2 libraries add TrueType font capabilities to
     11<para><application>freetype2</application> libraries add TrueType font capabilities to
    1212<application>XFree86</application>.</para></sect3>
    1313
  • x/lib/gtk/gtk+-config.xml

    r6f74ff1 rab8a3cb  
    11<sect2>
    2 <title>Configuring GTK+</title>
     2<title>Configuring <application>GTK+</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • x/lib/gtk/gtk+-desc.xml

    r6f74ff1 rab8a3cb  
    22<title>Contents</title>
    33
    4 <para>The GTK+ package contains <filename>libgtk-1.2</filename> libraries.</para>
     4<para>The <application>GTK+</application> package contains <filename>libgtk-1.2</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>GTK+ Libraries</title>
    11 <para>GTK+ Libraries provide the API to implement graphical user
     11<para><application>GTK+</application> Libraries provide the
     12<acronym>API</acronym> to implement graphical user
    1213interfaces.</para></sect3>
    1314
  • x/lib/gtk/gtk+-exp.xml

    r6f74ff1 rab8a3cb  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc</userinput> : This installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
     4<para><command>--sysconfdir=/etc</command> : This installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
    55
    6 <para><userinput>--with-xinput=xfree</userinput> : This configuration
     6<para><command>--with-xinput=xfree</command> : This configuration
    77flag is necessary to utilize alternative input devices.</para>
    88
  • x/lib/gtk/gtk+-inst.xml

    r6f74ff1 rab8a3cb  
    11<sect2>
    2 <title>Installation of GTK+</title>
     2<title>Installation of <application>GTK+</application></title>
    33
    4 <para>Install GTK+ by running the following commands:</para>
     4<para>Install <application>GTK+</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     6<para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen></para>
    99
    1010</sect2>
  • x/lib/gtk/gtk+-intro.xml

    r6f74ff1 rab8a3cb  
    11<sect2>
    2 <title>Introduction to GTK+</title>
     2<title>Introduction to <application>GTK+</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&GTK-download-http;"/>
    5 Download location (FTP):        <ulink url="&GTK-download-ftp;"/>
    6 Version used:                   &GTK-version;
    7 Package size:                   &GTK-size;
    8 Estimated Disk space required:  &GTK-buildsize;
    9 Estimated build time:           &GTK-time;</screen>
    10 
    11 <para>The GTK+ package contains GTK+ Libraries. This is useful for
     4<para>The <application>GTK+</application> package contains
     5<application>GTK+</application> Libraries. This is useful for
    126creating graphical user interfaces for applications.</para>
    137
    14 <screen>GTK+ depends on:
    15 <xref linkend="GLib"/>, <xref linkend="libpng"/>, <xref linkend="libtiff"/>, <xref linkend="libjpeg"/>
    16 and <xref linkend="xfree86"/></screen>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&GTK-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&GTK-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &GTK-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &GTK-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &GTK-time;</para></listitem></itemizedlist>
     15</sect3>
     16
     17<sect3><title><application>GTK+</application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="GLib"/>, <xref linkend="libpng"/>, <xref
     20linkend="libtiff"/>, <xref linkend="libjpeg"/>
     21and <xref linkend="xfree86"/></para></sect4>
     22</sect3>
    1723
    1824</sect2>
  • x/lib/gtk/gtk+2-desc.xml

    r6f74ff1 rab8a3cb  
    99
    1010<sect3><title>GTK+ Libraries</title>
    11 <para>GTK+ Libraries provide the <acronym>API</acronym> to implement graphical user
     11<para><application>GTK+</application> Libraries provide the <acronym>API</acronym> to implement graphical user
    1212interfaces.</para></sect3>
    1313
  • x/lib/lesstif/lesstif-desc.xml

    r6f74ff1 rab8a3cb  
    99
    1010<sect3><title>lesstif libraries</title>
    11 <para>Lesstif libraries are an OSF/Motif(R) source code compatible
     11<para><application>lesstif</application> libraries are an
     12<application>OSF/Motif(R)</application> source code compatible
    1213library for <application>X</application> Windows.</para></sect3>
    1314
  • x/lib/lesstif/lesstif-exp.xml

    r6f74ff1 rab8a3cb  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-build-20</command> : Build the Motif 2.0 compatible version of the lesstif libraries.</para>
     4<para><command>--enable-build-20</command> : Build the
     5<application>Motif</application> 2.0 compatible version of the
     6<application>lesstif</application> libraries.</para>
    57
    68<para>
    7 <command>--enable-build-21</command> : Also build the Motif 2.1 compatible versions.</para>
     9<command>--enable-build-21</command> : Also build the
     10<application>Motif</application> 2.1 compatible versions.</para>
    811
    912<para><command>--disable-debug</command> : Do not generate debugging information.</para>
    1013
    11 <para><command>--enable-production</command> : Build the release version of the lesstif libraries.</para>
     14<para><command>--enable-production</command> : Build the release version
     15of the <application>lesstif</application> libraries.</para>
    1216
    13 <para><command>--disable-build-tests</command> : Do not build the test/ tree (see testing note below).</para>
     17<para><command>--disable-build-tests</command> : Do not build the
     18<filename class="directory">test/</filename> tree (see Testing lesstif).</para>
    1419
    15 <para><command>--with-xdnd</command> : Enable XDND Gnome compatibility support.</para>
     20<para><command>--with-xdnd</command> : Enable <acronym>XDND</acronym>
     21<application>Gnome</application> compatibility support.</para>
    1622
    1723</sect2>
  • x/lib/lesstif/lesstif-intro.xml

    r6f74ff1 rab8a3cb  
    22<title>Introduction to <application>lesstif</application></title>
    33
    4 <para>The <application>lesstif</application> package contains an Open Source version of OSF/Motif(R).</para>
     4<para>The <application>lesstif</application> package contains an Open
     5Source version of <application>OSF/Motif(R)</application>.</para>
    56
    67<sect3><title>Package information</title>
  • x/lib/pango/pango-desc.xml

    r6f74ff1 rab8a3cb  
    99
    1010<sect3><title>Pango libraries</title>
    11 <para>Pango libraries contains low level layout rendering routines, a
     11<para><application>pango</application> libraries contains low level layout rendering routines, a
    1212high level driver for laying out entire blocks of text, and routines to
    1313assist in editing internationalized text.</para></sect3>
  • x/lib/pango/pango-exp.xml

    r6f74ff1 rab8a3cb  
    55
    66<para><command>--enable-gtk-doc</command> : This switch will rebuild
    7 the API documentation during the make command.</para>
     7the <acronym>API</acronym> documentation during the make command.</para>
    88
    99</sect2>
  • x/lib/qt/qt-config.xml

    r6f74ff1 rab8a3cb  
    1818ldconfig</command></userinput></screen></para>
    1919
    20 <para>You need to add the path for the qt man pages to the
     20<para>You need to add the path for the <application>qt</application> man pages to the
    2121<filename>man.conf</filename>
    2222file.  This can be done with the following command:</para>
  • x/lib/qt/qt-desc.xml

    r6f74ff1 rab8a3cb  
    1010
    1111<sect3><title>qt library</title>
    12 <para>The QT/X11 library contains <acronym>API</acronym>'s necessary to
     12<para>The <application>QT</application>/<application>X11</application> library contains <acronym>API</acronym>'s necessary to
    1313use <acronym>KDE</acronym> programs.</para></sect3>
    1414
  • x/lib/qt/qt-exp.xml

    r6f74ff1 rab8a3cb  
    1414
    1515<para><command>-no-g++-exceptions</command> : This command disables
    16 the exceptions coding generated by the C++ compiler.</para>
     16the exceptions coding generated by the <application>C++</application> compiler.</para>
    1717
    1818<para><command>-thread</command> : This command compiles the library
     
    2020
    2121<para><command>ln -sfn /opt/qt-&qt-version; /opt/qt</command> : This command
    22 standardizes the location of the qt libraries to the ld.so.conf entry
     22standardizes the location of the <application>qt</application> libraries
     23to the <filename>ld.so.conf</filename> entry
    2324described below.</para>
    2425
    2526<para><command>ln -s /opt/qt/lib/libqt-mt.so
    2627/opt/qt/lib/libqt.so</command> : This command allows configure scripts
    27 to find a working QT installation.</para>
     28to find a working <application>QT</application> installation.</para>
    2829
    2930<para><command>cp -r doc/man /opt/qt/doc</command> : This command
  • x/lib/qt/qt-intro.xml

    r6f74ff1 rab8a3cb  
    22<title>Introduction to <application>qt</application></title>
    33
    4 <para>The <application>qt</application> package contains a C++
    5 <acronym>GUI</acronym> library. This is useful for
    6 creating graphical applications or executing graphical applications that
     4<para>The <application>qt</application> package contains a
     5<application>C++</application> <acronym>GUI</acronym> library. This is useful
     6for creating graphical applications or executing graphical applications that
    77are dynamically linked to the <application>qt</application> library.</para>
    88
Note: See TracChangeset for help on using the changeset viewer.