Ignore:
Timestamp:
09/16/2019 08:58:23 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
ae7e4b9
Parents:
2bd7e513
Message:

Update to folks-0.13.1.
Update to evolution-data-server-3.34.0.
Update to libpeas-1.24.0.
Update to grilo-0.3.10.
Update to gnome-online-accounts-3.34.0.
Update to gnome-desktop-3.34.0.
Update to yelp-xsl-3.34.0.
Update to vte-0.58.0.
Update to gsettings-desktop-schemas-3.34.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libpeas.xml

    r2bd7e513 r5d314e0  
    55  %general-entities;
    66
    7   <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.22/libpeas-&libpeas-version;.tar.xz">
    8   <!ENTITY libpeas-download-ftp  "&gnome-download-ftp;/libpeas/1.22/libpeas-&libpeas-version;.tar.xz">
    9   <!ENTITY libpeas-md5sum        "a20dc55c3f88ad06da9491cfd7de7558">
    10   <!ENTITY libpeas-size          "556 KB">
    11   <!ENTITY libpeas-buildsize     "19 MB (with tests)">
    12   <!ENTITY libpeas-time          "0.3 SBU (with tests)">
     7  <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.24/libpeas-&libpeas-version;.tar.xz">
     8  <!ENTITY libpeas-download-ftp  "&gnome-download-ftp;/libpeas/1.24/libpeas-&libpeas-version;.tar.xz">
     9  <!ENTITY libpeas-md5sum        "7a136eea60930012deff2f7bfa3673be">
     10  <!ENTITY libpeas-size          "184 KB">
     11  <!ENTITY libpeas-buildsize     "9.8 MB (with tests)">
     12  <!ENTITY libpeas-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    8383    <para role="recommended">
    8484      <xref linkend="pygobject3"/>
    85       (<application>Python</application> 2 and
    86        <application>Python</application> 3 modules)
    8785    </para>
    8886
    8987    <bridgehead renderas="sect4">Optional</bridgehead>
    9088    <para role="optional">
    91       <xref linkend="gdb"/>,
    9289      <xref linkend="gtk-doc"/>,
    93       <xref linkend="valgrind"/>,
    9490      <ulink url="http://glade.gnome.org/">Glade</ulink>,
    95       <ulink url="&gnome-download-http;/seed/">Seed</ulink>,
    9691      <ulink url="https://github.com/pavouk/lgi">LGI</ulink> (for LUA bindings,
    9792      built with LUA-5.1), with either
     
    113108    </para>
    114109
    115 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    116 make</userinput></screen>
    117 
    118     <para>
    119       To test the results, issue: <command>make check</command>.
     110<screen><userinput>
     111
     112mkdir build &amp;&amp;
     113cd    build &amp;&amp;
     114
     115meson --prefix=/usr &amp;&amp;
     116ninja</userinput></screen>
     117
     118    <para>
     119      To test the results, issue: <command>ninja test</command>.
    120120      An active graphical session with bus address is necessary to
    121       run the tests. Due to changes in BLFS Python implementations,
    122       the Python tests will fail (lack of a Python-2 pygobject3 module).
     121      run the tests.
    123122    </para>
    124123
     
    127126    </para>
    128127
    129 <screen role="root"><userinput>make install</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
    130129
    131130  </sect2>
     
    134133    <title>Command Explanations</title>
    135134
    136     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    137       href="../../xincludes/gtk-doc-rebuild.xml"/>
     135    <para>
     136      <option>-Dvapi=true</option>: Add this switch if you wish to
     137      generate vapi (vala) data.
     138    </para>
     139
     140    <para>
     141      <option>-Ddemos=false</option>: Add this switch if you do not wish to
     142      build the demo programs.
     143    </para>
     144
     145    <para>
     146      <option>-Dgtk-doc=true</option>: Add this switch if wish to
     147      build the reverence manual.
     148    </para>
    138149
    139150  </sect2>
Note: See TracChangeset for help on using the changeset viewer.