Changeset 4f696d27 for networking


Ignore:
Timestamp:
03/07/2024 08:34:53 PM (8 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
ken/TL2024, trunk
Children:
ce0522dd
Parents:
9c5827f
Message:

Update to uhttpmock-0.10.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/uhttpmock.xml

    r9c5827f r4f696d27  
    77  <!ENTITY uhttpmock-download-http "https://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-&uhttpmock-version;.tar.xz">
    88  <!ENTITY uhttpmock-download-ftp  " ">
    9   <!ENTITY uhttpmock-md5sum        "dcbd66e80e1635e41b0e434b9852bd39">
    10   <!ENTITY uhttpmock-size          "311 KB">
    11   <!ENTITY uhttpmock-buildsize     "3.6 MB">
     9  <!ENTITY uhttpmock-md5sum        "ff303049fb20538f3558164f04986c79">
     10  <!ENTITY uhttpmock-size          "48 KB">
     11  <!ENTITY uhttpmock-buildsize     "2.1 MB">
    1212  <!ENTITY uhttpmock-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73       <xref linkend="libsoup"/>
     73      <xref linkend="libsoup3"/>
    7474    </para>
    7575
     
    9595    </para>
    9696
    97 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    98 make</userinput></screen>
     97<screen><userinput>mkdir build &amp;&amp;
     98cd    build &amp;&amp;
     99
     100meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
     101ninja</userinput></screen>
    99102
    100103    <para>
    101       To test the results, issue: <command>make check</command>.
     104      To test the results, issue: <command>ninja test</command>.
    102105    </para>
    103106
     
    106109    </para>
    107110
    108 <screen role="root"><userinput>make install</userinput></screen>
     111<screen role="root"><userinput>ninja install</userinput></screen>
    109112
    110113  </sect2>
     
    114117
    115118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116       href="../../xincludes/static-libraries.xml"/>
    117 
    118     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119       href="../../xincludes/gtk-doc-rebuild.xml"/>
     119      href="../../xincludes/meson-buildtype-release.xml"/>
    120120
    121121  </sect2>
     
    134134        </seg>
    135135        <seg>
    136           libuhttpmock-0.0.so
     136          libuhttpmock-1.0.so
    137137        </seg>
    138138        <seg>
    139           /usr/include/libuhttpmock-0.0 and
    140           /usr/share/gtk-doc/html/libuhttpmock-0.0
     139          /usr/include/libuhttpmock-1.0 and
     140          /usr/share/gtk-doc/html/libuhttpmock-1.0
    141141        </seg>
    142142      </seglistitem>
     
    148148      <?dbhtml list-presentation="table"?>
    149149
    150       <varlistentry id="libuhttpmock-0.0">
    151         <term><filename class="libraryfile">libuhttpmock-0.0.so</filename></term>
     150      <varlistentry id="libuhttpmock-1.0">
     151        <term><filename class="libraryfile">libuhttpmock-1.0.so</filename></term>
    152152        <listitem>
    153153          <para>
    154154            contains the <application>uhttpmock</application> API functions
    155155          </para>
    156           <indexterm zone="uhttpmock libuhttpmock-0.0">
    157             <primary sortas="c-libuhttpmock-0.0">libuhttpmock-0.0.so</primary>
     156          <indexterm zone="uhttpmock libuhttpmock-1.0">
     157            <primary sortas="c-libuhttpmock-1.0">libuhttpmock-1.0.so</primary>
    158158          </indexterm>
    159159        </listitem>
Note: See TracChangeset for help on using the changeset viewer.