Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gjs.xml

    r6a4996f rbc228ec  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.68/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.68/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "031e5a1c3712d43d7130d4b3e11d5bbc">
    10   <!ENTITY gjs-size          "548 KB">
    11   <!ENTITY gjs-buildsize     "27 MB (with tests)">
    12   <!ENTITY gjs-time          "0.9 SBU (with tests)">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.66/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.66/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "82c3b0273f64859e776e52545b5f0b10">
     10  <!ENTITY gjs-size          "432 KB">
     11  <!ENTITY gjs-buildsize     "76 MB (with tests)">
     12  <!ENTITY gjs-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8283    <bridgehead renderas="sect4">Recommended (required for GNOME)</bridgehead>
    8384    <para role="recommended">
    84       <xref linkend="gtk3"/> and
    85       <xref linkend="gtk4"/>
     85      <xref linkend="gtk3"/>
    8686    </para>
    8787
     
    9191      <xref linkend="valgrind"/> (for tests),
    9292      <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>,
     93      <ulink url="https://wiki.gnome.org/Projects/GTK/Roadmap/GTK4">GTK+-4</ulink>,
    9394      <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and
    9495      <ulink url="https://sourceware.org/systemtap">Systemtap</ulink>
     
    125126cd    gjs-build &amp;&amp;
    126127
    127 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     128meson --prefix=/usr .. &amp;&amp;
    128129ninja</userinput></screen>
    129130
     
    131132      To test the results, issue: <command>ninja test</command>. The
    132133      <application>GTK</application> and <application>Cairo</application>
    133       tests will fail if not running in an Xorg session. The
    134       <filename>gjs:JS / Gtk4</filename> test is known to exit with an ERROR
    135       on some systems.
     134      tests will fail if not running in an Xorg session. <!--Additionally, four
     135      tests are currently known to fail:
     136      <filename>gjs:C / API tests</filename>,
     137      <filename>gjs:JS / GIMarshalling</filename>,
     138      <filename>gjs:JS / Regress</filename>, and
     139      <filename>gjs:JS / Gtk3</filename>.-->
    136140    </para>
    137141
     
    142146<screen role="root"><userinput>ninja install &amp;&amp;
    143147ln -sfv gjs-console /usr/bin/gjs</userinput></screen>
    144 
    145   </sect2>
    146 
    147   <sect2 role="commands">
    148     <title>Command Explanations</title>
    149 
    150     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    151       href="../../xincludes/meson-buildtype-release.xml"/>
    152148
    153149  </sect2>
     
    188184          <para>
    189185            contains a console to run <application>JavaScript</application>
    190             commands
     186            commands.
    191187          </para>
    192188          <indexterm zone="gjs gjs-console">
     
    200196        <listitem>
    201197          <para>
    202             contains the <application>GNOME</application> JavaScript bindings
     198            contains the <application>GNOME</application> JavaScript bindings.
    203199          </para>
    204200          <indexterm zone="gjs libgjs">
Note: See TracChangeset for help on using the changeset viewer.