From 84d80f18acc3d54a8781bf8a1a34127c8f976221 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 17 Sep 2026 20:38:18 +0900 Subject: internal/rosa/package/libinput: 1.31.901 to 1.32.0 This change also disables -Wswitch for sway, due to lack of any upstream response after two releases of the offending input. Signed-off-by: Ophestra --- internal/rosa/package/libinput.az | 4 ++-- internal/rosa/package/sway/package.az | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/rosa/package/libinput.az b/internal/rosa/package/libinput.az index d01d8110..3769f680 100644 --- a/internal/rosa/package/libinput.az +++ b/internal/rosa/package/libinput.az @@ -3,12 +3,12 @@ package libinput { website = "https://www.freedesktop.org/wiki/Software/libinput"; anitya = 5781; - version# = "1.31.901"; + version# = "1.32.0"; source = remoteGitLab { domain = "gitlab.freedesktop.org"; suffix = "libinput/libinput"; ref = version; - checksum = "ZM7bXOW1fKz2S5s224LLGtQcyJBmhPzz7CSojgyBtdiR7ZyUlVFY4wl0qWLseOkJ"; + checksum = "hjuI9afDPrCORLCCM5koBjyRNmTr_YCUmmF4Tl0bqK_7fz0beC8125wt3lmimtgL"; }; bin = [ "bash" ]; diff --git a/internal/rosa/package/sway/package.az b/internal/rosa/package/sway/package.az index cd7f1f7f..20834397 100644 --- a/internal/rosa/package/sway/package.az +++ b/internal/rosa/package/sway/package.az @@ -11,6 +11,7 @@ package sway { }; patches = [ "remove-unused.patch" ]; + env = [ "CFLAGS=-Wno-switch" ]; exec = meson {}; inputs = [ -- cgit v1.3.1