mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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
This commit is contained in:
parent
f38a56e9a2
commit
859673fe19
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= libinput
|
PORTNAME= libinput
|
||||||
DISTVERSION= 1.26.0
|
DISTVERSION= 1.26.1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
@ -26,7 +26,8 @@ CPE_VENDOR= freedesktop
|
|||||||
|
|
||||||
MESON_ARGS= -Ddocumentation=false -Dtests=false
|
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-recording.py \
|
||||||
tools/libinput-analyze-touch-down-state.py \
|
tools/libinput-analyze-touch-down-state.py \
|
||||||
tools/libinput-measure-fuzz.py \
|
tools/libinput-measure-fuzz.py \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1717646980
|
TIMESTAMP = 1719456535
|
||||||
SHA256 (libinput-1.26.0.tar.bz2) = 8c582b86c6865aaee2516ee96b299cef60c98e113d1391bbd2683eac08221a07
|
SHA256 (libinput-1.26.1.tar.bz2) = da0ac450902a2aef29028bcab0bec26eb5e08b4c36ffc2925746d807794991b6
|
||||||
SIZE (libinput-1.26.0.tar.bz2) = 821648
|
SIZE (libinput-1.26.1.tar.bz2) = 823409
|
||||||
|
@ -5,6 +5,7 @@ lib/libinput.so.10
|
|||||||
lib/libinput.so.10.13.0
|
lib/libinput.so.10.13.0
|
||||||
libdata/pkgconfig/libinput.pc
|
libdata/pkgconfig/libinput.pc
|
||||||
libexec/libinput/libinput-analyze
|
libexec/libinput/libinput-analyze
|
||||||
|
libexec/libinput/libinput-analyze-buttons
|
||||||
libexec/libinput/libinput-analyze-per-slot-delta
|
libexec/libinput/libinput-analyze-per-slot-delta
|
||||||
libexec/libinput/libinput-analyze-recording
|
libexec/libinput/libinput-analyze-recording
|
||||||
libexec/libinput/libinput-analyze-touch-down-state
|
libexec/libinput/libinput-analyze-touch-down-state
|
||||||
@ -23,6 +24,7 @@ libexec/libinput/libinput-quirks
|
|||||||
libexec/libinput/libinput-record
|
libexec/libinput/libinput-record
|
||||||
libexec/libinput/libinput-replay
|
libexec/libinput/libinput-replay
|
||||||
libexec/libinput/libinput-test
|
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-per-slot-delta.1.gz
|
||||||
share/man/man1/libinput-analyze-recording.1.gz
|
share/man/man1/libinput-analyze-recording.1.gz
|
||||||
share/man/man1/libinput-analyze-touch-down-state.1.gz
|
share/man/man1/libinput-analyze-touch-down-state.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user