Changeset 71b76886


Ignore:
Timestamp:
12/28/2022 03:27:28 AM (16 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
550bb8b
Parents:
7e611b1d
Message:

Update to libgweather-4.2.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r7e611b1d r71b76886  
    4747<!ENTITY libgee-version                    "0.20.6">
    4848<!ENTITY libgtop-version                   "2.40.0">
    49 <!ENTITY libgweather-minor                 "4.0">
     49<!ENTITY libgweather-minor                 "4.2">
    5050<!ENTITY libgweather-version               "&libgweather-minor;.0">
    5151<!ENTITY libpeas-version                   "1.32.0">
  • gnome/platform/libgweather.xml

    r7e611b1d r71b76886  
    99  <!ENTITY libgweather-download-ftp
    1010           "&gnome-download-ftp;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
    11   <!ENTITY libgweather-md5sum        "2aa2708dfde3481c87da3d7ea27110da">
    12   <!ENTITY libgweather-size          "4.5 MB">
    13   <!ENTITY libgweather-buildsize     "108 MB (with tests)">
     11  <!ENTITY libgweather-md5sum        "4c0c46102dcb5e813ff698e5f713e4bb">
     12  <!ENTITY libgweather-size          "2.6 MB">
     13  <!ENTITY libgweather-buildsize     "95 MB (with tests)">
    1414  <!ENTITY libgweather-time          "0.2 SBU (with tests)">
    1515]>
     
    7575    <para role="required">
    7676      <xref linkend="geocode-glib"/>,
    77       <xref linkend="gtk3"/>, and
    78       <xref linkend="libsoup"/>
     77      <xref linkend="gtk3"/>,
     78      <xref linkend="libsoup3"/>, and
     79      <xref linkend="pygobject3"/>
    7980    </para>
    8081
     
    8889    <bridgehead renderas="sect4">Optional</bridgehead>
    8990    <para role="optional">
    90       <xref linkend="gtk-doc"/>,
    91       <ulink url="http://glade.gnome.org/">Glade</ulink>,
     91      <xref linkend="llvm"/> (for clang-format),
     92      <ulink url="&gi-docgen-url;">gi-docgen</ulink>,
    9293      <ulink url="https://pypi.org/project/pylint/">pylint</ulink>, and
    9394      for the bundled gi-docgen module:
     
    120121
    121122    <para>
    122       One test needs that the locale files be installed on the system. So
     123      One test needs that the locale files be installed on the system, so
    123124      it is better to run the tests after installing the package.
    124125    </para>
     
    131132
    132133    <para>
    133       To test the results, issue: <command>ninja test</command>. One test,
    134       metar, is known to fail.
     134      To test the results, issue: <command>LC_ALL=C ninja test</command>. One
     135      test, metar, is known to fail.
    135136    </para>
    136137
     
    189190          </para>
    190191          <indexterm zone="libgweather libgweather-4">
    191             <primary sortas="c-libgweather-3">libgweather-4.so</primary>
     192            <primary sortas="c-libgweather-4">libgweather-4.so</primary>
    192193          </indexterm>
    193194        </listitem>
  • introduction/welcome/changelog.xml

    r7e611b1d r71b76886  
    4040    -->
    4141    <listitem>
     42      <para>December 28th, 2022</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to libgweather-4.2.0. Fixes
     46          <ulink url="&blfs-ticket-root;17091">#17091</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>December 27th, 2022</para>
    4353      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.