Ignore:
Timestamp:
12/04/2021 08:32:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
104ff4e
Parents:
ce5723af (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rce5723af r1daaab6d  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "07ba0e946bf6dcad36388675d2f2876f">
    10   <!ENTITY glib2-size          "4.8 MB">
    11   <!ENTITY glib2-buildsize     "104 MB (add 6 MB for tests)">
    12   <!ENTITY glib2-time          "0.6 SBU (add 1.0 SBU for tests; both using parallelism=4)">
     9  <!ENTITY glib2-md5sum        "fb613d21fabce3d3d8520f37d12bd473">
     10  <!ENTITY glib2-size          "4.6 MB">
     11  <!ENTITY glib2-buildsize     "131 MB (add 6 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    9797      <xref linkend="gdb"/> (for bindings),
    9898      <xref linkend="DocBook"/>,
    99       <xref linkend="docbook-xsl"/>, 
     99      <xref linkend="docbook-xsl"/>,
    100100      <xref linkend="gtk-doc"/> (to build API documentation),
    101101      <xref linkend="glib-networking"/> (for some tests, but this is a circular
     
    206206
    207207    <para>
    208       You should now install <xref linkend="desktop-file-utils"/> and 
     208      You should now install <xref linkend="desktop-file-utils"/> and
    209209      <xref linkend="shared-mime-info"/> and proceed to
    210210      run the test suite.
     
    214214      To test the results, after having installed the package, issue:
    215215      <command>ninja test</command>. One test named
    216       <literal>gio / file</literal> is known to fail if the test is ran as
     216      <literal>gio / file</literal> is known to fail if the test is run as
    217217      the <systemitem class="username">root</systemitem> user.
    218218      <!-- glib issue #1954: -->
     
    229229      <!-- with 2.60.4 on systemd, all tests pass. -->
    230230      <!-- with 2.64.1 on sysV, all tests pass. -->
    231     </para>
    232 
    233     <para>
    234       Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
    235       (as the <systemitem class="username">root</systemitem> user) an
     231      <!-- with 2.70.1 on sysV, all tests pass. -->
     232    </para>
     233
     234    <para>
     235      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     236      (as the <systemitem class="username">root</systemitem> user) an
    236237      obsolete header file that interferes with some packages:
    237238    </para>
     
    269270      <seglistitem>
    270271        <seg>
    271           gapplication,           gdbus, gdbus-codegen, 
     272          gapplication,           gdbus, gdbus-codegen,
    272273          gio,                    gio-querymodules,
    273274          glib-compile-resources, glib-compile-schemas,
    274           glib-genmarshal,        glib-gettextize, 
    275           glib-mkenums,           gobject-query, 
    276           gresource,              gsettings, 
     275          glib-genmarshal,        glib-gettextize,
     276          glib-mkenums,           gobject-query,
     277          gresource,              gsettings,
    277278          gtester, and            gtester-report
    278279        </seg>
    279280        <seg>
    280           libgio-2.0.so, 
    281           libglib-2.0.so, 
     281          libgio-2.0.so,
     282          libglib-2.0.so,
    282283          libgmodule-2.0.so,
    283           libgobject-2.0.so, and 
     284          libgobject-2.0.so, and
    284285          libgthread-2.0.so
    285286        </seg>
     
    289290          /usr/lib/glib-2.0,
    290291          /usr/share/glib-2.0,
    291           /usr/share/doc/glib-&glib2-version;, and 
    292           /usr/share/gtk-doc/html/{gio,glib,gobject}
     292          /usr/share/doc/glib-&glib2-version;, and
     293          /usr/share/gtk-doc/html/{gio,glib,gobject} (optional)
    293294        </seg>
    294295      </seglistitem>
     
    355356        <listitem>
    356357          <para>
    357             is used to create a <filename>giomodule.cache</filename> file in 
    358             the listed directories. This file lists the implemented extension 
     358            is used to create a <filename>giomodule.cache</filename> file in
     359            the listed directories. This file lists the implemented extension
    359360            points for each module that has been found
    360361          </para>
     
    384385          <para>
    385386            is used to compile all the GSettings XML schema files
    386             in a directory into a binary file with the name 
     387            in a directory into a binary file with the name
    387388            <filename>gschemas.compiled</filename> that can be used by GSettings
    388389          </para>
Note: See TracChangeset for help on using the changeset viewer.