Ignore:
Timestamp:
03/28/2020 07:35:39 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
2e4d847e
Parents:
5e35878c
Message:

Add mozjs-68.6.0
Update to gcr-3.36.0
Update to gnome-desktop-3.36.0
Update to gjs-1.64.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    r5e35878c r7af46e6  
    55  %general-entities;
    66
    7   <!ENTITY js68-download-http "http://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-&JS68-version;.tar.bz2">
    8   <!ENTITY js68-download-ftp  "ftp://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-&JS68-version;.tar.bz2">
    9   <!ENTITY js68-md5sum        "cb1ab1983f72d45c737069747c088aa5">
    10   <!ENTITY js68-size          "69 MB">
    11   <!ENTITY js68-buildsize     "932 MB"> <!-- Installed size is 62 MB -->
    12   <!ENTITY js68-time          "6.6 SBU">
     7  <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&JS68-version;esr/source/firefox-&JS68-version;esr.source.tar.xz">
     8  <!ENTITY js68-download-ftp  " ">
     9  <!ENTITY js68-md5sum        "d21112f6e2b482e3c3ce431682de5e7d">
     10  <!ENTITY js68-size          "300 MB">
     11  <!ENTITY js68-buildsize     "2.8 GB (30 MB installed)"> <!-- Installed size is 62 MB -->
     12  <!ENTITY js68-time          "7.0 SBU">
    1313]>
    1414
     
    3232    <para>
    3333      <application>JS</application> is Mozilla's JavaScript engine
    34       written in C.
    35     </para>
     34      written in C. JS68 is taken from Firefox.
     35    </para>
     36
     37    <!-- JS68 is only used by gjs at the moment -->
     38
     39    <!-- We'll need to remember to update js68 anytime there is a firefox
     40         ESR update. -->
    3641
    3742    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6974    </itemizedlist>
    7075
     76    <!--
    7177    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7278    <itemizedlist spacing="compact">
     
    7884      </listitem>
    7985    </itemizedlist>
     86    -->
    8087
    8188    <bridgehead renderas="sect3">JS68 Dependencies</bridgehead>
     
    8592      <xref linkend="autoconf213"/>,
    8693      <xref linkend="icu"/>,
     94      <xref linkend="python2"/>,
    8795      <xref linkend="which"/>,
    8896      <!--<xref linkend="yasm"/>,--> and
     
    114122    </caution>
    115123
     124    <note>
     125      <para>
     126        Unlike most other packages in BLFS, the instructions below require you
     127        to untar <filename>firefox-&JS68-version;esr.tar.xz</filename> and
     128        change into the <filename>firefox-&JS68-version;</filename> folder.
     129      </para>
     130    </note>
     131
     132    <!--
    116133    <para>
    117134      First, apply a patch so we can run the shipped build scripts with
     
    120137
    121138<screen><userinput remap="pre">patch -Np1 -i ../js68-&JS68-version;-python_3-1.patch</userinput></screen>
    122 
     139    -->
    123140    <para>
    124141      Install <application>JS</application> by running the following
     
    130147<screen><userinput>sed '21,+4d' -i js/moz.configure &amp;&amp;
    131148
    132 mkdir mozjs-build &amp;&amp;
    133 cd    mozjs-build &amp;&amp;
     149mkdir obj &amp;&amp;
     150cd    obj &amp;&amp;
    134151
    135152CC=gcc CXX=g++ LLVM_OBJDUMP=/bin/false       \
Note: See TracChangeset for help on using the changeset viewer.