Changeset dd97b05


Ignore:
Timestamp:
04/09/2024 06:40:49 PM (5 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
lazarus, trunk
Children:
3c37260
Parents:
cf1e858
Message:

Update to libshumate-1.2.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    rcf1e858 rdd97b05  
    5151<!ENTITY libgweather-version               "&libgweather-minor;.2">
    5252<!ENTITY libpeas-version                   "1.36.0">
    53 <!ENTITY libshumate-version                "1.1.3">
     53<!ENTITY libshumate-version                "1.2.0">
    5454<!ENTITY libwnck-version                   "43.0">
    5555<!ENTITY evolution-data-server-version     "3.50.4">
  • gnome/platform/libshumate.xml

    rcf1e858 rdd97b05  
    55  %general-entities;
    66
    7   <!ENTITY libshumate-download-http "&gnome-download-http;/libshumate/1.1/libshumate-&libshumate-version;.tar.xz">
     7  <!ENTITY libshumate-download-http "&gnome-download-http;/libshumate/1.2/libshumate-&libshumate-version;.tar.xz">
    88  <!ENTITY libshumate-download-ftp  " ">
    9   <!ENTITY libshumate-md5sum        "64c9ec76c3b1b073aa4130c081eabbba">
    10   <!ENTITY libshumate-size          "296 KB">
    11   <!ENTITY libshumate-buildsize     "5.4 MB">
    12   <!ENTITY libshumate-time          "0.2 SBU">
     9  <!ENTITY libshumate-md5sum        "eb39d4dac6eafc7b685bda90b5113384">
     10  <!ENTITY libshumate-size          "316 KB">
     11  <!ENTITY libshumate-buildsize     "13 MB">
     12  <!ENTITY libshumate-time          "0.4 SBU">
    1313]>
    1414
     
    7070    <bridgehead renderas="sect4">Required</bridgehead>
    7171    <para role="required">
    72       <xref linkend="gtk4"/> and
    73       <xref linkend="libsoup3"/>
     72      <xref linkend="gtk4"/>,
     73      <xref linkend="libsoup3"/>, and
     74      <xref linkend="protobuf-c"/>
    7475    </para>
    7576
     
    8182    <bridgehead renderas="sect4">Optional</bridgehead>
    8283    <para role="optional">
    83       <xref linkend="gi-docgen"/> and
     84      <xref linkend="gi-docgen"/>,
     85      <xref linkend="valgrind"/>, and
    8486      <ulink url="&sysprof-url;">sysprof</ulink>
    8587    </para>
     
    115117ninja</userinput></screen>
    116118
     119<!--
    117120    <para>
    118121      To test the results, issue: <command>ninja test</command>.
     122    </para>
     123-->
     124
     125    <para>
     126      The test suite requires this package to be built with special options.
     127      If you wish to run the tests, follow the instructions after installation.
    119128    </para>
    120129
     
    124133
    125134<screen role="root"><userinput>ninja install</userinput></screen>
     135
     136    <para>
     137      If you wish to run the tests, issue:
     138    </para>
     139
     140<screen><userinput>meson configure --buildtype=debug &amp;&amp;
     141ninja test</userinput></screen>
     142
    126143  </sect2>
    127144
  • introduction/welcome/changelog.xml

    rcf1e858 rdd97b05  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>April 9th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to libshumate-1.2.0. Fixes
     46          <ulink url="&blfs-ticket-root;19492">#19492</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>April 8th, 2024</para>
Note: See TracChangeset for help on using the changeset viewer.