Ignore:
Timestamp:
10/02/2020 02:24:40 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d65b11c
Parents:
faf8e0b
Message:

Update to vala-0.50.1
Update to libsigc++-2.10.4
Update to gjs-1.66.0
Update to gcr-3.38.0
Update to WebKitGTK+-2.30.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libsigc++.xml

    rfaf8e0b r8252e757  
    77  <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    88  <!ENTITY libsigc-download-ftp  "&gnome-download-ftp;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
    9   <!ENTITY libsigc-md5sum        "ea68c7afc23a4b89a2dfa78344460785">
    10   <!ENTITY libsigc-size          "4.3 MB">
    11   <!ENTITY libsigc-buildsize     "50 MB (with tests)">
    12   <!ENTITY libsigc-time          "0.3 SBU (with tests)">
     9  <!ENTITY libsigc-md5sum        "24fd397776fec4a1a30dd465fa243ff4">
     10  <!ENTITY libsigc-size          "4.6 MB">
     11  <!ENTITY libsigc-buildsize     "39 MB (with tests)">
     12  <!ENTITY libsigc-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    7373    <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
    7474
     75    <bridgehead renderas="sect4">Recommended</bridgehead>
     76    <para role="recommended">
     77      <xref linkend="libxslt"/>
     78    </para>
     79
    7580    <bridgehead renderas="sect4">Optional</bridgehead>
    7681    <para role="optional">
    77       <xref linkend="doxygen"/> and
    78       <xref linkend="libxslt"/> (for documentation)
     82      <xref linkend="doxygen"/>
    7983    </para>
    8084
     
    8791    <title>Installation of libsigc++</title>
    8892
     93<!--
    8994    <para>
    9095      First, fix the documentation directory name:
     
    9297
    9398<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-&libsigc-version;/' -i docs/Makefile.in</userinput></screen>
     99-->
    94100
    95101    <para>
     
    98104    </para>
    99105
    100 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    101 make</userinput></screen>
     106<screen><userinput>mkdir bld &amp;&amp;
     107cd    bld &amp;&amp;
     108
     109meson --prefix=/usr .. &amp;&amp;
     110ninja</userinput></screen>
    102111
    103112    <para>
    104       To test the results, issue: <command>make check</command>.
     113      To test the results, issue: <command>ninja test</command>.
    105114    </para>
    106115
     
    109118    </para>
    110119
    111 <screen role="root"><userinput>make install</userinput></screen>
     120<screen role="root"><userinput>ninja install</userinput></screen>
    112121
    113122  </sect2>
    114 <!--
     123
    115124  <sect2 role="commands">
    116125    <title>Command Explanations</title>
    117126
    118127    <para>
    119       <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
    120       sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
    121       which prevents <application>inkscape</application> compiling.
     128      <option>-Dbuild_documentation=true</option>: Use this switch if
     129      <xref role="nodep" linkend="doxygen"/> is installed and you wish to
     130      build and install the API documentation.
    122131    </para>
    123132
    124   </sect2>-->
     133  </sect2>
    125134
    126135  <sect2 role="content">
     
    141150        <seg>
    142151          /usr/{include,lib}/sigc++-2.0 and
    143           /usr/share/{devhelp/books,doc}/libsigc++-2.0
     152          /usr/share/{devhelp/books,doc}/libsigc++-2.0 (if the documentation is enabled)
    144153        </seg>
    145154      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.