Changeset 5ff076eb


Ignore:
Timestamp:
09/16/2022 07:55:30 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/soup3
Children:
69299cf5
Parents:
be9944b
git-author:
Xi Ruoyao <xry111@…> (09/16/2022 04:33:16 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/16/2022 07:55:30 PM)
Message:

update to rest-0.9.1 (#16011)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    rbe9944b r5ff076eb  
    2525<!ENTITY gsettings-desktop-schemas-version "42.0">
    2626<!ENTITY libsecret-version                 "0.20.5">
    27 <!ENTITY rest-version                      "0.8.1">
     27<!ENTITY rest-version                      "0.9.1">
    2828<!ENTITY totem-pl-parser-version           "3.26.6">
    2929<!ENTITY vte-minor                         "0.68">
  • gnome/platform/rest.xml

    rbe9944b r5ff076eb  
    55  %general-entities;
    66
    7   <!ENTITY rest-download-http "&gnome-download-http;/rest/0.8/rest-&rest-version;.tar.xz">
    8   <!ENTITY rest-download-ftp  "&gnome-download-ftp;/rest/0.8/rest-&rest-version;.tar.xz">
    9   <!ENTITY rest-md5sum        "ece4547298a81105f307369d73c21b9d">
    10   <!ENTITY rest-size          "332 KB">
     7  <!ENTITY rest-download-http "&gnome-download-http;/rest/0.9/rest-&rest-version;.tar.xz">
     8  <!ENTITY rest-download-ftp  "&gnome-download-ftp;/rest/0.9/rest-&rest-version;.tar.xz">
     9  <!ENTITY rest-md5sum        "b997b83232be3814a1b78530c5700df9">
     10  <!ENTITY rest-size          "72 KB">
    1111  <!ENTITY rest-buildsize     "12.5 MB (with tests)">
    1212  <!ENTITY rest-time          "0.2 SBU (with tests)">
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="make-ca"/> and
    79       <xref linkend="libsoup"/>
     78      <xref linkend="json-glib"/>,
     79      <xref linkend="libsoup3"/>, and
     80          <xref linkend="make-ca"/>
    8081    </para>
    8182
     
    8788    <bridgehead renderas="sect4">Optional</bridgehead>
    8889    <para role="optional">
    89       <xref linkend="gtk-doc"/> and
    90       <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
     90      <xref linkend="libadwaita1"/> (for demo),
     91      <xref linkend="vala"/>, and
     92      <ulink url="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</ulink> (for documentation)
    9193    </para>
    9294
     
    104106    </para>
    105107
    106 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     108<screen><userinput>mkdir build &amp;&amp;
     109cd    build &amp;&amp;
     110
     111meson --prefix=/usr       \
     112      --buildtype=release \
     113      -Dexamples=false    \
     114      -Dgtk_doc=false     &amp;&amp;
    107115make</userinput></screen>
    108116
    109117    <para>
    110       To test the results, issue: <command>make check</command>.
    111       The flickr test will fail due to Public API changes on their site.
    112       The OAuth tests will fail because the website that it uses to test
    113       connectivity via OAuth no longer exists.
     118      To test the results, issue: <command>ninja test</command>.
    114119    </para>
    115120
     
    118123    </para>
    119124
    120 <screen role="root"><userinput>make install</userinput></screen>
     125<screen role="root"><userinput>ninja install</userinput></screen>
    121126
    122127  </sect2>
     
    126131
    127132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128     href="../../xincludes/gtk-doc-rebuild.xml"/>
    129 
     133    href="../../xincludes/meson-buildtype-release.xml"/>
     134
     135    <para>
     136      <parameter>-Dexamples=false</parameter>: Remove this parameter if
     137          <application>libadwaita</application> is installed and you wish to
     138      build the demo of this package.
     139    </para>
     140
     141    <para>
     142      <parameter>-Dgtk_doc=false</parameter>: Remove this parameter if
     143          <application>gi-docgen</application> is installed and you wish to
     144      rebuild and install the API documentation.
     145    </para>
     146
     147    <para>
     148      <option>-Dvapi=true</option>: Add this option if
     149          <application>Vala</application> is installed and you wish to build
     150      and install the Vala binding of this package.
     151    </para>
    130152  </sect2>
    131153
     
    143165        </seg>
    144166        <seg>
    145           librest-0.7.so and librest-extras-0.7.so
     167          librest-1.0.so and librest-extras-1.0.so
    146168        </seg>
    147169        <seg>
    148           /usr/include/rest-0.7 and
    149           /usr/share/gtk-doc/html/rest-0.7
     170          /usr/include/rest-1.0
    150171        </seg>
    151172      </seglistitem>
     
    157178      <?dbhtml list-presentation="table"?>
    158179
    159       <varlistentry id="librest-0.7">
    160         <term><filename class="libraryfile">librest-0.7.so</filename></term>
     180      <varlistentry id="librest-1.0">
     181        <term><filename class="libraryfile">librest-1.0.so</filename></term>
    161182        <listitem>
    162183          <para>
    163184            contains the RESTful Web API Query functions
    164185          </para>
    165           <indexterm zone="rest librest-0.7">
    166             <primary sortas="c-librest-0.7">librest-0.7.so</primary>
     186          <indexterm zone="rest librest-1.0">
     187            <primary sortas="c-librest-1.0">librest-1.0.so</primary>
    167188          </indexterm>
    168189        </listitem>
    169190      </varlistentry>
    170191
    171       <varlistentry id="librest-extras-0.7">
    172         <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
     192      <varlistentry id="librest-extras-1.0">
     193        <term><filename class="libraryfile">librest-extras-1.0.so</filename></term>
    173194        <listitem>
    174195          <para>
    175196            contains extra RESTful Web API Query functions
    176197          </para>
    177           <indexterm zone="rest librest-extras-0.7">
    178             <primary sortas="c-librest-extras-0.7">librest-extras-0.7.so</primary>
     198          <indexterm zone="rest librest-extras-1.0">
     199            <primary sortas="c-librest-extras-1.0">librest-extras-1.0.so</primary>
    179200          </indexterm>
    180201        </listitem>
  • introduction/welcome/changelog.xml

    rbe9944b r5ff076eb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[xry111] - Update to rest-0.9.1.  Fixes
     49          <ulink url="&blfs-ticket-root;16011">#16011</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[xry111] - Update to WebKitGTK-2.38.0.  Fixes
    4953          <ulink url="&blfs-ticket-root;17046">#17046</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.