Changeset c957cd1


Ignore:
Timestamp:
08/08/2023 09:25:32 PM (9 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
e1a0651
Parents:
0c29d929 (diff), 6df2d33 (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 remote-tracking branch 'origin' into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0c29d929 rc957cd1  
    4949         <para>[renodr] - Update to mercurial-6.5.1. Fixes
    5050         <ulink url="&blfs-ticket-root;18389">#18389</ulink>.</para>
     51       </listitem>
     52       <listitem>
     53         <para>[bdubbs] - Update to gtk-4.12.0. Fixes
     54         <ulink url="&blfs-ticket-root;18386">#18386</ulink>.</para>
    5155       </listitem>
    5256       <listitem>
  • packages.ent

    r0c29d929 rc957cd1  
    814814<!ENTITY gtk2-version                 "2.24.33">
    815815<!ENTITY gtk3-version                 "3.24.38">
    816 <!ENTITY gtk4-minor                   "4.10">
    817 <!ENTITY gtk4-version                 "&gtk4-minor;.4">
     816<!ENTITY gtk4-minor                   "4.12">
     817<!ENTITY gtk4-version                 "&gtk4-minor;.0">
    818818<!ENTITY gtk-engines-version          "2.20.2">
    819819<!ENTITY gtkmm3-version               "3.24.7">
  • x/lib/gtk4.xml

    r0c29d929 rc957cd1  
    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        "0e5c971c0eaed555459dbac2c9243023">
    10   <!ENTITY gtk4-size          "20 MB">
    11   <!ENTITY gtk4-buildsize     "522 MB (with docs; add 18 MB for tests)">
    12   <!ENTITY gtk4-time          "1.2 SBU (using parallelism=4; with docs; add 0.4 SBU for tests)">
     9  <!ENTITY gtk4-md5sum        "69372ddb998c125c3a04c44b8c68b339">
     10  <!ENTITY gtk4-size          "16 MB">
     11  <!ENTITY gtk4-buildsize     "562 MB (with docs; add 29 MB for tests)">
     12  <!ENTITY gtk4-time          "1.3 SBU (using parallelism=4; with docs; add 0.6 SBU for tests)">
    1313]>
    1414
     
    120120
    121121    <para>
     122      First, make some changes from upstream:
     123    </para>
     124
     125<screen><userinput>sed -e '/glib-object.h/a #include &lt;gdk/gdk.h&gt;'        \
     126    -e '/ gtk_printer_option/i GDK_AVAILABLE_IN_ALL'  \
     127    -e '/\*gtk_printer_option/i GDK_AVAILABLE_IN_ALL' \
     128    -i.orig gtk/print/gtkprinteroptionprivate.h</userinput></screen>
     129
     130    <para>
    122131      Install <application>GTK 4</application> by running the following
    123132      commands:
     
    145154    <para>
    146155      To run the tests, issue: <command>meson test --setup x11</command>. If you
    147       are in a Wayland session, replace x11 with wayland. A few tests may fail.
     156      are in a Wayland session, replace x11 with wayland. Nine tests are known
     157      to fail if
     158      <ulink url="https://gitlab.gnome.org/GNOME/cantarell-fonts">Cantrell fonts</ulink>
     159      are not installed. Many tests will fail if
     160      <filename>~/.config/gtk-4.0/settings.ini</filename> exists and gtk-modules
     161      is not commented out.
    148162      On systems with NVIDIA graphics cards, the tests may take significantly
    149163      longer than the advertised test time.
     
    160174               above over ssh
    161175     [bdubbs]: 4.10.0, x11,    712 OK, 0 Expected Fail,  6 Fail. 1 Skipped, 0 Timeout
     176               above on native x11
     177     [bdubbs]: 4.12.0, x11,   1453 OK, 0 Expected Fail,  9 Fail. 5 Skipped, 0 Timeout
    162178               above on native x11
    163179-->
Note: See TracChangeset for help on using the changeset viewer.