Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2024 09:57:18 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 859673fe19d4 - main - x11/libinput: update to 1.26.1
Message-ID:  <202407010957.4619vICw038394@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=859673fe19d4c6f3152045dc7a1509294f35bf7d

commit 859673fe19d4c6f3152045dc7a1509294f35bf7d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-06-27 02:48:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-07-01 09:57:06 +0000

    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
---
 x11/libinput/Makefile  | 5 +++--
 x11/libinput/distinfo  | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407010957.4619vICw038394>