Ignore:
Timestamp:
07/22/2016 09:00:54 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
cbd8ed8
Parents:
15ee416
Message:

Update to gjs-1.45.4
Added several seds to packages to silence libtool warnings
Added wayland-protocols to trunk and modified GTK+3 instructions to reflect this
Typo fixes and text changes
Added systemd-specific CUPS restart info back to Gutenprint
Added a note in babl that generating the docs takes a long time.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gjs.xml

    r15ee416 rd278ced  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.45/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.45/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "b577c0fc65a132bfb1f36b82129bfd3f">
    10   <!ENTITY gjs-size          "480 KB">
    11   <!ENTITY gjs-buildsize     "28 MB (with tests)">
    12   <!ENTITY gjs-time          "0.6 SBU (with tests)">
     9  <!ENTITY gjs-md5sum        "90f00c5a931e23682bfcc7db906b6c1c">
     10  <!ENTITY gjs-size          "472 KB">
     11  <!ENTITY gjs-buildsize     "34 MB (with tests)">
     12  <!ENTITY gjs-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       <application>Gjs</application> is a Javascript binding for
     33      <application>Gjs</application> is a set of Javascript bindings for
    3434      <application>GNOME</application>.
    3535    </para>
     
    103103    </para>
    104104
    105 <screen><userinput>
    106 sed -e '/inout/s:JSUnit://JSUnit:' \
    107     -i installed-tests/js/testEverythingBasic.js &amp;&amp;
    108 
    109 ./configure --prefix=/usr &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr &amp;&amp;
    110106make</userinput></screen>
    111107
     
    122118  </sect2>
    123119
     120<!--
    124121  <sect2 role="commands">
    125122    <title>Command Explanations</title>
     123
    126124
    127125    <para>
    128126      <command>sed ...</command>: Disable a failing test.
    129127    </para>
    130    
     128
     129 Above command no longer needed as of 1.45.4. 20160622 Douglas
     130   
    131131  </sect2>
     132-->
    132133
    133134  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.