logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 44c7105b3de2e792338e387738383de4cbb2dcf0
parent 12e1ceb79496cf23073e1f7b2e0cd9b322b77054
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 10 Feb 2022 13:30:30 -0800

libinput: Update to 1.19.3

Diffstat:

Mpkg/libinput/config.h2+-
Mpkg/libinput/gen.lua10++++++++++
Mpkg/libinput/libinput-version.h6+++---
Mpkg/libinput/ver2+-
4 files changed, 15 insertions(+), 5 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.18.0/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.19.3/" #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 @@ -58,7 +58,9 @@ local quirks = { -- <cd src/quirks && printf "\t'%s',\n" *.quirks '10-generic-keyboard.quirks', '10-generic-lid.quirks', + '10-generic-mouse.quirks', '10-generic-trackball.quirks', + '30-vendor-a4tech.quirks', '30-vendor-aiptek.quirks', '30-vendor-alps.quirks', '30-vendor-contour.quirks', @@ -70,20 +72,28 @@ local quirks = { '30-vendor-madcatz.quirks', '30-vendor-microsoft.quirks', '30-vendor-razer.quirks', + '30-vendor-starlabs.quirks', '30-vendor-synaptics.quirks', '30-vendor-trust.quirks', '30-vendor-vmware.quirks', '30-vendor-wacom.quirks', + '50-framework.quirks', '50-system-acer.quirks', '50-system-apple.quirks', '50-system-asus.quirks', '50-system-chicony.quirks', + '50-system-chuwi.quirks', '50-system-cyborg.quirks', '50-system-dell.quirks', '50-system-gigabyte.quirks', '50-system-google.quirks', + '50-system-gpd.quirks', '50-system-hp.quirks', + '50-system-huawei.quirks', '50-system-lenovo.quirks', + '50-system-pine64.quirks', + '50-system-prestigio.quirks', + '50-system-purism.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 @@ -25,8 +25,8 @@ #define LIBINPUT_VERSION_H #define LIBINPUT_VERSION_MAJOR 1 -#define LIBINPUT_VERSION_MINOR 18 -#define LIBINPUT_VERSION_MICRO 0 -#define LIBINPUT_VERSION "1.18.0" +#define LIBINPUT_VERSION_MINOR 19 +#define LIBINPUT_VERSION_MICRO 3 +#define LIBINPUT_VERSION "1.19.3" #endif diff --git a/pkg/libinput/ver b/pkg/libinput/ver @@ -1 +1 @@ -1.18.0 r1 +1.19.3 r0