logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 31c05f46507205d9d5ee389232e86dfc17a74bff
parent 31b3e97804c5840f66a3e4b53b242de978dae7e1
Author: Michael Forney <mforney@mforney.org>
Date:   Sat,  5 Jun 2021 14:15:43 -0700

libinput: Update to 1.18.0

Diffstat:

Mpkg/libinput/config.h2+-
Mpkg/libinput/gen.lua1+
Mpkg/libinput/libinput-version.h6+++---
Mpkg/libinput/ver2+-
4 files changed, 6 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.17.3/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.18.0/" #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 @@ -80,6 +80,7 @@ local quirks = { '50-system-chicony.quirks', '50-system-cyborg.quirks', '50-system-dell.quirks', + '50-system-gigabyte.quirks', '50-system-google.quirks', '50-system-hp.quirks', '50-system-lenovo.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 17 -#define LIBINPUT_VERSION_MICRO 3 -#define LIBINPUT_VERSION "1.17.3" +#define LIBINPUT_VERSION_MINOR 18 +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION "1.18.0" #endif diff --git a/pkg/libinput/ver b/pkg/libinput/ver @@ -1 +1 @@ -1.17.3 r0 +1.18.0 r0