Changeset 3bf88d0


Ignore:
Timestamp:
06/24/2020 09:06:01 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2f7b585
Parents:
4dbbc0a9
Message:

Separate JS68 from firefox.

In preparation for firefox-78.0esr.
No intended changes to the rendered book.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    r4dbbc0a9 r3bf88d0  
    77  <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY js68-download-ftp  " ">
    9   <!-- FIXME (that gets a highlight) - md5sum and size should match firefox -->
    10   <!ENTITY firefox-md5sum     "a1156aed941b28a06115a9450a46563d">
    11   <!ENTITY firefox-size       "303 MB">
     9  <!ENTITY js68-md5sum        "a1156aed941b28a06115a9450a46563d">
     10  <!ENTITY js68-size          "303 MB">
    1211  <!ENTITY js68-buildsize     "2.8 GB (31 MB installed after removing 31MB static lib)">
    1312  <!ENTITY js68-time          "2.4 SBU (with parallelism = 4)">
     
    1514
    1615<!--<sect1 id="js68" xreflabel="js68-&JS68-version;">-->
    17 <sect1 id="js68" xreflabel="js68-&firefox-version;">
     16<sect1 id="js68" xreflabel="js68-&JS68-version;">
    1817  <?dbhtml filename="js68.html"?>
    1918
     
    2322  </sect1info>
    2423
    25 <!--<title>JS-&JS68-version;</title>-->
    26   <title>JS-&firefox-version;</title>
     24  <title>JS-&JS68-version;</title>
    2725
    2826  <indexterm zone="js68">
     
    3836    </para>
    3937
    40     <!-- JS68 is only used by gjs at the moment -->
    41 
    42     <!-- We'll need to remember to update js68 anytime there is a firefox
    43          ESR update. -->
    44 
    4538    <bridgehead renderas="sect3">Package Information</bridgehead>
    4639    <itemizedlist spacing="compact">
     
    5750      <listitem>
    5851        <para>
    59           Download MD5 sum: &firefox-md5sum;
    60         </para>
    61       </listitem>
    62       <listitem>
    63         <para>
    64           Download size: &firefox-size;
     52          Download MD5 sum: &js68-md5sum;
     53        </para>
     54      </listitem>
     55      <listitem>
     56        <para>
     57          Download size: &js68-size;
    6558        </para>
    6659      </listitem>
  • packages.ent

    r4dbbc0a9 r3bf88d0  
    120120<!--<!ENTITY JS52-version                 "52.2.1gnome1">-->
    121121<!ENTITY JS60-version                 "60.8.0">
    122 <!-- JS68 uses the firefox tarball
    123 <!ENTITY JS68-version -->
     122<!ENTITY JS68-version                 "68.9.0">
    124123<!ENTITY json-c-version               "0.14">
    125124<!ENTITY json-glib-version            "1.4.4">
  • xsoft/graphweb/firefox.xml

    r4dbbc0a9 r3bf88d0  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!-- FIXME the version, md5sum and size should be shared with js68 -->
    109  <!ENTITY firefox-md5sum        "a1156aed941b28a06115a9450a46563d">
    1110  <!ENTITY firefox-size          "303 MB">
Note: See TracChangeset for help on using the changeset viewer.