Changes in / [bfced32:034bcb11]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/seahorse.xml

    rbfced32 r034bcb11  
    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
    7181    <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
    7282
     
    7888      <xref linkend="itstool"/>,
    7989      <xref linkend="libhandy1"/>,
    80       <xref linkend="libpwquality"/> and
    81       <xref linkend="libsecret"/>
     90      <xref linkend="libpwquality"/>,
     91      <xref linkend="libsecret"/>, and
     92      <xref linkend="vala"/>
    8293    </para>
    8394
     
    8596    <para role="recommended">
    8697      <xref linkend="libsoup3"/>,
    87       <xref linkend="p11-kit"/>,
     98      <xref linkend="p11-kit"/>, and
    8899<!--      <xref linkend="openldap"/>, picked up from gnupg2 -->
    89       <xref linkend="openssh"/> (for managing SSH keys) and
    90       <xref linkend="vala"/>
     100      <xref linkend="openssh"/> (for managing SSH keys)
    91101    </para>
    92102
     
    107117
    108118    <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>
    109126      Install <application>Seahorse</application> by running the following
    110127      commands:
     
    112129
    113130<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
    114 
    115 sed -i "s/'2.3.0'/'2.3.0', '2.4.0'/" meson.build &amp;&amp;
    116131
    117132mkdir build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.