Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gjs.xml

    r6a4996f r3f2db3a6  
    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.74/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.74/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "f82d0acac0c750ce5298a2d4789af401">
     10  <!ENTITY gjs-size          "624 KB">
     11  <!ENTITY gjs-buildsize     "239 MB (with tests)">
     12  <!ENTITY gjs-time          "1.1 SBU (with tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="gjs.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Gjs-&gjs-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7774      <xref linkend="dbus"/>,
    7875      <xref linkend="gobject-introspection"/>, and
    79       <xref linkend="js78"/>
     76      <xref linkend="js102"/>
    8077    </para>
    8178
     
    10299  <sect2 role="installation">
    103100    <title>Installation of Gjs</title>
    104 <!--
    105     <para>
    106       First, work around a bug in meson caused by support for Windows NT:
    107     </para>
    108 
    109          When scripting, 'ninja install' fails because the 'gjs' symlink is
    110          generated before 'gjs-console' is installed. This seems to be due
    111          to adding symbolic link support for Windows NT-based platforms.
    112          This shouldn't affect us, so let's create the symlink manually
    113          like we do in other packages.
    114          Invalid with 1.64.3. Make sure you don't have DESTDIR
    115          set, such as you'd do in an update script.
    116 
    117 <screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g' meson.build</userinput></screen>-->
    118101
    119102    <para>
     
    131114      To test the results, issue: <command>ninja test</command>. The
    132115      <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.
     116      tests will fail if not running in an Xorg session.
     117      <!-- https://github.com/mesonbuild/meson/issues/10577 --> Four tests
     118      are known to timeout.
    136119    </para>
    137120
     
    140123    </para>
    141124
    142 <screen role="root"><userinput>ninja install &amp;&amp;
    143 ln -sfv gjs-console /usr/bin/gjs</userinput></screen>
     125<screen role="root"><userinput>ninja install &amp;&amp;</userinput></screen>
    144126
    145127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.