Changeset 42e4ab5a for x/lib/pango.xml


Ignore:
Timestamp:
11/04/2017 01:17:49 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
7d3ca94a
Parents:
0dc5ab2e
Message:

Update to nfs-utils-2.2.1.
Update to gmime3-3.0.3.
Update to pango-1.40.13.
Update to opencv-3.3.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r0dc5ab2e r42e4ab5a  
    77  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.40/pango-&pango-version;.tar.xz">
    88  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.40/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "9aae7dd5ecc1c2ade4e6951b85004cee">
     9  <!ENTITY pango-md5sum        "6676d2110ed9f89b9b3cfbbd10d5b302">
    1010  <!ENTITY pango-size          "840 KB">
    11   <!ENTITY pango-buildsize     "20 MB (with tests)">
    12   <!ENTITY pango-time          "0.3 SBU (with tests)">
     11  <!ENTITY pango-buildsize     "22 MB (with tests)">
     12  <!ENTITY pango-time          "0.1 SBU (with parallelism=4 and tests)">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    117 make</userinput></screen>
     116<screen><userinput>mkdir build &amp;&amp;
     117cd    build &amp;&amp;
     118
     119meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     120ninja</userinput></screen>
    118121
    119122    <para>
     
    126129    </para>
    127130
    128 <screen role="root"><userinput>make install</userinput></screen>
    129 <!--
    130     <note>
    131       <para>
    132         If you installed the package on to your system using a
    133         <quote>DESTDIR</quote> method, an important file was not installed and
    134         must be copied and/or generated. Generate it using the following
    135         command as the <systemitem class="username">root</systemitem> user:
    136       </para>
    137 
    138 <screen role="root"><userinput>pango-querymodules -\-update-cache</userinput></screen>
    139     </note>-->
     131<screen role="root"><userinput>ninja install</userinput></screen>
    140132
    141133  </sect2>
     
    144136    <title>Command Explanations</title>
    145137
    146     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147       href="../../xincludes/gtk-doc-rebuild.xml"/>
     138    <para><option>-Denable-docs</option>: Use this switch if gtk-doc is
     139    installed and you wish to rebuild and install the API documentation.
     140    </para>
    148141
    149142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.