Changeset 8e4e046


Ignore:
Timestamp:
10/21/2009 03:42:14 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a2fc158
Parents:
ea243a3
Message:

Updated to Pango-1.26.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rea243a3 r8e4e046  
    477477<!ENTITY GTK-version                  "1.2.10">
    478478<!ENTITY cairo-version                "1.8.8">
    479 <!ENTITY pango-version                "1.24.5">
     479<!ENTITY pango-version                "1.26.0">
    480480<!ENTITY atk-version                  "1.26.0">
    481481<!ENTITY gtk2-version                 "2.16.5">
  • introduction/welcome/changelog.xml

    rea243a3 r8e4e046  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[gdalziel] - Updated to Pango-1.26.0.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[gdalziel] - Updated to Fontconfig-2.7.3.</para>
    4851        </listitem>
  • x/lib/pango.xml

    rea243a3 r8e4e046  
    55  %general-entities;
    66
    7   <!ENTITY pango-download-http "&gnome-download-http;/pango/1.24/pango-&pango-version;.tar.bz2">
    8   <!ENTITY pango-download-ftp  "&gentoo-ftp-repo;/pango-&pango-version;.tar.bz2">
    9   <!ENTITY pango-md5sum        "815416a452e9cccc172fed9862401f37">
     7  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.26/pango-&pango-version;.tar.bz2">
     8  <!--<!ENTITY pango-download-ftp  "&gentoo-ftp-repo;/pango-&pango-version;.tar.bz2">-->
     9  <!ENTITY pango-download-ftp  " ">
     10  <!ENTITY pango-md5sum        "74ce18cfcc3ad0008a6ad56cfc535061">
    1011  <!ENTITY pango-size          "1.5 MB">
    1112  <!ENTITY pango-buildsize     "30 MB">
     
    113114make</userinput></screen>
    114115
    115     <para>To test the results, issue: <command>make check</command>. Note that
    116     <application>Pango</application> requires <xref linkend="gtk-doc"/> to be
    117     installed to run the test suite. Also, the <quote>testboundries</quote>
    118     test could fail if you have <application>LibThai</application> installed.
     116    <para>To test the results, issue: <command>make check</command>. You can
     117    install <xref linkend="gtk-doc"/> if you wish to test the documentation
     118    section of the testsuite. Also, the <quote>testboundries</quote> test
     119    could fail if you have <application>LibThai</application> installed.
    119120    </para>
    120121
Note: See TracChangeset for help on using the changeset viewer.