Changeset 3bdc4eb for x/lib/gtk4.xml


Ignore:
Timestamp:
01/10/2023 08:57:10 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
82c348c
Parents:
ab3ae35a (diff), c8d23c4a (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 plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    rab3ae35a r3bdc4eb  
    77  <!ENTITY gtk4-download-http "&gnome-download-http;/gtk/&gtk4-minor;/gtk-&gtk4-version;.tar.xz">
    88  <!ENTITY gtk4-download-ftp  "&gnome-download-ftp;/gtk/&gtk4-minor;/gtk-&gtk4-version;.tar.xz">
    9   <!ENTITY gtk4-md5sum        "de29b8eefe5f691e42569971b2a474f9">
     9  <!ENTITY gtk4-md5sum        "d735b9c2a534f034553e2e27bc5af994">
    1010  <!ENTITY gtk4-size          "19 MB">
    11   <!ENTITY gtk4-buildsize     "426 MB (add 12 MB for tests)">
    12   <!ENTITY gtk4-time          "1.0 SBU (using parallelism=4, add 0.2 SBU for tests)">
     11  <!ENTITY gtk4-buildsize     "484 MB (add 12 MB for tests)">
     12  <!ENTITY gtk4-time          "1.1 SBU (using parallelism=4, add 0.3 SBU for tests)">
    1313]>
    1414
     
    107107        (runtime, only used by <command>gtk4-demo</command> for syntax
    108108        highlighting of demo source code),
     109      <xref linkend="libcloudproviders"/>,
    109110      <xref linkend="sassc"/>,
    110111      <xref linkend="tracker3"/>,
    111       <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>,
    112       <ulink url="https://gitlab.gnome.org/World/libcloudproviders">libcloudproviders</ulink>, and
     112      <ulink url="&gi-docgen-url;">gi-docgen</ulink>, and
     113      <!--<ulink url="https://gitlab.gnome.org/World/libcloudproviders">libcloudproviders</ulink>, and-->
    113114      <ulink url="https://vulkan.lunarg.com/sdk/home">vulkan</ulink>
    114115    </para>
     
    130131cd    build &amp;&amp;
    131132
    132 meson --prefix=/usr --buildtype=release -Dbroadway-backend=true .. &amp;&amp;
     133meson setup --prefix=/usr           \
     134            --buildtype=release     \
     135            -Dbroadway-backend=true \
     136            .. &amp;&amp;
    133137ninja</userinput></screen>
    134138
     
    143147     [bdubbs]: 4.6.7, x11,     758 OK, 2 Expected Fail,  9 Fail. 1 Skipped. 1 Timeout
    144148     [pierre]: 4.8.1, wayland, 765 OK, 2 Expected Fail,  2 Fail. 1 Skipped
    145      [bdubbs]: 4.8.2, x11,     753 OK, 2 Expected Fail, 14 Fail. 1 Skipped-->
     149     [bdubbs]: 4.8.2, x11,     753 OK, 2 Expected Fail, 14 Fail. 1 Skipped
     150     [pierre]: 4.8.3, wayland, 760 OK, 2 Expected Fail,  5 Fail. 3 Skipped-->
    146151
    147152    <para>
     
    165170    <para>
    166171      <option>-Dcloudproviders=enabled</option>: Use this switch if you have
    167       <ulink url="https://gitlab.gnome.org/World/libcloudproviders">libcloudproviders</ulink>
    168       installed and wish to enable support for cloud providers in a file
    169       chooser window.
     172      <xref linkend="libcloudproviders" role="nodep"/> installed and wish to
     173      enable support for cloud providers in a file chooser window.
    170174    </para>
    171175
     
    190194    <para>
    191195      <option>-Dgtk_doc=true</option>: Use this switch if you have
    192       <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>
     196      <ulink url="&gi-docgen-url;">gi-docgen</ulink>
    193197      installed and wish to generate the API reference documentation.
    194198    </para>
Note: See TracChangeset for help on using the changeset viewer.