Changeset 4b53c3a


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

geocode-glib: use libsoup3

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/geocode-glib.xml

    r69299cf5 r4b53c3a  
    7979    <para role="required">
    8080      <xref linkend="json-glib"/> and
    81       <xref linkend="libsoup"/>
     81      <xref linkend="libsoup3"/>
    8282    </para>
    8383
     
    105105    </para>
    106106
    107     <screen><userinput>mkdir build                                   &amp;&amp;
    108 cd    build                                   &amp;&amp;
    109 meson --prefix /usr --buildtype=release -Denable-gtk-doc=false .. &amp;&amp;
     107    <screen><userinput>mkdir build &amp;&amp;
     108cd    build &amp;&amp;
     109meson --prefix=/usr          \
     110      --buildtype=release    \
     111      -Denable-gtk-doc=false \
     112      -Dsoup2=false .. &amp;&amp;
    110113ninja</userinput></screen>
    111114
    112115
    113116    <para>
    114       To test the results, issue: <command>LANG=C ninja test</command>. <!-- Note that
    115       at least one test is known to fail for unknown reasons. -->
     117      To test the results, issue: <command>LANG=C ninja test</command>.
     118      <!-- To editors: the test will pass if
     119           "make localedata/install-locales" used in LFS.  So don't remove
     120           the following note just because you don't see it.  -->
     121      One test fails because it needs the <literal>sv_SE.utf8</literal>
     122      locale, which is not installed by LFS.
    116123    </para>
    117124
     
    136143    </para>
    137144
     145    <para>
     146      <parameter>-Dsoup2=false</parameter>: Use libsoup-3 for HTTP request,
     147      instead of libsoup-2.  The BLFS packages using geocode-glib expect
     148      libsoup-3 is used.
     149    </para>
     150
    138151  </sect2>
    139152
     
    151164        </seg>
    152165        <seg>
    153           libgeocode-glib.so
     166          libgeocode-glib-2.so
    154167        </seg>
    155168        <seg>
    156           /usr/include/geocode-glib-1.0,
     169          /usr/include/geocode-glib-2.0,
    157170          /usr/libexec/installed-tests/geocode-glib,
    158171          /usr/share/icons/gnome/scalable/places, and
     
    167180      <?dbhtml list-presentation="table"?>
    168181
    169       <varlistentry id="libgeocode-glib">
    170         <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
     182      <varlistentry id="libgeocode-glib-2">
     183        <term><filename class="libraryfile">libgeocode-glib-2.so</filename></term>
    171184        <listitem>
    172185          <para>
    173186            contains the <application>Geocode GLib</application> API functions
    174187          </para>
    175           <indexterm zone="geocode-glib libgeocode-glib">
    176             <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
     188          <indexterm zone="geocode-glib libgeocode-glib-2">
     189            <primary sortas="c-libgeocode-glib-2">libgeocode-glib-2.so</primary>
    177190          </indexterm>
    178191        </listitem>
  • introduction/welcome/changelog.xml

    r69299cf5 r4b53c3a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[xry111] - Use libsoup3 for geocode-glib, instead of
     49          libsoup2.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[xry111] - Update to gnome-online-accounts-3.45.2.
    4953          Use the development release for testing purpose.</para>
Note: See TracChangeset for help on using the changeset viewer.