mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
x11/libinput: bump to 1.19.1, latest upstream release
Release announcement is at https://lists.x.org/archives/wayland-devel/2021-September/041989.html We skip over a bunch of intermediates, a little more than a year of updates. PR: 258931 Approved by: manu (x11@)
This commit is contained in:
parent
93f03894e8
commit
a8f4add226
@ -1,5 +1,5 @@
|
||||
PORTNAME= libinput
|
||||
PORTVERSION= 1.16.4
|
||||
PORTVERSION= 1.19.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/
|
||||
|
||||
@ -23,12 +23,14 @@ MESON_ARGS+= -Ddocumentation=false -Dtests=false
|
||||
|
||||
python_OLD_CMD= "/usr/bin/env python3"
|
||||
SHEBANG_FILES= tools/libinput-analyze-per-slot-delta.py \
|
||||
tools/libinput-analyze-recording.py \
|
||||
tools/libinput-analyze-touch-down-state.py \
|
||||
tools/libinput-measure-fuzz.py \
|
||||
tools/libinput-measure-touch-size.py \
|
||||
tools/libinput-measure-touchpad-pressure.py \
|
||||
tools/libinput-measure-touchpad-size.py \
|
||||
tools/libinput-measure-touchpad-tap.py \
|
||||
tools/libinput-replay
|
||||
tools/libinput-replay.py
|
||||
|
||||
OPTIONS_DEFINE= DEBUG_GUI LIBWACOM
|
||||
OPTIONS_DEFAULT=LIBWACOM
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1608441159
|
||||
SHA256 (libinput-1.16.4.tar.xz) = 65923a06d5a8970e4a999c4668797b9b689614b62b1d44432ab1c87b65e39e29
|
||||
SIZE (libinput-1.16.4.tar.xz) = 596028
|
||||
TIMESTAMP = 1633367699
|
||||
SHA256 (libinput-1.19.1.tar.xz) = 0bdcf5b1783b737854b7af1ca22df67bc36a6fe7c9cfa71f01e9149f9220446d
|
||||
SIZE (libinput-1.19.1.tar.xz) = 654600
|
||||
|
@ -8,6 +8,8 @@ libexec/libinput/libinput-debug-events
|
||||
%%DEBUG_GUI%%libexec/libinput/libinput-debug-gui
|
||||
libexec/libinput/libinput-analyze
|
||||
libexec/libinput/libinput-analyze-per-slot-delta
|
||||
libexec/libinput/libinput-analyze-recording
|
||||
libexec/libinput/libinput-analyze-touch-down-state
|
||||
libexec/libinput/libinput-debug-tablet
|
||||
libexec/libinput/libinput-list-devices
|
||||
libexec/libinput/libinput-measure
|
||||
@ -21,6 +23,8 @@ libexec/libinput/libinput-record
|
||||
libexec/libinput/libinput-replay
|
||||
man/man1/libinput-analyze.1.gz
|
||||
man/man1/libinput-analyze-per-slot-delta.1.gz
|
||||
man/man1/libinput-analyze-recording.1.gz
|
||||
man/man1/libinput-analyze-touch-down-state.1.gz
|
||||
man/man1/libinput-debug-events.1.gz
|
||||
%%DEBUG_GUI%%man/man1/libinput-debug-gui.1.gz
|
||||
man/man1/libinput-debug-tablet.1.gz
|
||||
@ -39,6 +43,7 @@ man/man1/libinput-replay.1.gz
|
||||
man/man1/libinput.1.gz
|
||||
%%DATADIR%%/10-generic-keyboard.quirks
|
||||
%%DATADIR%%/10-generic-lid.quirks
|
||||
%%DATADIR%%/10-generic-mouse.quirks
|
||||
%%DATADIR%%/10-generic-trackball.quirks
|
||||
%%DATADIR%%/30-vendor-aiptek.quirks
|
||||
%%DATADIR%%/30-vendor-alps.quirks
|
||||
@ -55,16 +60,24 @@ man/man1/libinput.1.gz
|
||||
%%DATADIR%%/30-vendor-trust.quirks
|
||||
%%DATADIR%%/30-vendor-vmware.quirks
|
||||
%%DATADIR%%/30-vendor-wacom.quirks
|
||||
%%DATADIR%%/50-framework.quirks
|
||||
%%DATADIR%%/50-system-acer.quirks
|
||||
%%DATADIR%%/50-system-apple.quirks
|
||||
%%DATADIR%%/50-system-asus.quirks
|
||||
%%DATADIR%%/50-system-chicony.quirks
|
||||
%%DATADIR%%/50-system-chuwi.quirks
|
||||
%%DATADIR%%/50-system-cyborg.quirks
|
||||
%%DATADIR%%/50-system-dell.quirks
|
||||
%%DATADIR%%/50-system-gigabyte.quirks
|
||||
%%DATADIR%%/50-system-google.quirks
|
||||
%%DATADIR%%/50-system-hp.quirks
|
||||
%%DATADIR%%/50-system-huawei.quirks
|
||||
%%DATADIR%%/50-system-lenovo.quirks
|
||||
%%DATADIR%%/50-system-pine64.quirks
|
||||
%%DATADIR%%/50-system-prestigio.quirks
|
||||
%%DATADIR%%/50-system-purism.quirks
|
||||
%%DATADIR%%/50-system-sony.quirks
|
||||
%%DATADIR%%/50-system-system76.quirks
|
||||
%%DATADIR%%/50-system-toshiba.quirks
|
||||
share/zsh/site-functions/_libinput
|
||||
@dir %%ETCDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user