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
  • gnome/platform/gjs.xml

    r5e35878c r7af46e6  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.58/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.58/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "4e74456ccb16d4cc5004a441f6abbec1">
    10   <!ENTITY gjs-size          "624 KB">
    11   <!ENTITY gjs-buildsize     "89 MB (with tests)">
    12   <!ENTITY gjs-time          "1.0 SBU (with tests)">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.64/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.64/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "8c026b8b683aa1c1d369053de5b752c5">
     10  <!ENTITY gjs-size          "412 KB">
     11  <!ENTITY gjs-buildsize     "291 MB (with tests)">
     12  <!ENTITY gjs-time          "0.7 SBU (with tests)">
    1313]>
    1414
     
    7878      <xref linkend="dbus"/>,
    7979      <xref linkend="gobject-introspection"/>, and
    80       <xref linkend="js60"/>
     80      <xref linkend="js68"/>
    8181    </para>
    8282
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    111 make</userinput></screen>
     110<screen><userinput>mkdir gjs-build &amp;&amp;
     111cd    gjs-build &amp;&amp;
     112
     113meson --prefix=/usr .. &amp;&amp;
     114ninja</userinput></screen>
    112115
    113116    <para>
    114       To test the results, issue: <command>make check</command>. The
     117      To test the results, issue: <command>ninja test</command>. The
    115118      <application>GTK</application> and <application>Cairo</application>
    116       tests will fail if not running in an Xorg session. Two tests related
    117       to testCommandLine.sh (6 and 7) are known to fail.
     119      tests will fail if not running in an Xorg session. One test,
     120      <filename>gjs: Scripts/CommandLine</filename>, is known to fail.
    118121      <!-- Still fails with 1.58.5. -->
    119122    </para>
     
    123126    </para>
    124127
    125 <screen role="root"><userinput>make install</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
    126129
    127130  </sect2>
     
    144147        <seg>
    145148          /usr/include/gjs-1.0,
    146           /usr/lib/gjs, and
    147           /usr/share/gjs-1.0
     149          /usr/lib/gjs,
     150          /usr/libexec/gjs,
     151          /usr/share/gjs-1.0, and
     152          /usr/share/installed-tests/gjs
    148153        </seg>
    149154      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.