Changeset c870dc3 for x/lib/pango.xml


Ignore:
Timestamp:
10/19/2015 10:40:12 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c15a47c1
Parents:
2ea1836
Message:
  • Update to adwaita-icon-theme-3.18.0.
  • Update to gtk+-3.18.2.
  • Update to pango-1.38.1.
  • Cups-2.1.0: no problem building without AVAHI.
  • PulseAudio-7.0: typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r2ea1836 rc870dc3  
    77  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.38/pango-&pango-version;.tar.xz">
    88  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.38/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "5a358e5afbb6b2e82cf2cb02ca9cce86">
     9  <!ENTITY pango-md5sum        "7fde35d4a127b55ce8bbcefe109bc80d">
    1010  <!ENTITY pango-size          "1 MB">
    11   <!ENTITY pango-buildsize     "24 MB (additional 2 MB to rebuild and install the API documentation)">
    12   <!ENTITY pango-time          "0.5 SBU (additional 0.1 SBU to rebuild and install the API documentation)">
     11  <!ENTITY pango-buildsize     "27 MB (additional 2 MB to rebuild and install the API documentation)">
     12  <!ENTITY pango-time          "0.4 SBU (additional 0.1 SBU to rebuild and install the API documentation)">
    1313
    1414]>
     
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="fontconfig"/> (must be built with 
     81      <xref linkend="fontconfig"/> (must be built with
    8282       <xref linkend="freetype2"/> using <xref linkend="harfbuzz"/>) and
    8383      <xref linkend="glib2"/>
     
    117117
    118118    <para>
    119       To test the results, issue: <command>make -k check</command>. One test
    120       fails for unknown reasons.
     119      To test the results, issue: <command>make check</command>.
    121120    </para>
    122121
     
    126125
    127126<screen role="root"><userinput>make install</userinput></screen>
    128 
     127<!--
    129128    <note>
    130129      <para>
     
    135134      </para>
    136135
    137 <screen role="root"><userinput>pango-querymodules --update-cache</userinput></screen>
    138     </note>
     136<screen role="root"><userinput>pango-querymodules -\-update-cache</userinput></screen>
     137    </note>-->
    139138
    140139  </sect2>
     
    168167      </indexterm>
    169168    </sect3>
    170 
     169<!--
    171170    <sect3>
    172171      <title>Configuration Information</title>
     
    179178      </para>
    180179
    181     </sect3>
     180    </sect3>-->
    182181
    183182  </sect2>
     
    193192      <seglistitem>
    194193        <seg>
    195           pango-querymodules and pango-view
     194          pango-view
    196195        </seg>
    197196        <seg>
     
    200199        </seg>
    201200        <seg>
    202           /etc/pango,
    203           /usr/include/pango-1.0,
    204           /usr/lib/pango, and
     201          /usr/include/pango-1.0 and
    205202          /usr/share/gtk-doc/html/pango
    206203        </seg>
     
    212209      <?dbfo list-presentation="list"?>
    213210      <?dbhtml list-presentation="table"?>
    214 
    215       <varlistentry id="pango-querymodules">
    216         <term><command>pango-querymodules</command></term>
    217         <listitem>
    218           <para>
    219             is a module registration utility that collects information about
    220             <application>Pango</application> loadable modules.
    221           </para>
    222           <indexterm zone="pango pango-querymodules">
    223             <primary sortas="b-pango-querymodules">pango-querymodules</primary>
    224           </indexterm>
    225         </listitem>
    226       </varlistentry>
    227211
    228212      <varlistentry id="pango-view">
Note: See TracChangeset for help on using the changeset viewer.