diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-06-27 02:48:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-07-01 09:57:06 +0000 |
commit | 859673fe19d4c6f3152045dc7a1509294f35bf7d (patch) | |
tree | 418ecb04871ee28d2c9d95657f2423c3845401c4 | |
parent | f38a56e9a2f8568dc0451c41be2aac1e2ba0f722 (diff) | |
download | ports-859673fe19d4c6f3152045dc7a1509294f35bf7d.tar.gz ports-859673fe19d4c6f3152045dc7a1509294f35bf7d.zip |
x11/libinput: update to 1.26.1
Changes: https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.26.1
Reported by: GitLab (notify releases)
PR: 280063
Approved by: manu
-rw-r--r-- | x11/libinput/Makefile | 5 | ||||
-rw-r--r-- | x11/libinput/distinfo | 6 | ||||
-rw-r--r-- | x11/libinput/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index 65dd42965647..8d87af87b19f 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -1,5 +1,5 @@ PORTNAME= libinput -DISTVERSION= 1.26.0 +DISTVERSION= 1.26.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -26,7 +26,8 @@ CPE_VENDOR= freedesktop MESON_ARGS= -Ddocumentation=false -Dtests=false -SHEBANG_FILES= tools/libinput-analyze-per-slot-delta.py \ +SHEBANG_FILES= tools/libinput-analyze-buttons.py \ + tools/libinput-analyze-per-slot-delta.py \ tools/libinput-analyze-recording.py \ tools/libinput-analyze-touch-down-state.py \ tools/libinput-measure-fuzz.py \ diff --git a/x11/libinput/distinfo b/x11/libinput/distinfo index e18eb377e808..5345324ef83d 100644 --- a/x11/libinput/distinfo +++ b/x11/libinput/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717646980 -SHA256 (libinput-1.26.0.tar.bz2) = 8c582b86c6865aaee2516ee96b299cef60c98e113d1391bbd2683eac08221a07 -SIZE (libinput-1.26.0.tar.bz2) = 821648 +TIMESTAMP = 1719456535 +SHA256 (libinput-1.26.1.tar.bz2) = da0ac450902a2aef29028bcab0bec26eb5e08b4c36ffc2925746d807794991b6 +SIZE (libinput-1.26.1.tar.bz2) = 823409 diff --git a/x11/libinput/pkg-plist b/x11/libinput/pkg-plist index 974224cd468a..9d8e00f753c6 100644 --- a/x11/libinput/pkg-plist +++ b/x11/libinput/pkg-plist @@ -5,6 +5,7 @@ lib/libinput.so.10 lib/libinput.so.10.13.0 libdata/pkgconfig/libinput.pc libexec/libinput/libinput-analyze +libexec/libinput/libinput-analyze-buttons libexec/libinput/libinput-analyze-per-slot-delta libexec/libinput/libinput-analyze-recording libexec/libinput/libinput-analyze-touch-down-state @@ -23,6 +24,7 @@ libexec/libinput/libinput-quirks libexec/libinput/libinput-record libexec/libinput/libinput-replay libexec/libinput/libinput-test +share/man/man1/libinput-analyze-buttons.1.gz share/man/man1/libinput-analyze-per-slot-delta.1.gz share/man/man1/libinput-analyze-recording.1.gz share/man/man1/libinput-analyze-touch-down-state.1.gz |