Ignore:
Timestamp:
12/16/2022 07:43:23 PM (22 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
855a2656
Parents:
f4f11ec4
Message:

Update to gnome-online-accounts-3.46.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.