Ignore:
Timestamp:
11/01/2014 05:58:41 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Parents:
4c15833
Message:

begin updating gnome apps.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14828 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/applications/seahorse.xml

    r4c15833 rf8f466e  
    66
    77  <!ENTITY seahorse-download-http
    8            "&gnome-download-http;/seahorse/&gnome-minor;/seahorse-&seahorse-version;.tar.xz">
     8           "&gnome-download-http;/seahorse/&gnome-minor14;/seahorse-&seahorse-version;.tar.xz">
    99  <!ENTITY seahorse-download-ftp 
    10            "&gnome-download-ftp;/seahorse/&gnome-minor;/seahorse-&seahorse-version;.tar.xz">
    11   <!ENTITY seahorse-md5sum        "998578f6dbde86037107c137161662f2">
     10           "&gnome-download-ftp;/seahorse/&gnome-minor14;/seahorse-&seahorse-version;.tar.xz">
     11  <!ENTITY seahorse-md5sum        "1c54bb9030ff054b870d79e86b91de6b">
    1212  <!ENTITY seahorse-size          "1.4 MB">
    13   <!ENTITY seahorse-buildsize     "51 MB">
    14   <!ENTITY seahorse-time          "0.4 SBU">
     13  <!ENTITY seahorse-buildsize     "61 MB">
     14  <!ENTITY seahorse-time          "0.5 SBU">
    1515]>
    1616
     
    8181      <xref linkend="gnupg2"/>,
    8282      <xref linkend="gpgme"/>,
    83       <xref linkend="libsecret"/> and
    84       <xref linkend="yelp-xsl"/>
     83      <xref linkend="gtk3"/>,
     84      <xref linkend="itstool"/>, and
     85      <xref linkend="libsecret"/>
    8586    </para>
    8687
     
    8889    <para role="recommended">
    8990      <xref linkend="libsoup"/>,
    90       <xref linkend="openssh"/> (for managing SSH keys) and
     91      <xref linkend="openssh"/> (for managing SSH keys), and
    9192      <xref linkend="vala"/>
    9293    </para>
     
    116117    </para>
    117118
    118 <screen><userinput>./configure --prefix=/usr --bindir=/usr/bin &amp;&amp;
     119<screen><userinput>./configure --prefix=/usr &amp;&amp;
    119120make</userinput></screen>
    120121
     
    128129
    129130<screen role="root"><userinput>make install</userinput></screen>
    130 
    131   </sect2>
    132 
    133   <sect2 role="commands">
    134     <title>Command Explanations</title>
    135 
    136     <para>
    137       <parameter>--bindir=/usr/bin</parameter>: This switch is
    138       used to fix the <filename
    139       class="extension">.desktop</filename> file.
    140     </para>
    141131
    142132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.