Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libgweather.xml

    re9a55974 r71b76886  
    66
    77  <!ENTITY libgweather-download-http
    8            "&gnome-download-http;/libgweather/&gnome-40;/libgweather-&libgweather-version;.tar.xz">
     8           "&gnome-download-http;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
    99  <!ENTITY libgweather-download-ftp
    10            "&gnome-download-ftp;/libgweather/&gnome-40;/libgweather-&libgweather-version;.tar.xz">
    11   <!ENTITY libgweather-md5sum        "a9c0989890a837982defd8238e1eb356">
     10           "&gnome-download-ftp;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
     11  <!ENTITY libgweather-md5sum        "4c0c46102dcb5e813ff698e5f713e4bb">
    1212  <!ENTITY libgweather-size          "2.6 MB">
    13   <!ENTITY libgweather-buildsize     "94 MB">
    14   <!ENTITY libgweather-time          "0.2 SBU">
     13  <!ENTITY libgweather-buildsize     "95 MB (with tests)">
     14  <!ENTITY libgweather-time          "0.2 SBU (with tests)">
    1515]>
    1616
     
    1818  <?dbhtml filename="libgweather.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>libgweather-&libgweather-version;</title>
     
    3734    </para>
    3835
    39     &lfs110a_checked;
     36    &lfs112_checked;
    4037
    4138    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7875    <para role="required">
    7976      <xref linkend="geocode-glib"/>,
    80       <xref linkend="gtk3"/>, and
    81       <xref linkend="libsoup"/>
     77      <xref linkend="gtk3"/>,
     78      <xref linkend="libsoup3"/>, and
     79      <xref linkend="pygobject3"/>
    8280    </para>
    8381
     
    9189    <bridgehead renderas="sect4">Optional</bridgehead>
    9290    <para role="optional">
    93       <xref linkend="gtk-doc"/>,
    94       <ulink url="http://glade.gnome.org/">Glade</ulink>, and
    95       <ulink url="https://pypi.org/project/pylint/">pylint</ulink>
     91      <xref linkend="llvm"/> (for clang-format),
     92      <ulink url="&gi-docgen-url;">gi-docgen</ulink>,
     93      <ulink url="https://pypi.org/project/pylint/">pylint</ulink>, and
     94      for the bundled gi-docgen module:
     95      <phrase revision="sysv"><xref linkend="Jinja2"/>,
     96      <xref linkend="MarkupSafe"/>,</phrase>
     97      <xref linkend="pygments"/>,
     98      <ulink url="https://pypi.org/project/Markdown/">Markdown</ulink>,
     99      <ulink url="https://pypi.org/project/toml/">toml</ulink>, and
     100      <ulink url="https://pypi.org/project/typogrify/">typogrify</ulink>
    96101    </para>
    97102
     
    112117cd    build &amp;&amp;
    113118
    114 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     119meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
    115120ninja</userinput></screen>
    116121
    117122    <para>
    118       To test the results, issue: <command>LANG=C ninja test</command>.
     123      One test needs that the locale files be installed on the system, so
     124      it is better to run the tests after installing the package.
    119125    </para>
    120126
     
    124130
    125131<screen role="root"><userinput>ninja install</userinput></screen>
     132
     133    <para>
     134      To test the results, issue: <command>LC_ALL=C ninja test</command>. One
     135      test, metar, is known to fail.
     136    </para>
    126137
    127138  </sect2>
     
    134145
    135146    <para>
    136       <option>-Dgtk_doc=true</option>: Use this parameter if
    137       <application>GTK-Doc</application> is installed and you wish to rebuild
     147      <parameter>-Dgtk_doc=false</parameter>: allows building without using
     148      the bundled <application>gi-docgen</application> module. Remove this
     149      switch if you have the needed dependencies, and you wish to rebuild
    138150      and install the API documentation.
    139151    </para>
     
    154166        </seg>
    155167        <seg>
    156           libgweather-3.so
     168          libgweather-4.so
    157169        </seg>
    158170        <seg>
    159           /usr/lib/libgweather,
    160           /usr/include/libgweather-3.0,
    161           /usr/share/gtk-doc/html/libgweather-3.0 and
    162           /usr/share/libgweather
     171          /usr/lib/libgweather-4,
     172          /usr/include/libgweather-4.0,
     173          /usr/share/gtk-doc/html/libgweather-4.0 (optional), and
     174          /usr/share/libgweather-4
    163175        </seg>
    164176      </seglistitem>
     
    170182      <?dbhtml list-presentation="table"?>
    171183
    172       <varlistentry id="libgweather-3">
    173         <term><filename class="libraryfile">libgweather-3.so</filename></term>
     184      <varlistentry id="libgweather-4">
     185        <term><filename class="libraryfile">libgweather-4.so</filename></term>
    174186        <listitem>
    175187          <para>
     
    177189            information
    178190          </para>
    179           <indexterm zone="libgweather libgweather-3">
    180             <primary sortas="c-libgweather-3">libgweather-3.so</primary>
     191          <indexterm zone="libgweather libgweather-4">
     192            <primary sortas="c-libgweather-4">libgweather-4.so</primary>
    181193          </indexterm>
    182194        </listitem>
Note: See TracChangeset for help on using the changeset viewer.