Changeset 471ab5c


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:
c365a72
Parents:
5de7bd2
git-author:
Xi Ruoyao <xry111@…> (12/31/2021 12:40:01 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/31/2021 12:40:53 PM)
Message:

eog: add workaround for libportal-0.5

Tested with eog-40.3 and 41.1. It's still needed for 41.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/eog.xml

    r5de7bd2 r471ab5c  
    106106  <sect2 role="installation">
    107107    <title>Installation of EOG</title>
     108
     109    <para>
     110      Fix an issue building <application>EOG</application> with
     111      libportal-0.5 or later:
     112    </para>
     113
     114<screen><userinput>sed "/dependency/s@'libportal'@'libportal-gtk3'@" -i meson.build
     115sed "/portal-gtk3/s@portal/@portal-gtk3/@" -i src/eog-util.c</userinput></screen>
    108116
    109117    <para>
Note: See TracChangeset for help on using the changeset viewer.