Changeset d4b3e5f


Ignore:
Timestamp:
06/13/2003 01:26:01 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:
cff9a38
Parents:
b8935398
Message:

update to pango-1.2.3

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb8935398 rd4b3e5f  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>June 12th, 2003 [larry]: x: updated to
     14Pango-1.2.3.</para></listitem>
    1215
    1316<listitem><para>June 12th, 2003 [larry]: general: updated to
  • x/lib/pango/pango-config.xml

    rb8935398 rd4b3e5f  
    11<sect2>
    2 <title>Configuring Pango</title>
     2<title>Configuring <application>Pango</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • x/lib/pango/pango-desc.xml

    rb8935398 rd4b3e5f  
    22<title>Contents</title>
    33
    4 <para>The pango package contains <filename>libpango</filename> libraries.</para>
     4<para>The <application>pango</application> package contains <filename>libpango</filename> libraries.</para>
    55
    66</sect2>
  • x/lib/pango/pango-exp.xml

    rb8935398 rd4b3e5f  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--sysconfdir=/etc</userinput> : This switch installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
     4<para><command>--sysconfdir=/etc</command> : This switch installs the configuration files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
    55
    6 <para><userinput>--enable-gtk-doc</userinput> : This switch will rebuild
     6<para><command>--enable-gtk-doc</command> : This switch will rebuild
    77the API documentation during the make command.</para>
    88
  • x/lib/pango/pango-inst.xml

    rb8935398 rd4b3e5f  
    11<sect2>
    2 <title>Installation of Pango</title>
     2<title>Installation of <application>Pango</application></title>
    33
    4 <para>In order for pango to find xft2, the PKG_CONFIG_PATH must include
    5 <filename>/usr/X11R6/lib/pkgconfig</filename>.  This is a good place to
     4<para>In order for <application>pango</application> to find
     5<application>xft2</application>, the <envar>PKG_CONFIG_PATH</envar> must
     6include <filename>/usr/X11R6/lib/pkgconfig</filename>.  This is a good place to
    67add it if you haven't already. Specific instructions for modifying this
    78variable can be found in the pre-installation instructions for gnome.</para>
    89
    9 <para>Install Pango by running the following commands:</para>
     10<para>Install <application>Pango</application> by running the following commands:</para>
    1011
    11 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     12<para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    1213make &amp;&amp;
    13 make install</userinput></screen></para>
     14make install</command></userinput></screen></para>
    1415
    1516</sect2>
  • x/lib/pango/pango-intro.xml

    rb8935398 rd4b3e5f  
    11<sect2>
    22<title>Introduction to Pango</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&Pango-download-http;"/>
    5 Download location (FTP):        <ulink url="&Pango-download-ftp;"/>
    6 Version used:                   &Pango-version;
    7 Package size:                   &Pango-size;
    8 Estimated Disk space required:  &Pango-buildsize;
    9 Estimated build time:           &Pango-time;</screen>
    103
    114<para>The Pango package contains the pango library. This is useful for
    125the layout and rendering of text.</para>
    136
    14 <screen>Pango depends on:
    15 <xref linkend="GLib2"/> and <xref linkend="freetype2"/>
    16 Pango will utilize:
    17 <xref linkend="qt"/>, <xref linkend="xfree86"/>, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&Pango-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&Pango-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &Pango-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &Pango-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &Pango-time;</para></listitem></itemizedlist>
     14</sect3>
     15
     16<sect3><title><application>Pango</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para><xref linkend="GLib2"/> and <xref linkend="freetype2"/></para></sect4>
     19<sect4><title>Optional</title>
     20<para><xref linkend="qt"/>, <xref linkend="xfree86"/>, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/> </para></sect4>
     21</sect3>
    1822
    1923</sect2>
  • x/lib/pango/pango.ent

    rb8935398 rd4b3e5f  
    66<!ENTITY Pango-desc SYSTEM "pango-desc.xml">
    77<!ENTITY Pango-buildsize "10.1 MB">
    8 <!ENTITY Pango-version "1.2.1">
     8<!ENTITY Pango-version "1.2.3">
    99<!ENTITY Pango-download-http "">
    10 <!ENTITY Pango-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.2/pango-1.2.1.tar.gz">
    11 <!ENTITY Pango-size "776 KB">
     10<!ENTITY Pango-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.2/pango-&Pango-version;.tar.gz">
     11<!ENTITY Pango-size "836 KB">
    1212<!ENTITY Pango-time "0.97 SBU">
Note: See TracChangeset for help on using the changeset viewer.