Changeset 69299cf5


Ignore:
Timestamp:
09/16/2022 07:55:30 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/soup3
Children:
4b53c3a
Parents:
5ff076eb
git-author:
Xi Ruoyao <xry111@…> (09/16/2022 04:54:11 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/16/2022 07:55:30 PM)
Message:

update to gnome-online-accounts-3.45.2 (development release)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r5ff076eb r69299cf5  
    3737<!ENTITY gnome-menus-version               "3.36.0">
    3838<!ENTITY gnome-video-effects-version       "0.5.0">
    39 <!ENTITY gnome-online-accounts-version     "3.44.0">
     39<!ENTITY gnome-online-accounts-version     "3.45.2">
    4040<!ENTITY grilo-version                     "0.3.15">
    4141<!ENTITY libchamplain-version              "0.12.20">
  • gnome/platform/gnome-online-accounts.xml

    r5ff076eb r69299cf5  
    66
    77  <!ENTITY gnome-online-accounts-download-http
    8            "&gnome-download-http;/gnome-online-accounts/&gnome-minor-44;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     8           "&gnome-download-http;/gnome-online-accounts/3.45/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
    99  <!ENTITY gnome-online-accounts-download-ftp
    10            "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-44;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
    11   <!ENTITY gnome-online-accounts-md5sum        "ae928c27456d3a3f911d964c28d10754">
    12   <!ENTITY gnome-online-accounts-size          "839 KB">
     10           "&gnome-download-ftp;/gnome-online-accounts/3.45/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     11  <!ENTITY gnome-online-accounts-md5sum        "85725897c6e568213cee6245c8360477">
     12  <!ENTITY gnome-online-accounts-size          "372 KB">
    1313  <!ENTITY gnome-online-accounts-buildsize     "34 MB">
    1414  <!ENTITY gnome-online-accounts-time          "0.4 SBU">
     
    7777    <para role="required">
    7878      <xref linkend="gcr"/>,
    79       <xref linkend="json-glib"/>,
    8079      <xref linkend="rest"/>,
    8180      <xref linkend="vala"/>, and
     
    126125    </para>
    127126
    128 <screen><userinput>./configure --prefix=/usr \
    129             --disable-static \
    130             --with-google-client-secret=5ntt6GbbkjnTVXx-MSxbmx5e \
    131             --with-google-client-id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
    132 make</userinput></screen>
     127<screen><userinput>mkdir build &amp;&amp;
     128cd    build &amp;&amp;
     129
     130meson --prefix=/usr       \
     131      --buildtype=release \
     132      -Dgoogle_client_secret=5ntt6GbbkjnTVXx-MSxbmx5e \
     133      -Dgoogle_client_id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
     134ninja</userinput></screen>
    133135
    134136    <para>
     
    140142    </para>
    141143
    142 <screen role="root"><userinput>make install</userinput></screen>
     144<screen role="root"><userinput>ninja install</userinput></screen>
    143145
    144146  </sect2>
     
    148150
    149151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    150       href="../../xincludes/static-libraries.xml"/>
    151 
    152     <para>
    153       <parameter>--with-google-client-*</parameter>: These switches use the
     152      href="../../xincludes/meson-buildtype-release.xml"/>
     153
     154    <para>
     155      <parameter>-Dgoogle_client_*</parameter>: These switches use the
    154156      BLFS OAuth ID and secret for Google services.
    155157    </para>
    156158
    157159    <para>
    158       <option>--enable-kerberos</option>: Use this switch if you have
     160      <option>-Dkerberos=true</option>: Use this switch if you have
    159161      installed <xref linkend="mitkrb"/> and wish to use it with
    160162      <application>GNOME Online Accounts</application>.
    161163    </para>
    162 
    163     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    164       href="../../xincludes/gtk-doc-rebuild.xml"/>
    165164
    166165  </sect2>
  • introduction/welcome/changelog.xml

    r5ff076eb r69299cf5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[xry111] - Update to gnome-online-accounts-3.45.2.
     49          Use the development release for testing purpose.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[xry111] - Update to rest-0.9.1.  Fixes
    4953          <ulink url="&blfs-ticket-root;16011">#16011</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.