Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    rc5408a2 r7b2fed0f  
    55  %general-entities;
    66
    7   <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
    8   <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gcr-minor;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "c1e98af977236255006e11e8f8cfbaca">
    10   <!ENTITY gcr-size          "1008 KB">
    11   <!ENTITY gcr-buildsize     "33 MB (with tests)">
    12   <!ENTITY gcr-time          "0.2 SBU (with tests; both using parallelism=4)">
     7  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-40;/gcr-&gcr-version;.tar.xz">
     8  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-40;/gcr-&gcr-version;.tar.xz">
     9  <!ENTITY gcr-md5sum        "fa34048b5562f80587a71d11931a7c29">
     10  <!ENTITY gcr-size          "998 KB">
     11  <!ENTITY gcr-buildsize     "39 MB (with tests)">
     12  <!ENTITY gcr-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="gcr.html"?>
    1717
     18  <sect1info>
     19    <date>$Date$</date>
     20  </sect1info>
    1821
    1922  <title>Gcr-&gcr-version;</title>
     
    3336    </para>
    3437
    35     &lfs112_checked;
     38    &lfs110a_checked;
    3639
    3740    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8386      <xref linkend="gobject-introspection"/>,
    8487      <xref linkend="gtk3"/>,
    85       <xref linkend="libsecret"/>,
    8688      <xref linkend="libxslt"/>, and
    8789      <xref linkend="vala"/>
     
    9092    <bridgehead renderas="sect4">Optional</bridgehead>
    9193    <para role="optional">
    92       <!--<xref linkend="gtk-doc"/> and-->
    93       <xref linkend="valgrind"/> and
    94       <ulink url="&gi-docgen-url;">gi-docgen</ulink>
     94      <xref linkend="gtk-doc"/> and
     95      <xref linkend="valgrind"/>
    9596    </para>
    9697
     
    113114    -->
    114115
    115 <!--
    116     <para>
    117       First apply a fix for building with newer versions of
    118       <application>meson</application>:
    119     </para>
    120 
    121 <screen><userinput>find . -name meson.build | xargs sed -i /packages.\*deps/d</userinput></screen>
    122 -->
    123 
    124116    <para>
    125117      Install <application>Gcr</application> by running the following
     
    128120
    129121<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
     122
     123sed -e '208 s/@BASENAME@/gcr-viewer.desktop/'   \
     124    -e '231 s/@BASENAME@/gcr-prompter.desktop/' \
     125    -i ui/meson.build                           &amp;&amp;
    130126
    131127mkdir build &amp;&amp;
     
    154150      href="../../xincludes/meson-buildtype-release.xml"/>
    155151
    156 <!--
    157152    <para>
    158153      <command>sed ... schema/*.xml</command>:  This command fixes a
     
    164159      problem when building with meson-0.59.0.
    165160    </para>
    166 -->
    167161
    168162    <!--
Note: See TracChangeset for help on using the changeset viewer.