Changeset be9944b


Ignore:
Timestamp:
09/16/2022 07:55:29 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/soup3
Children:
5ff076eb
Parents:
4115817
git-author:
Xi Ruoyao <xry111@…> (09/16/2022 03:43:17 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/16/2022 07:55:29 PM)
Message:

update to WebKitGTK-2.38.0 (#17046)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4115817 rbe9944b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[xry111] - Update to WebKitGTK-2.38.0.  Fixes
     49          <ulink url="&blfs-ticket-root;17046">#17046</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[xry111] - Link WebKitGTK against libsoup-3 instead of
    4953          libsoup-2.</para>
  • packages.ent

    r4115817 rbe9944b  
    719719<!ENTITY qtwebengine-version          "5.15.10">
    720720<!ENTITY startup-notification-version "0.12">
    721 <!ENTITY webkitgtk-version            "2.36.7">    <!-- Even minors only -->
     721<!ENTITY webkitgtk-version            "2.38.0">    <!-- Even minors only -->
    722722
    723723<!ENTITY gtk2-libdir                  "2.0/2.10.0">
  • x/lib/webkitgtk.xml

    r4115817 rbe9944b  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "466351cf35e4f742590919380b5dee93">
    10   <!ENTITY webkitgtk-size          "25 MB">
     9  <!ENTITY webkitgtk-md5sum        "a69cd8fc05f7299458b4faf1bc99b875">
     10  <!ENTITY webkitgtk-size          "32 MB">
    1111  <!ENTITY webkitgtk-buildsize     "988 MB (133 MB installed)">
    1212  <!ENTITY webkitgtk-time          "32 SBU (using parallelism=4, estimated 117 SBU using one core)">
     
    212212    </para>
    213213
    214 <screen role="root"><userinput>ninja install</userinput></screen>
    215 
    216 <!-- Documentation is for API 4.0 in 2.36.7 release.
    217      Maybe we'll have 4.1 doc in 2.38.  -->
    218 <!--
    219 install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
    220 install -vm644  ../Documentation/webkit2gtk-4.0/html/*   \
    221                 /usr/share/gtk-doc/html/webkit2gtk-4.0       &amp;&amp;
    222 install -vm644  ../Documentation/webkitdomgtk-4.0/html/* \
    223                 /usr/share/gtk-doc/html/webkitdomgtk-4.0</userinput></screen>
    224 -->
     214<screen role="root"><userinput>ninja install
     215install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.1 &amp;&amp;
     216install -vm644  ../Documentation/webkit2gtk-4.1/html/*   \
     217                /usr/share/gtk-doc/html/webkit2gtk-4.1       &amp;&amp;
     218install -vm644  ../Documentation/webkitdomgtk-4.1/html/* \
     219                /usr/share/gtk-doc/html/webkitdomgtk-4.1</userinput></screen>
     220
    225221  </sect2>
    226222
Note: See TracChangeset for help on using the changeset viewer.