Ignore:
File:
1 edited

Legend:

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

    r34a6571 r544b6a3  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-core/2.38/at-spi2-core-&at-spi2-core-version;.tar.xz">
    99  <!ENTITY at-spi2-core-download-ftp
    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)">
     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)">
    1515]>
    1616
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    3940    </para>
    4041
    41     &lfs110a_checked;
     42    &lfs10_checked;
    4243
    4344    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    110111cd    build &amp;&amp;
    111112
    112 meson --prefix=/usr       \
    113       --buildtype=release \
     113meson --prefix=/usr     \
    114114      -Dsystemd_user_dir=/tmp .. &amp;&amp;
    115115ninja</userinput></screen>
     
    118118cd    build &amp;&amp;
    119119
    120 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     120meson --prefix=/usr .. &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. 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.
     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.
    129128    </para>
    130129<!-- [pierre Sep 5th, 2020] the memory test passed for me with 2.36.1. -->
     
    151150      use this file.
    152151    </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"/>
    161152
    162153  </sect2>
     
    211202        <listitem>
    212203          <para>
    213             contains the <application>At-Spi2</application> API functions
     204            contains the <application>At-Spi2</application> API functions.
    214205          </para>
    215206          <indexterm zone="at-spi2-core libatspi">
Note: See TracChangeset for help on using the changeset viewer.