Changeset 552f5ef6


Ignore:
Timestamp:
01/21/2023 10:17:39 AM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
3c096aa0
Parents:
542ba6a9
git-author:
Pierre Labastie <pierre.labastie@…> (01/21/2023 09:53:54 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/21/2023 10:17:39 AM)
Message:

Update to libinput-1.22.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r542ba6a9 r552f5ef6  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[pierre] - Update to libinput-1.22.1 (Xorg driver). Fixes
     46          <ulink url="&blfs-ticket-root;17527">#17527</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[pierre] - Update to MarkupSafe-2.1.2 (Python Module). Fixes
    4650          <ulink url="&blfs-ticket-root;17526">#17526</ulink>.</para>
  • x/installing/libinput.xml

    r542ba6a9 r552f5ef6  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.22.0">
     7  <!ENTITY libinput-version "1.22.1">
    88
    99<!--  <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">-->
     
    1111>
    1212  <!ENTITY libinput-download-ftp  " ">
    13   <!ENTITY libinput-md5sum        "9affca17377aab2057d91640e3dd635e">
    14   <!ENTITY libinput-size          "968 KB">
    15   <!ENTITY libinput-buildsize     "11 MB (add 17 MB for documentation)">
    16   <!ENTITY libinput-time          "0.1 SBU (add 0.1 SBU for documentation)">
     13  <!ENTITY libinput-md5sum        "d164313f9a92162df7af3505b6915c76">
     14  <!ENTITY libinput-size          "967 KB">
     15  <!ENTITY libinput-buildsize     "13 MB (add 22 MB for documentation and 9.6 MB for tests)">
     16  <!ENTITY libinput-time          "0.1 SBU (add 0.1 SBU for documentation and 4.7 SBU for tests)">
    1717]>
    1818
     
    8888        <xref linkend="gtk3"/> (to build the GUI event viewer),
    8989        <xref linkend="libunwind"/> (required for tests),
    90         <xref linkend="libwacom"/>, and
    91         <xref linkend="sphinx"/> (required to build documentation),
     90        <xref linkend="libwacom"/>,
     91        <xref linkend="sphinx"/> (required to build documentation), and
    9292        <xref linkend="pyparsing"/> (for one non-root test)
    9393      </para>
     
    148148cd    build &amp;&amp;
    149149
    150 meson --prefix=$XORG_PREFIX    \
    151       --buildtype=release      \
    152       -Ddebug-gui=false        \
    153       -Dtests=false            \
    154       -Dlibwacom=false         \
    155       -Dudev-dir=/usr/lib/udev \
    156       ..                    &amp;&amp;
     150meson setup --prefix=$XORG_PREFIX    \
     151            --buildtype=release      \
     152            -Ddebug-gui=false        \
     153            -Dtests=false            \
     154            -Dlibwacom=false         \
     155            -Dudev-dir=/usr/lib/udev \
     156            ..                      &amp;&amp;
    157157ninja</userinput></screen>
    158158
     
    168168          <emphasis>as the root user</emphasis> by executing:
    169169          <command>ninja test</command>. A very large number of tests will
    170           be run, about 20 fail (at least on an Xorg system).
     170          be run. One test fails on wayland.
    171171        </para>
    172172      </note>
Note: See TracChangeset for help on using the changeset viewer.