View | Details | Raw Unified | Return to bug 280063
Collapse All | Expand All

(-)b/x11/libinput/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	libinput
1
PORTNAME=	libinput
2
DISTVERSION=	1.26.0
2
DISTVERSION=	1.26.1
3
PORTREVISION=	1
4
CATEGORIES=	x11
3
CATEGORIES=	x11
5
4
6
MAINTAINER=	x11@FreeBSD.org
5
MAINTAINER=	x11@FreeBSD.org
Lines 27-33 CPE_VENDOR= freedesktop Link Here
27
26
28
MESON_ARGS=	-Ddocumentation=false -Dtests=false
27
MESON_ARGS=	-Ddocumentation=false -Dtests=false
29
28
30
SHEBANG_FILES=	tools/libinput-analyze-per-slot-delta.py \
29
SHEBANG_FILES=	tools/libinput-analyze-buttons.py \
30
		tools/libinput-analyze-per-slot-delta.py \
31
		tools/libinput-analyze-recording.py \
31
		tools/libinput-analyze-recording.py \
32
		tools/libinput-analyze-touch-down-state.py \
32
		tools/libinput-analyze-touch-down-state.py \
33
		tools/libinput-measure-fuzz.py \
33
		tools/libinput-measure-fuzz.py \
(-)b/x11/libinput/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1717646980
1
TIMESTAMP = 1719456535
2
SHA256 (libinput-1.26.0.tar.bz2) = 8c582b86c6865aaee2516ee96b299cef60c98e113d1391bbd2683eac08221a07
2
SHA256 (libinput-1.26.1.tar.bz2) = da0ac450902a2aef29028bcab0bec26eb5e08b4c36ffc2925746d807794991b6
3
SIZE (libinput-1.26.0.tar.bz2) = 821648
3
SIZE (libinput-1.26.1.tar.bz2) = 823409
(-)b/x11/libinput/pkg-plist (+2 lines)
Lines 5-10 lib/libinput.so.10 Link Here
5
lib/libinput.so.10.13.0
5
lib/libinput.so.10.13.0
6
libdata/pkgconfig/libinput.pc
6
libdata/pkgconfig/libinput.pc
7
libexec/libinput/libinput-analyze
7
libexec/libinput/libinput-analyze
8
libexec/libinput/libinput-analyze-buttons
8
libexec/libinput/libinput-analyze-per-slot-delta
9
libexec/libinput/libinput-analyze-per-slot-delta
9
libexec/libinput/libinput-analyze-recording
10
libexec/libinput/libinput-analyze-recording
10
libexec/libinput/libinput-analyze-touch-down-state
11
libexec/libinput/libinput-analyze-touch-down-state
Lines 23-28 libexec/libinput/libinput-quirks Link Here
23
libexec/libinput/libinput-record
24
libexec/libinput/libinput-record
24
libexec/libinput/libinput-replay
25
libexec/libinput/libinput-replay
25
libexec/libinput/libinput-test
26
libexec/libinput/libinput-test
27
share/man/man1/libinput-analyze-buttons.1.gz
26
share/man/man1/libinput-analyze-per-slot-delta.1.gz
28
share/man/man1/libinput-analyze-per-slot-delta.1.gz
27
share/man/man1/libinput-analyze-recording.1.gz
29
share/man/man1/libinput-analyze-recording.1.gz
28
share/man/man1/libinput-analyze-touch-down-state.1.gz
30
share/man/man1/libinput-analyze-touch-down-state.1.gz

Return to bug 280063