Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    r7b2fed0f rc5408a2  
    55  %general-entities;
    66
    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)">
     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)">
    1313]>
    1414
     
    1616  <?dbhtml filename="gcr.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Gcr-&gcr-version;</title>
     
    3633    </para>
    3734
    38     &lfs110a_checked;
     35    &lfs112_checked;
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8683      <xref linkend="gobject-introspection"/>,
    8784      <xref linkend="gtk3"/>,
     85      <xref linkend="libsecret"/>,
    8886      <xref linkend="libxslt"/>, and
    8987      <xref linkend="vala"/>
     
    9290    <bridgehead renderas="sect4">Optional</bridgehead>
    9391    <para role="optional">
    94       <xref linkend="gtk-doc"/> and
    95       <xref linkend="valgrind"/>
     92      <!--<xref linkend="gtk-doc"/> and-->
     93      <xref linkend="valgrind"/> and
     94      <ulink url="&gi-docgen-url;">gi-docgen</ulink>
    9695    </para>
    9796
     
    114113    -->
    115114
     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
    116124    <para>
    117125      Install <application>Gcr</application> by running the following
     
    120128
    121129<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    122 
    123 sed -e '208 s/@BASENAME@/gcr-viewer.desktop/'   \
    124     -e '231 s/@BASENAME@/gcr-prompter.desktop/' \
    125     -i ui/meson.build                           &amp;&amp;
    126130
    127131mkdir build &amp;&amp;
     
    150154      href="../../xincludes/meson-buildtype-release.xml"/>
    151155
     156<!--
    152157    <para>
    153158      <command>sed ... schema/*.xml</command>:  This command fixes a
     
    159164      problem when building with meson-0.59.0.
    160165    </para>
     166-->
    161167
    162168    <!--
Note: See TracChangeset for help on using the changeset viewer.