Ignore:
Timestamp:
01/10/2016 05:23:16 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
b1092d9
Parents:
edccd1f8
Message:
  • Update to gnutls-3.4.8.
  • Update to stunnel-5.29.
  • cURL-7.46.0: add optional dependency nghttp2.
  • Update to LVM2.2.02.139.
  • Update to Regexp-Common-2016010801 (perl module).
  • Update to xf86-input-evdev-2.10.1.
  • Update to epiphany-3.18.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/epiphany.xml

    redccd1f8 r2875c661  
    99  <!ENTITY epiphany-download-ftp
    1010           "&gnome-download-ftp;/epiphany/&gnome-minor-18;/epiphany-&epiphany-version;.tar.xz">
    11   <!ENTITY epiphany-md5sum        "ede1e5e7e420a2f4c6231d185a94250f">
     11  <!ENTITY epiphany-md5sum        "5ed8b4506666f301949a2e12d39f2b4d">
    1212  <!ENTITY epiphany-size          "3 MB">
    1313  <!ENTITY epiphany-buildsize     "68 MB (with tests)">
    14   <!ENTITY epiphany-time          "0.6 SBU (with tests)">
     14  <!ENTITY epiphany-time          "0.7 SBU (with tests)">
    1515]>
    1616
     
    126126    <para>
    127127      An already active graphical session with bus address is necessary
    128       to execute the test suite. The <quote>test-ephy-download</quote>
    129       needs a GNOME session, otherwise, it fails. To test the results,
    130       removing the failing <quote>test-ephy-download</quote>, issue:
     128      to execute the test suite. Some sub-tests need a GNOME session,
     129      otherwise, they fails. Other tests print error messages, which are
     130      ignored and they are tagged "OK". To test the results, removing
     131      the failing ones, issue:
    131132    </para>
    132133
    133 <screen><userinput>sed -e 's/ephy-download$(EXEEXT) test-//' \
    134     -i tests/Makefile &amp;&amp;
     134<screen><userinput>sed -e '/embed\/ephy-download\/start/{N;N;d}' \
     135    -i tests/ephy-download-test.c    &amp;&amp;
     136sed -e '/embed\/ephy-embed-shell\/launch_handler/{N;N;d}' \
     137    -i tests/ephy-embed-shell-test.c &amp;&amp;
    135138
    136139make check</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.