From nobody Thu Oct 07 12:44:31 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7F23512D8E4C; Thu, 7 Oct 2021 12:44:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQ9xq31lhz4tRd; Thu, 7 Oct 2021 12:44:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4773A14195; Thu, 7 Oct 2021 12:44:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 197CiV3a006460; Thu, 7 Oct 2021 12:44:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 197CiVma006459; Thu, 7 Oct 2021 12:44:31 GMT (envelope-from git) Date: Thu, 7 Oct 2021 12:44:31 GMT Message-Id: <202110071244.197CiVma006459@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: a8f4add22623 - main - x11/libinput: bump to 1.19.1, latest upstream release List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a8f4add22623b1380efc4278d0e8672487aadfc3 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8f4add22623b1380efc4278d0e8672487aadfc3 commit a8f4add22623b1380efc4278d0e8672487aadfc3 Author: Adriaan de Groot AuthorDate: 2021-10-04 17:30:51 +0000 Commit: Adriaan de Groot CommitDate: 2021-10-07 12:40:00 +0000 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@) --- x11/libinput/Makefile | 6 ++++-- x11/libinput/distinfo | 6 +++--- x11/libinput/pkg-plist | 13 +++++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index 0aa2f54e5653..5bdf3860571b 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -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 diff --git a/x11/libinput/distinfo b/x11/libinput/distinfo index 7b704dc1427a..6fa5ca6b4a76 100644 --- a/x11/libinput/distinfo +++ b/x11/libinput/distinfo @@ -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 diff --git a/x11/libinput/pkg-plist b/x11/libinput/pkg-plist index f873ead64853..67d8694d6d03 100644 --- a/x11/libinput/pkg-plist +++ b/x11/libinput/pkg-plist @@ -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%%