Changes in / [034bcb11:bfced32]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/seahorse.xml

    r034bcb11 rbfced32  
    6969    </itemizedlist>
    7070
    71     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    72     <itemizedlist spacing="compact">
    73       <listitem>
    74         <para>
    75           Required patch:
    76           <ulink url="&patch-root;/seahorse-&seahorse-version;-upstream_fixes-1.patch"/>
    77         </para>
    78       </listitem>
    79     </itemizedlist>
    80 
    8171    <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
    8272
     
    8878      <xref linkend="itstool"/>,
    8979      <xref linkend="libhandy1"/>,
    90       <xref linkend="libpwquality"/>,
    91       <xref linkend="libsecret"/>, and
    92       <xref linkend="vala"/>
     80      <xref linkend="libpwquality"/> and
     81      <xref linkend="libsecret"/>
    9382    </para>
    9483
     
    9685    <para role="recommended">
    9786      <xref linkend="libsoup3"/>,
    98       <xref linkend="p11-kit"/>, and
     87      <xref linkend="p11-kit"/>,
    9988<!--      <xref linkend="openldap"/>, picked up from gnupg2 -->
    100       <xref linkend="openssh"/> (for managing SSH keys)
     89      <xref linkend="openssh"/> (for managing SSH keys) and
     90      <xref linkend="vala"/>
    10191    </para>
    10292
     
    117107
    118108    <para>
    119       At first, apply a patch to build failures triggered by GnuPG-2.4 or
    120       newer, and GCC-14 or newer:
    121     </para>
    122 
    123     <screen><userinput>patch -Np1 -i ../seahorse-&seahorse-version;-upstream_fixes-1.patch</userinput></screen>
    124 
    125     <para>
    126109      Install <application>Seahorse</application> by running the following
    127110      commands:
     
    129112
    130113<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
     114
     115sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &amp;&amp;
    131116
    132117mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.