Changeset ad5a97d for xsoft


Ignore:
Timestamp:
05/27/2017 06:46:56 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
ea07363c
Parents:
e1417b9
Message:

Update to Firefox-53.0.3. Fixes #9261.
Add geolocation APIs to Firefox.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    re1417b9 rad5a97d  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp " ">
    9   <!ENTITY firefox-md5sum        "bf4643f9a95f13adf8336532490ea3d2">
    10   <!ENTITY firefox-size          "205 MB">
    11   <!ENTITY firefox-buildsize     "5.3 GB (111 MB installed)">           
     9  <!ENTITY firefox-md5sum        "16be3d9774f1e3bf74e2c4e198652d19">
     10  <!ENTITY firefox-size          "206 MB">
     11  <!ENTITY firefox-buildsize     "5.4 GB (111 MB installed)">           
    1212  <!ENTITY firefox-time          "17 SBU (with parallelism=4)">         
    1313]>
     
    212212ac_add_options --disable-necko-wifi
    213213
     214# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
     215# Uncomment the following line if you wish to use Mozilla Location Service
     216#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
     217
     218# Uncomment the following line if you wish to use Google's geolocaton API
     219# (needed for use with saved maps with Google Maps)
     220#ac_add_options --with-google-api-keyfile=$PWD/google-key
     221
    214222# Uncomment these lines if you have installed optional dependencies:
    215223#ac_add_options --enable-system-hunspell
     
    290298
    291299<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch</userinput></screen>
     300
     301    <para>
     302      If the geolocation APIs are needed:
     303    </para>
     304
     305<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
     306echo "d2284a20-0505-4927-a809-7ffaf4d91e55" > mozilla-key</userinput></screen>
    292307
    293308    <note><para>
Note: See TracChangeset for help on using the changeset viewer.