Changeset e3b86fa for general/genlib


Ignore:
Timestamp:
08/11/2019 07:12:54 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
ca90d89
Parents:
9b463b1
Message:

update to js60-60.8.0 (#12386)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js60.xml

    r9b463b1 re3b86fa  
    77  <!ENTITY js60-download-http "http://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-&JS60-version;.tar.bz2">
    88  <!ENTITY js60-download-ftp  "ftp://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-&JS60-version;.tar.bz2">
    9   <!ENTITY js60-md5sum        "202f71313e53d9b92e7c578107541539">
     9  <!ENTITY js60-md5sum        "5eda38cc08a3594a3f2c3cc185d4f15b">
    1010  <!ENTITY js60-size          "31 MB">
    1111  <!ENTITY js60-buildsize     "640 MB"> <!-- The buildsize is over 4GB! Actually installed is much smaller. -->
     
    7070      </listitem>
    7171    </itemizedlist>
    72 
     72<!--
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     
    8080      </listitem>
    8181    </itemizedlist>
    82 
     82-->
    8383    <bridgehead renderas="sect3">JS60 Dependencies</bridgehead>
    8484
     
    8787      <xref linkend="autoconf213"/>,
    8888      <xref linkend="icu"/>,
    89       <xref linkend="nspr"/>,
    9089      <xref linkend="python2"/>,
    9190      <xref linkend="xorg7-lib"/>,
     
    108107
    109108    <caution>
    110       <para>If you are reinstalling JS60 with the security patch listed in this
    111       page, save all work and exit your GNOME Session if you have one running.
     109      <para>If you are upgrading JS60 from a previously installed old version,
     110      save all work and exit your GNOME Session if you have one running.
    112111      Replacing the JS60 binary will cause the GNOME Shell to crash and return
    113       you to your display manager or TTY. After installing the patch,
     112      you to your display manager or TTY. After installing the new version,
    114113      reinstall <xref linkend="gjs"/>. Polkit is unaffected.</para>
    115114    </caution>
    116 
     115<!--
    117116    <para>
    118117      First, apply a security patch:
     
    120119
    121120<screen><userinput remap="pre">patch -Np1 -i ../js60-&JS60-version;-security_fix-1.patch</userinput></screen>
    122 
     121-->
    123122    <para>
    124123      Install <application>JS</application> by running the following
     
    134133                    --with-intl-api     \
    135134                    --with-system-zlib  \
    136                     --with-system-nspr  \
    137135                    --with-system-icu   \
    138136                    --disable-jemalloc  \
Note: See TracChangeset for help on using the changeset viewer.