Changeset 5de7bd2


Ignore:
Timestamp:
12/31/2021 12:40:53 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
471ab5c
Parents:
b50ef7e6
git-author:
Xi Ruoyao <xry111@…> (12/31/2021 12:35:05 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/31/2021 12:40:53 PM)
Message:

epiphany: add workaround for libportal-0.5

Tested with epiphany-40.3 and 41.3. It's still needed for 41.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/epiphany.xml

    rb50ef7e6 r5de7bd2  
    111111  <sect2 role="installation">
    112112    <title>Installation of Epiphany</title>
     113
     114    <para>
     115      Fix an issue building <application>Epiphany</application> with
     116      libportal-0.5 or later:
     117    </para>
     118
     119<screen><userinput>sed "/dependency/s@'libportal'@'libportal-gtk3'@" -i meson.build
     120sed "/portal-gtk3/s@portal/@portal-gtk3/@" -i lib/ephy-flatpak-utils.c</userinput></screen>
    113121
    114122    <para>
Note: See TracChangeset for help on using the changeset viewer.