Changeset 4693aa1f


Ignore:
Timestamp:
12/16/2022 07:43:23 PM (16 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:
855a2656
Parents:
f4f11ec4
Message:

Update to gnome-online-accounts-3.46.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    rf4f11ec4 r4693aa1f  
    1414<!ENTITY gnome-minor-42       "3.42">
    1515<!ENTITY gnome-minor-44       "3.44">
     16<!ENTITY gnome-minor-46       "3.46">
    1617<!ENTITY gnome-40             "40">
    1718<!ENTITY gnome-41             "41">
     
    4041<!ENTITY gnome-menus-version               "3.36.0">
    4142<!ENTITY gnome-video-effects-version       "0.5.0">
    42 <!ENTITY gnome-online-accounts-version     "3.44.0">
     43<!ENTITY gnome-online-accounts-version     "3.46.0">
    4344<!ENTITY grilo-version                     "0.3.15">
    4445<!ENTITY libchamplain-version              "0.12.20">
  • gnome/platform/gnome-online-accounts.xml

    rf4f11ec4 r4693aa1f  
    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/&gnome-minor-46;/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">
    13   <!ENTITY gnome-online-accounts-buildsize     "34 MB">
    14   <!ENTITY gnome-online-accounts-time          "0.4 SBU">
     10           "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-46;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     11  <!ENTITY gnome-online-accounts-md5sum        "018a7d08ec2522e472c44da2e24f3429">
     12  <!ENTITY gnome-online-accounts-size          "372 KB">
     13  <!ENTITY gnome-online-accounts-buildsize     "16 MB">
     14  <!ENTITY gnome-online-accounts-time          "0.2 SBU">
    1515]>
    1616
     
    123123    </para>
    124124
    125 <screen><userinput>./configure --prefix=/usr \
    126             --disable-static \
    127             --with-google-client-secret=5ntt6GbbkjnTVXx-MSxbmx5e \
    128             --with-google-client-id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
    129 make</userinput></screen>
     125<screen><userinput>mkdir build &amp;&amp;
     126cd    build &amp;&amp;
     127
     128meson --prefix=/usr                                   \
     129      --buildtype=release                             \
     130      -Dkerberos=false                                \
     131      -Dgoogle_client_secret=5ntt6GbbkjnTVXx-MSxbmx5e \
     132      -Dgoogle_client_id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
     133ninja</userinput></screen>
    130134
    131135    <para>
     
    137141    </para>
    138142
    139 <screen role="root"><userinput>make install</userinput></screen>
     143<screen role="root"><userinput>ninja install</userinput></screen>
    140144
    141145  </sect2>
     
    145149
    146150    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147       href="../../xincludes/static-libraries.xml"/>
    148 
    149     <para>
    150       <parameter>--with-google-client-*</parameter>: These switches use the
     151      href="../../xincludes/meson-buildtype-release.xml"/>
     152
     153    <para>
     154      <parameter>-Dgoogle_*</parameter>: These switches set the
    151155      BLFS OAuth ID and secret for Google services.
    152156    </para>
    153157
    154158    <para>
    155       <option>--enable-kerberos</option>: Use this switch if you have
    156       installed <xref linkend="mitkrb"/> and wish to use it with
     159      <option>-Dgtk_doc=true</option>: Use this switch if you have
     160      <xref linkend="gtk-doc" role="nodep"/> installed and you wish to generate
     161      the API documentation.
     162    </para>
     163
     164    <para>
     165      <option>-Dkerberos=true</option>: Use this switch if you have
     166      installed <xref linkend="mitkrb" role="nodep"/> and wish to use it with
    157167      <application>GNOME Online Accounts</application>.
    158168    </para>
    159 
    160     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161       href="../../xincludes/gtk-doc-rebuild.xml"/>
    162169
    163170  </sect2>
  • introduction/welcome/changelog.xml

    rf4f11ec4 r4693aa1f  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to gnome-online-accounts-3.46.0. Fixes
     46          <ulink url="&blfs-ticket-root;17067">#17067</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to cheese-43.0. Fixes
    4650          <ulink url="&blfs-ticket-root;17401">#17401</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.