Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libpeas.xml

    r8558044 r550bb8b  
    55  %general-entities;
    66
    7   <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.30/libpeas-&libpeas-version;.tar.xz">
    8   <!ENTITY libpeas-download-ftp  "&gnome-download-ftp;/libpeas/1.30/libpeas-&libpeas-version;.tar.xz">
    9   <!ENTITY libpeas-md5sum        "60b9d9fe2ee9dd518fb12d5d404e296a">
     7  <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.34/libpeas-&libpeas-version;.tar.xz">
     8  <!ENTITY libpeas-download-ftp  "&gnome-download-ftp;/libpeas/1.34/libpeas-&libpeas-version;.tar.xz">
     9  <!ENTITY libpeas-md5sum        "8f71eec16b5c5da2a6ee37ecc5491eb9">
    1010  <!ENTITY libpeas-size          "192 KB">
    11   <!ENTITY libpeas-buildsize     "12 MB (with tests)">
     11  <!ENTITY libpeas-buildsize     "9.4 MB (with tests)">
    1212  <!ENTITY libpeas-time          "0.2 SBU (with tests)">
    1313]>
     
    1616  <?dbhtml filename="libpeas.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libpeas-&libpeas-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8784    <bridgehead renderas="sect4">Optional</bridgehead>
    8885    <para role="optional">
    89       <xref linkend="gtk-doc"/>,
     86      <ulink url="&gi-docgen-url;">gi-docgen</ulink>,
    9087      <ulink url="http://glade.gnome.org/">Glade</ulink>,
    9188      <ulink url="https://pypi.org/project/embed">embed</ulink>,
     
    104101    <title>Installation of libpeas</title>
    105102
    106 <!-- Fixed in 1.30.0
    107     <para>
    108       First, adapt the tests to changes in meson-0.55:
    109     </para>
    110 
    111 <screen><userinput remap="pre">sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build</userinput></screen>
    112 -->
    113 
    114103    <para>
    115104      Install <application>libpeas</application> by running the following
     
    120109cd    build &amp;&amp;
    121110
    122 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     111meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
    123112ninja</userinput></screen>
    124113
     
    143132      href="../../xincludes/meson-buildtype-release.xml"/>
    144133
     134    <!-- gi-docgen can get installed without this, if deps exist -->
     135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     136      href="../../xincludes/meson-wrap-nofallback.xml"/>
     137
    145138    <para>
    146139      <option>-Dvapi=true</option>: Add this switch if you wish to
     
    154147
    155148    <para>
    156       <option>-Dgtk_doc=true</option>: Add this switch if wish to
    157       build the reference manual.
     149      <option>-Dgtk_doc=true</option>: Add this switch if you wish to
     150      build the reference manual and you have
     151      <ulink url="&gi-docgen-url;">gi-docgen</ulink> installed on your system.
    158152    </para>
    159153
     
    179173          /usr/lib/libpeas-1.0,
    180174          /usr/lib/peas-demo and
    181           /usr/share/gtk-doc/html/libpeas
     175          /usr/share/gtk-doc/html/libpeas (optional)
    182176        </seg>
    183177      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.