Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/at-spi2-core.xml

    r544b6a3 r34a6571  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.38/at-spi2-core-&at-spi2-core-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
    99  <!ENTITY at-spi2-core-download-ftp
    10            "&gnome-download-ftp;/at-spi2-core/2.38/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "ae060dc0a042822b3f07c786c5d5aab7">
    12   <!ENTITY at-spi2-core-size          "188 KB">
    13   <!ENTITY at-spi2-core-buildsize     "9.6 MB (with tests)">
    14   <!ENTITY at-spi2-core-time          "0.1 SBU (using parallelism=4, with tests)">
     10           "&gnome-download-ftp;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
     11  <!ENTITY at-spi2-core-md5sum        "db4f7caceb5d663ec3adb715408b2303">
     12  <!ENTITY at-spi2-core-size          "196 KB">
     13  <!ENTITY at-spi2-core-buildsize     "9.8 MB (with tests)">
     14  <!ENTITY at-spi2-core-time          "less than 0.1 SBU (using parallelism=4, with tests)">
    1515]>
    1616
     
    1919
    2020  <sect1info>
    21     <othername>$LastChangedBy$</othername>
    2221    <date>$Date$</date>
    2322  </sect1info>
     
    4039    </para>
    4140
    42     &lfs10_checked;
     41    &lfs110a_checked;
    4342
    4443    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    111110cd    build &amp;&amp;
    112111
    113 meson --prefix=/usr     \
     112meson --prefix=/usr       \
     113      --buildtype=release \
    114114      -Dsystemd_user_dir=/tmp .. &amp;&amp;
    115115ninja</userinput></screen>
     
    118118cd    build &amp;&amp;
    119119
    120 meson --prefix=/usr .. &amp;&amp;
     120meson --prefix=/usr --buildtype=release .. &amp;&amp;
    121121ninja</userinput></screen>
    122122
    123123    <para>
    124124      A session bus address, normally available in an Xorg terminal,
    125       is necessary to run the tests. To test the results,
    126       issue: <command>ninja test</command>. The memory test is known
    127       to timeout.
     125      is necessary to run the tests. And, the test suite requires the
     126      glib schemas of the package already installed. To test the results,
     127      install the package first, then issue: <command>ninja test</command>.
     128      The memory test is known to timeout.
    128129    </para>
    129130<!-- [pierre Sep 5th, 2020] the memory test passed for me with 2.36.1. -->
     
    150151      use this file.
    151152    </para>
     153
     154  </sect2>
     155
     156  <sect2 role="commands">
     157    <title>Command Explanations</title>
     158
     159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     160      href="../../xincludes/meson-buildtype-release.xml"/>
    152161
    153162  </sect2>
     
    202211        <listitem>
    203212          <para>
    204             contains the <application>At-Spi2</application> API functions.
     213            contains the <application>At-Spi2</application> API functions
    205214          </para>
    206215          <indexterm zone="at-spi2-core libatspi">
Note: See TracChangeset for help on using the changeset viewer.