Changeset e5c8de01


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    rad53d2d0 re5c8de01  
    2727<!ENTITY gnome-desktop-version             "3.26.1">
    2828<!ENTITY gnome-menus-version               "3.13.3">
     29<!ENTITY gnome-online-accounts-version     "3.26.1">
    2930
    30 <!ENTITY gnome-online-accounts-version     "3.24.3">
    3131<!ENTITY gnome-video-effects-version       "0.4.3">
    3232<!ENTITY libgtop-version                   "2.36.0">
  • 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>
  • introduction/welcome/changelog.xml

    rad53d2d0 re5c8de01  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dj] - Update to gnome-online-accounts-3.26.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[dj] - Move Telepathy packages from Gnome to genlib and
    4952          genutils sections.</para>
  • xsoft/graphweb/chromium.xml

    rad53d2d0 re5c8de01  
    249249        <!-- BLFS Devs, register an account at Google with your
    250250        @linuxfromscratch.org email address, and I'll make you an administrator
    251         for the 'Chromium for LFS' project (where the API and OAuth keys were
    252         created for use in the book).-->
     251        for the 'Google APIs for LFS' project (where the API and OAuth keys
     252        were created for use in the book).-->
    253253      </para>
    254254    </note>
  • xsoft/graphweb/firefox.xml

    rad53d2d0 re5c8de01  
    322322    </para>
    323323
     324    <note>
     325      <para>
     326        <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
     327        The Google and Mozilla API Keys below are specific to LFS. If using
     328        these instructions for another distro, or if you intend to distribute
     329        binary copies of the software using these instructions, please obtain
     330        your own keys following the instructions located at
     331        <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/> and
     332        <ulink url="https://location.services.mozilla.com/api"/> respectively.
     333        <!-- BLFS Devs, register an account at Google with your
     334        @linuxfromscratch.org email address, and I'll make you an administrator
     335        for the 'Google APIs for LFS' project (where the API and OAuth keys
     336        were created for use in the book).-->
     337      </para>
     338    </note>
     339
    324340<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
    325341echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.