Changeset 67c41dc


Ignore:
Timestamp:
12/28/2022 05:18:06 AM (16 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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/xf86-video-removal
Children:
3fd1cb7
Parents:
19e56c3
Message:

Fix building Seahorse with GnuPG-2.4

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/seahorse.xml

    r19e56c3 r67c41dc  
    117117<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
    118118
     119sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &amp;&amp;
     120
    119121mkdir build &amp;&amp;
    120122cd    build &amp;&amp;
     
    144146        <command>sed ... data/*.xml</command>:  This command fixes some
    145147        deprecated entries in the schema templates.
     148      </para>
     149
     150      <para>
     151        <command>sed ... meson.build</command>: This command fixes building
     152        with GnuPG-2.4 installed.
    146153      </para>
    147154
  • introduction/welcome/changelog.xml

    r19e56c3 r67c41dc  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Fix building Seahorse with GnuPG-2.4.</para>
     46        </listitem>
     47        <listitem>
    4548          <para>[renodr] - Disable building the nautilus extension in Brasero.
    4649          This is due to it being incompatible with the GTK-4 version of
Note: See TracChangeset for help on using the changeset viewer.