Changeset e5c8de0 for gnome/platform/gnome-online-accounts.xml
- Timestamp:
- 10/26/2017 03:31:11 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5ac36d0
- Parents:
- ad53d2d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-online-accounts.xml
rad53d2d0 re5c8de0 6 6 7 7 <!ENTITY gnome-online-accounts-download-http 8 "&gnome-download-http;/gnome-online-accounts/&gnome-minor-2 4;/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"> 9 9 <!ENTITY gnome-online-accounts-download-ftp 10 "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-2 4;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">11 <!ENTITY gnome-online-accounts-md5sum "2 f28fc3f3db17d049092700075ca15bd">12 <!ENTITY gnome-online-accounts-size "1. 3MB">13 <!ENTITY gnome-online-accounts-buildsize " 46MB">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"> 14 14 <!ENTITY gnome-online-accounts-time "0.5 SBU"> 15 15 ]> … … 109 109 <title>Installation of GNOME Online Accounts</title> 110 110 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 111 126 <para> 112 127 Install <application>GNOME Online Accounts</application> by running the following … … 114 129 </para> 115 130 116 <screen><userinput>./configure --prefix=/usr --disable-static && 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 && 117 135 make</userinput></screen> 118 136 … … 134 152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 135 153 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> 136 159 137 160 <para>
Note:
See TracChangeset
for help on using the changeset viewer.