Ignore:
Timestamp:
07/07/2020 12:42:50 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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:
9e2a8bab
Parents:
b2bd6604
Message:

libgcrypt-1.18.6
gjs-1.64.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gjs.xml

    rb2bd6604 r9621162  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.64/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.64/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "e25ca40cd2c1b88e4778ddb6bb7f4d64">
    10   <!ENTITY gjs-size          "416 KB">
    11   <!ENTITY gjs-buildsize     "273 MB (with tests)">
    12   <!ENTITY gjs-time          "0.6 SBU (with tests)">
     9  <!ENTITY gjs-md5sum        "dc0d4a0453484c5a77eb0e2bda091704">
     10  <!ENTITY gjs-size          "413 KB">
     11  <!ENTITY gjs-buildsize     "65 MB (with tests)">
     12  <!ENTITY gjs-time          "0.2 SBU (with tests)">
    1313]>
    1414
     
    102102  <sect2 role="installation">
    103103    <title>Installation of Gjs</title>
    104 
     104<!--
    105105    <para>
    106106      First, work around a bug in meson caused by support for Windows NT:
    107107    </para>
    108108
    109     <!-- When scripting, 'ninja install' fails because the 'gjs' symlink is
     109        When scripting, 'ninja install' fails because the 'gjs' symlink is
    110110         generated before 'gjs-console' is installed. This seems to be due
    111111         to adding symbolic link support for Windows NT-based platforms.
     
    113113         like we do in other packages.
    114114         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>-->
     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>-->
    118118
    119119    <para>
     
    131131      To test the results, issue: <command>ninja test</command>. The
    132132      <application>GTK</application> and <application>Cairo</application>
    133       tests will fail if not running in an Xorg session. One test,
     133      tests will fail if not running in an Xorg session.
     134<!-- All 53 tests passed for me with gjs-1.64.4
     135      One test,
    134136      <filename>gjs: Scripts/CommandLine</filename>, is known to fail.
    135       On some systems, up to six tests may fail with an error.
    136       <!-- Still fails with 1.58.5. -->
     137      On some systems, up to six tests may fail with an error. -->
    137138    </para>
    138139
Note: See TracChangeset for help on using the changeset viewer.