Changeset ae8752e


Ignore:
Timestamp:
04/10/2022 06:56:58 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
bf913f0
Parents:
db0f1bc
Message:

Update to epiphany-42.0

There is a bug with the file:/// urls. But the bug comes
from webkitgtk, since it is also in MiniBrowser.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdb0f1bc rae8752e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to epiphany-42.03. Fixes
     49          <ulink url="&blfs-ticket-root;16249">#16249</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Update to gucharmap-14.0.3. Fixes
    4953          <ulink url="&blfs-ticket-root;16335">#16335</ulink>.</para>
  • packages.ent

    rdb0f1bc rae8752e  
    951951<!-- Chapter 40 -->
    952952<!--<!ENTITY chromium-version             "64.0.3282.186">-->
    953 <!ENTITY epiphany-version             "41.3">
     953<!ENTITY epiphany-version             "42.0">
    954954<!ENTITY falkon-major-version         "3.2">
    955955<!ENTITY falkon-minor-version         "0">
  • xsoft/graphweb/epiphany.xml

    rdb0f1bc rae8752e  
    66
    77  <!ENTITY epiphany-download-http
    8            "&gnome-download-http;/epiphany/&gnome-41;/epiphany-&epiphany-version;.tar.xz">
     8           "&gnome-download-http;/epiphany/&gnome-42;/epiphany-&epiphany-version;.tar.xz">
    99  <!ENTITY epiphany-download-ftp
    10            "&gnome-download-ftp;/epiphany/&gnome-41;/epiphany-&epiphany-version;.tar.xz">
    11   <!ENTITY epiphany-md5sum        "f156959161559985385b33ee3936410f">
    12   <!ENTITY epiphany-size          "5.9 MB">
    13   <!ENTITY epiphany-buildsize     "125 MB">
     10           "&gnome-download-ftp;/epiphany/&gnome-42;/epiphany-&epiphany-version;.tar.xz">
     11  <!ENTITY epiphany-md5sum        "0f9577761f67c86b730b360f6807c341">
     12  <!ENTITY epiphany-size          "5.8 MB">
     13  <!ENTITY epiphany-buildsize     "91 MB (with tests)">
    1414  <!ENTITY epiphany-time          "0.3 SBU (Using parallelism=4, including tests)">
    1515]>
     
    113113
    114114    <para>
    115       First, fix building with newer versions of
    116       <application>meson</application>:
    117     </para>
    118 
    119 <screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
    120 
    121     <para>
    122       Next, fix an issue building <application>Epiphany</application> with
    123       libportal-0.5 or later:
    124     </para>
    125 
    126 <screen><userinput>sed "/dependency/s@'libportal'@'libportal-gtk3'@" -i meson.build
    127 sed "/portal-gtk3/s@portal/@portal-gtk3/@" -i lib/ephy-flatpak-utils.c</userinput></screen>
    128 
    129     <para>
    130115      Install <application>Epiphany</application> by running the following
    131116      commands:
Note: See TracChangeset for help on using the changeset viewer.