logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 5e615bae79dfbfebb62159719d21e9b92a43e266
parent 3d3c3722f5aace71f21f7059c2949e4b0fd4b108
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 18 Jun 2020 22:00:45 -0700

libinput: Update to 1.15.6

Diffstat:

Mpkg/libinput/config.h2+-
Mpkg/libinput/gen.lua2++
Mpkg/libinput/libinput-version.h4++--
Mpkg/libinput/ver2+-
4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h @@ -1,6 +1,6 @@ #define HAVE_LIBWACOM 0 #define HAVE_VERSIONSORT 1 -#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.5/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.6/" #define LIBINPUT_QUIRKS_DIR "/share/libinput" #define LIBINPUT_QUIRKS_OVERRIDE_FILE "/etc/libinput/local-overrides.quirks" #define _GNU_SOURCE 1 diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua @@ -69,6 +69,7 @@ local quirks = { '30-vendor-microsoft.quirks', '30-vendor-razer.quirks', '30-vendor-synaptics.quirks', + '30-vendor-trust.quirks', '30-vendor-vmware.quirks', '30-vendor-wacom.quirks', '50-system-acer.quirks', @@ -80,6 +81,7 @@ local quirks = { '50-system-google.quirks', '50-system-hp.quirks', '50-system-lenovo.quirks', + '50-system-sony.quirks', '50-system-system76.quirks', '50-system-toshiba.quirks', } diff --git a/pkg/libinput/libinput-version.h b/pkg/libinput/libinput-version.h @@ -26,7 +26,7 @@ #define LIBINPUT_VERSION_MAJOR 1 #define LIBINPUT_VERSION_MINOR 15 -#define LIBINPUT_VERSION_MICRO 5 -#define LIBINPUT_VERSION "1.15.5" +#define LIBINPUT_VERSION_MICRO 6 +#define LIBINPUT_VERSION "1.15.6" #endif diff --git a/pkg/libinput/ver b/pkg/libinput/ver @@ -1 +1 @@ -1.15.5 r0 +1.15.6 r0