Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland.xml

    r8558044 r3f2db3a6  
    55  %general-entities;
    66
    7   <!ENTITY wayland-download-http "https://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
     7  <!ENTITY wayland-download-http "https://gitlab.freedesktop.org/wayland/wayland/-/releases/&wayland-version;/downloads/wayland-&wayland-version;.tar.xz">
    88  <!ENTITY wayland-download-ftp  " ">
    9   <!ENTITY wayland-md5sum        "5d59ac3d8a8f4e42de2ceb8bb19dfca9">
    10   <!ENTITY wayland-size          "448 KB">
    11   <!ENTITY wayland-buildsize     "15 MB (with tests)">
    12   <!ENTITY wayland-time          "0.2 SBU (with tests)">
     9  <!ENTITY wayland-md5sum        "f2653a2293bcd882d756c6a83d278903">
     10  <!ENTITY wayland-size          "224 KB">
     11  <!ENTITY wayland-buildsize     "6.2 MB (with tests)">
     12  <!ENTITY wayland-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="wayland.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Wayland-&wayland-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    110107
    111108    <para>
    112       To test the results, issue: <command>ninja test</command>.
    113       <!-- Seems to work without X installed
    114 
    115       If a Desktop
    116       Environment has not been started that uses XDG, it's possible that 90%
    117       of the test suite will fail. To rectify this, create the directory listed
    118       in $XDG_RUNTIME_DIR first, if required.-->
     109      <!-- If XDG_RUNTIME_DIR is set but the value is a non-exist path,
     110           19 tests will fail.  Unfortunately BLFS /etc/profile sets
     111           XDG_RUNTIME_DIR but does not create it.  For now simply unset
     112           the variable.  -->
     113      To test the results, issue:
     114      <command>env -u XDG_RUNTIME_DIR ninja test</command>.
    119115    </para>
    120116
Note: See TracChangeset for help on using the changeset viewer.