Changeset fd1a0a33 for x/installing


Ignore:
Timestamp:
11/06/2017 02:57:28 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
f91611f8
Parents:
8b719b8
Message:

Update to harfbuzz-1.6.3.
Update to libinput-1.9.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    r8b719b8 rfd1a0a33  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.9.0">
     7  <!ENTITY libinput-version "1.9.1">
    88
    99  <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "b33b5505f639bf01a6e2e3a01892e91f">
     11  <!ENTITY libinput-md5sum        "ce677ef7f209a2290a40ad1a73503f1c">
    1212  <!ENTITY libinput-size          "448 KB">
    13   <!ENTITY libinput-buildsize     "9.2 MB (add 8 MB for tests)">
    14   <!ENTITY libinput-time          "less than 0.1 SBU (add 14 minutes for tests, not CPU dependent)">
     13  <!ENTITY libinput-buildsize     "28 MB (with docs)">
     14  <!ENTITY libinput-time          "0.2 SBU (with docs)">
    1515]>
    1616
     
    107107    </para>
    108108
    109 <screen><userinput>meson --prefix $XORG_PREFIX \
     109<screen><userinput>meson --prefix=$XORG_PREFIX \
    110110      -Dudev-dir=/lib/udev  \
    111111      -Ddebug-gui=false     \
     
    117117ninja</userinput></screen>
    118118
     119<!--
    119120    <note>
    120121      <para>If you want to run the tests, remove -Dtests from the
     
    146147      tests can be run as the <systemitem
    147148      class="username">root</systemitem> user with
    148       <userinput>ninja check</userinput>. Note that depending on
     149      <userinput>ninja test</userinput>. Note that depending on
    149150      the system configuration and hardware, some tests may fail.
     151    </para>
     152-->
     153    <para>
     154      This package does not currently have a functioning test suite.
    150155    </para>
    151156
     
    163168    </para>
    164169
    165 <screen role="root"><userinput>install -v -dm755 $XORG_PREFIX/share/doc/libinput-&libinput-version; &amp;&amp;
    166 cp -rv doc/html/* $XORG_PREFIX/share/doc/libinput-&libinput-version;</userinput></screen>
     170<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version; &amp;&amp;
     171cp -rv html/*     /usr/share/doc/libinput-&libinput-version;</userinput></screen>
    167172
    168173  </sect3>
     
    185190      <option>-Dtests=false</option>: This switch disables compilation
    186191      of tests. Remove if you want to run the tests, and you have the external
    187       library, libunwind, installed.
     192      libraries, libunwind and libwacom, installed.
    188193    </para>
    189194
     
    221226        <seg>
    222227          $XORG_PREFIX/libexec/libinput and
    223           $XORG_PREFIX/share/doc/libinput-&libinput-version;
     228          /usr/share/doc/libinput-&libinput-version;
    224229        </seg>
    225230      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.