Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    r8558044 r96d2f90  
    55  %general-entities;
    66
    7   <!ENTITY gtk4-download-http "&gnome-download-http;/gtk/4.4/gtk-&gtk4-version;.tar.xz">
    8   <!ENTITY gtk4-download-ftp  "&gnome-download-ftp;/gtk/4.4/gtk-&gtk4-version;.tar.xz">
    9   <!ENTITY gtk4-md5sum        "113d24bd311037f774bf1aa7d5d0a344">
    10   <!ENTITY gtk4-size          "29 MB">
    11   <!ENTITY gtk4-buildsize     "670 MB (76 MB installed, add 10 MB for tests)">
    12   <!ENTITY gtk4-time          "1.1 SBU (using parallelism=4, add 0.5 SBU for tests)">
     7  <!ENTITY gtk4-download-http "&gnome-download-http;/gtk/&gtk4-minor;/gtk-&gtk4-version;.tar.xz">
     8  <!ENTITY gtk4-download-ftp  "&gnome-download-ftp;/gtk/&gtk4-minor;/gtk-&gtk4-version;.tar.xz">
     9  <!ENTITY gtk4-md5sum        "d735b9c2a534f034553e2e27bc5af994">
     10  <!ENTITY gtk4-size          "19 MB">
     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
     
    1616  <?dbhtml filename="gtk4.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>GTK-&gtk4-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8178      <xref linkend="libxkbcommon"/>,
    8279      <xref linkend="pango"/>,
    83       <xref linkend="wayland-protocols"/>,
     80      <xref linkend="pygobject3"/>, and
     81      <xref linkend="wayland-protocols"/>
    8482    </para>
    8583
     
    8785    <para role="recommended">
    8886      <xref linkend="adwaita-icon-theme"/> (default for some gtk4 settings keys),
    89       <xref linkend="ffmpeg"/>,
    9087      <xref linkend="gst10-plugins-bad"/>,
     88      <xref role='runtime' linkend="gst10-plugins-good"/> (runtime,
     89      built with <xref role='nodep' linkend='libvpx'/>),
    9190      <xref linkend="hicolor-icon-theme"/> (needed for tests and for defaults), and
    9291      <xref linkend="librsvg"/>
     
    102101      <xref linkend="colord"/>,
    103102      <xref linkend="cups"/>,
     103      <xref linkend="ffmpeg"/> (built with
     104      <xref role='nodep' linkend='libvpx'/>),
    104105      <xref linkend="gtk-doc"/>,
    105106      <xref role="runtime" linkend="highlight"/>
    106107        (runtime, only used by <command>gtk4-demo</command> for syntax
    107108        highlighting of demo source code),
    108       <xref linkend="json-glib"/>,
    109       <xref linkend="rest"/>,
     109      <xref linkend="libcloudproviders"/>,
    110110      <xref linkend="sassc"/>,
    111111      <xref linkend="tracker3"/>,
    112       <ulink url="https://gitlab.gnome.org/ebassi/gi-docgen">gi-docgen</ulink>,
    113       <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-->
    114114      <ulink url="https://vulkan.lunarg.com/sdk/home">vulkan</ulink>
    115115    </para>
     
    131131cd    build &amp;&amp;
    132132
    133 meson --prefix=/usr --buildtype=release -Dbroadway-backend=true .. &amp;&amp;
     133meson setup --prefix=/usr           \
     134            --buildtype=release     \
     135            -Dbroadway-backend=true \
     136            .. &amp;&amp;
    134137ninja</userinput></screen>
    135138
    136139    <para>
    137140      To run the tests, issue: <command>meson test --setup x11</command>. If you
    138       are in a Wayland session, replace x11 with wayland. 8 tests are known to
    139       fail, out of 730.
    140     </para>
     141      are in a Wayland session, replace x11 with wayland. A few tests may fail.
     142    </para>
     143<!-- [pierre]: 4.6.0, wayland: 727 ok; 2 Expected Fail;  1 Fail; 1 Skipped
     144     [bdubbs]: 4.6.3, x11,     724 OK, 2 Expected Fail, 12 Fail. 1 Skipped
     145     [pierre]: 4.6.6, wayland, 738 OK, 2 Expected Fail,  1 Fail. 1 Skipped
     146     [pierre]: 4.6.7, wayland, 737 OK, 2 Expected Fail,  1 Fail. 1 Skipped. 1 Timeout
     147     [bdubbs]: 4.6.7, x11,     758 OK, 2 Expected Fail,  9 Fail. 1 Skipped. 1 Timeout
     148     [pierre]: 4.8.1, wayland, 765 OK, 2 Expected Fail,  2 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-->
    141151
    142152    <para>
     
    160170    <para>
    161171      <option>-Dcloudproviders=enabled</option>: Use this switch if you have
    162       <ulink url="https://gitlab.gnome.org/World/libcloudproviders">libcloudproviders</ulink>
    163       installed and wish to enable support for cloud providers in a file
    164       chooser window.
     172      <xref linkend="libcloudproviders" role="nodep"/> installed and wish to
     173      enable support for cloud providers in a file chooser window.
    165174    </para>
    166175
     
    185194    <para>
    186195      <option>-Dgtk_doc=true</option>: Use this switch if you have
    187       <xref linkend="gtk-doc"/> installed and wish to generate the API
    188       reference documentation.
     196      <ulink url="&gi-docgen-url;">gi-docgen</ulink>
     197      installed and wish to generate the API reference documentation.
    189198    </para>
    190199
    191200  </sect2>
    192201
    193   <!--Optional section-->
    194202  <sect2 role="configuration">
    195203    <title>Configuring GTK 4</title>
     
    235243gtk-icon-theme-name = <replaceable>oxygen</replaceable>
    236244gtk-font-name = <replaceable>DejaVu Sans 12</replaceable>
    237 gtk-cutsor-theme-size = <replaceable>18</replaceable>
     245gtk-cursor-theme-size = <replaceable>18</replaceable>
    238246gtk-xft-antialias = <replaceable>1</replaceable>
    239247gtk-xft-hinting = <replaceable>1</replaceable>
     
    270278          gtk4-icon-browser,
    271279          gtk4-launch,
     280          gtk4-node-editor,
    272281          gtk4-print-editor,
    273282          gtk4-query-settings,
     
    384393      </varlistentry>
    385394
     395      <varlistentry id="gtk4-node-editor">
     396        <term><command>gtk4-node-editor</command></term>
     397        <listitem>
     398          <para>
     399            is a utility to show and edit render node files. Such render
     400            node files can be obtained e.g. from the GTK inspector
     401          </para>
     402          <indexterm zone="gtk4 gtk4-node-editor">
     403            <primary sortas="b-gtk4-node-editor">gtk4-node-editor</primary>
     404          </indexterm>
     405        </listitem>
     406      </varlistentry>
     407
    386408      <varlistentry id="gtk4-print-editor">
    387409        <term><command>gtk4-print-editor</command></term>
Note: See TracChangeset for help on using the changeset viewer.