Ignore:
Timestamp:
10/26/2017 03:31:11 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ac36d0
Parents:
ad53d2d0
Message:

Update to gnome-online-accounts-3.26.1.
Add notes about Google and Mozilla 0Auth API ID/secrets.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19381 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-online-accounts.xml

    rad53d2d0 re5c8de01  
    66
    77  <!ENTITY gnome-online-accounts-download-http
    8            "&gnome-download-http;/gnome-online-accounts/&gnome-minor-24;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     8           "&gnome-download-http;/gnome-online-accounts/&gnome-minor-26;/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-24;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
    11   <!ENTITY gnome-online-accounts-md5sum        "2f28fc3f3db17d049092700075ca15bd">
    12   <!ENTITY gnome-online-accounts-size          "1.3 MB">
    13   <!ENTITY gnome-online-accounts-buildsize     "46 MB">
     10           "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-26;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     11  <!ENTITY gnome-online-accounts-md5sum        "2154213beff0e6e290bf7ee74c5c3001">
     12  <!ENTITY gnome-online-accounts-size          "1.4 MB">
     13  <!ENTITY gnome-online-accounts-buildsize     "32 MB">
    1414  <!ENTITY gnome-online-accounts-time          "0.5 SBU">
    1515]>
     
    109109    <title>Installation of GNOME Online Accounts</title>
    110110
     111    <note>
     112      <para>
     113        <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
     114        The Google API Key and OAuth tokens below are specific to LFS. If using
     115        these instructions for another distro, or if you intend to distribute
     116        binary copies of the software using these instructions, please obtain
     117        your own keys following the instructions located at
     118        <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/>.
     119        <!-- BLFS Devs, register an account at Google with your
     120        @linuxfromscratch.org email address, and I'll make you an administrator
     121        for the 'Google APIs for LFS' project (where the API and OAuth keys
     122        were created for use in the book).-->
     123      </para>
     124    </note>
     125
    111126    <para>
    112127      Install <application>GNOME Online Accounts</application> by running the following
     
    114129    </para>
    115130
    116 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     131<screen><userinput>./configure --prefix=/usr \
     132            --disable-static \
     133            --with-google-client-secret=5ntt6GbbkjnTVXx-MSxbmx5e \
     134            --with-google-client-id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
    117135make</userinput></screen>
    118136
     
    134152    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135153      href="../../xincludes/static-libraries.xml"/>
     154
     155    <para>
     156      <parameter>--with-google-client-*</parameter>: These switches use the
     157      BLFS 0Auth ID and secret for Goolge services.
     158    </para>
    136159
    137160    <para>
Note: See TracChangeset for help on using the changeset viewer.