Changeset 7a81c7f


Ignore:
Timestamp:
12/16/2022 07:08:55 PM (17 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:
c5408a2
Parents:
46a7b287
Message:

Update to rest-0.9.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r46a7b287 r7a81c7f  
    2828<!ENTITY gsettings-desktop-schemas-version "43.0">
    2929<!ENTITY libsecret-version                 "0.20.5">
    30 <!ENTITY rest-version                      "0.8.1">
     30<!ENTITY rest-version                      "0.9.1">
    3131<!ENTITY totem-pl-parser-version           "3.26.6">
    3232<!ENTITY vte-minor                         "0.70">
  • gnome/platform/rest.xml

    r46a7b287 r7a81c7f  
    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">
    11   <!ENTITY rest-buildsize     "12.5 MB (with tests)">
    12   <!ENTITY rest-time          "0.2 SBU (with tests)">
     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">
     11  <!ENTITY rest-buildsize     "3.2 MB (with tests)">
     12  <!ENTITY rest-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    7373    <bridgehead renderas="sect4">Required</bridgehead>
    7474    <para role="required">
    75       <xref linkend="make-ca"/> and
    76       <xref linkend="libsoup"/>
     75      <xref linkend="json-glib"/>,
     76      <xref linkend="libsoup3"/>, and
     77      <xref linkend="make-ca"/>
    7778    </para>
    7879
     
    8485    <bridgehead renderas="sect4">Optional</bridgehead>
    8586    <para role="optional">
    86       <xref linkend="gtk-doc"/> and
    87       <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
     87      <xref linkend="libadwaita"/> (to build the demo),
     88      <xref linkend="vala"/>, and
     89      <ulink url="https://gnome.pages.gitlab.gnome.org/gi-docgen/">gi-docgen</ulink>
    8890    </para>
    8991
     
    101103    </para>
    102104
    103 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    104 make</userinput></screen>
    105 
    106     <para>
    107       To test the results, issue: <command>make check</command>.
    108       The flickr test will fail due to Public API changes on their site.
    109       The OAuth tests will fail because the website that it uses to test
    110       connectivity via OAuth no longer exists.
     105<screen><userinput>mkdir build &amp;&amp;
     106cd    build &amp;&amp;
     107
     108meson --prefix=/usr        \
     109      --buildtype=release  \
     110      -Dexamples=false     \
     111      -Dgtk_doc=false      .. &amp;&amp;
     112ninja</userinput></screen>
     113
     114    <para>
     115      To test the results, issue: <command>ninja test</command>.
    111116    </para>
    112117
     
    115120    </para>
    116121
    117 <screen role="root"><userinput>make install</userinput></screen>
     122<screen role="root"><userinput>ninja install</userinput></screen>
    118123
    119124  </sect2>
     
    123128
    124129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    125     href="../../xincludes/gtk-doc-rebuild.xml"/>
    126 
     130    href="../../xincludes/meson-buildtype-release.xml"/>
     131
     132    <para>
     133      <parameter>-Dgtk_doc=false</parameter>: Remove this option if
     134      <ulink url="https://gnome.pages.gitlab.gnome.org/gi-docgen/">gi-docgen</ulink>
     135      is installed and you wish to build and install the API documentation.
     136    </para>
     137
     138    <para>
     139      <parameter>-Dexamples=false</parameter>: Remove this option if
     140      <xref linkend="libadwaita"/> is installed and you wish to build the
     141      demonstration application provided by this package.
     142    </para>
     143
     144    <para>
     145      <option>-Dvapi=true</option>: Use this switch if <xref linkend="vala"/>
     146      is installed and you wish to build the Vala bindings provided by this
     147      package.
     148    </para>
    127149  </sect2>
    128150
     
    137159      <seglistitem>
    138160        <seg>
    139           None
     161          librest-demo (optional)
    140162        </seg>
    141163        <seg>
    142           librest-0.7.so and librest-extras-0.7.so
     164          librest-1.0.so and librest-extras-1.0.so
    143165        </seg>
    144166        <seg>
    145           /usr/include/rest-0.7 and
    146           /usr/share/gtk-doc/html/rest-0.7
     167          /usr/include/rest-1.0 and
     168          /usr/share/gtk-doc/html/rest-1.0
    147169        </seg>
    148170      </seglistitem>
     
    154176      <?dbhtml list-presentation="table"?>
    155177
    156       <varlistentry id="librest-0.7">
    157         <term><filename class="libraryfile">librest-0.7.so</filename></term>
     178      <varlistentry id="librest-demo">
     179        <term><command>librest-demo</command></term>
     180        <listitem>
     181          <para>
     182            provides an example of how to use the RESTful Web API Query
     183            functions
     184          </para>
     185          <indexterm zone="rest librest-demo">
     186            <primary sortas="b-librest-demo">librest-demo</primary>
     187          </indexterm>
     188        </listitem>
     189      </varlistentry>
     190
     191      <varlistentry id="librest-1.0">
     192        <term><filename class="libraryfile">librest-1.0.so</filename></term>
    158193        <listitem>
    159194          <para>
    160195            contains the RESTful Web API Query functions
    161196          </para>
    162           <indexterm zone="rest librest-0.7">
    163             <primary sortas="c-librest-0.7">librest-0.7.so</primary>
     197          <indexterm zone="rest librest-1.0">
     198            <primary sortas="c-librest-1.0">librest-1.0.so</primary>
    164199          </indexterm>
    165200        </listitem>
    166201      </varlistentry>
    167202
    168       <varlistentry id="librest-extras-0.7">
    169         <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
     203      <varlistentry id="librest-extras-1.0">
     204        <term><filename class="libraryfile">librest-extras-1.0.so</filename></term>
    170205        <listitem>
    171206          <para>
    172207            contains extra RESTful Web API Query functions
    173208          </para>
    174           <indexterm zone="rest librest-extras-0.7">
    175             <primary sortas="c-librest-extras-0.7">librest-extras-0.7.so</primary>
     209          <indexterm zone="rest librest-extras-1.0">
     210            <primary sortas="c-librest-extras-1.0">librest-extras-1.0.so</primary>
    176211          </indexterm>
    177212        </listitem>
  • introduction/welcome/changelog.xml

    r46a7b287 r7a81c7f  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to rest-0.9.1. Fixes
     46          <ulink url="&blfs-ticket-root;16011">#16011</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to vte-0.70.2. Fixes
    4650          <ulink url="&blfs-ticket-root;17043">#17043</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.