pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libinput: update to 1.19.4



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Jul 21 14:16:25 2022 +0200
Changeset:	496ea3011afec93a613944453f1b484fd82afc8b

Modified Files:
	libinput/Makefile
	libinput/PLIST
	libinput/buildlink3.mk
	libinput/distinfo

Log Message:
libinput: update to 1.19.4

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=496ea3011afec93a613944453f1b484fd82afc8b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libinput/Makefile      | 21 +++++++++++----------
 libinput/PLIST         | 11 +++++++++++
 libinput/buildlink3.mk |  2 +-
 libinput/distinfo      |  6 +++---
 4 files changed, 26 insertions(+), 14 deletions(-)

diffs:
diff --git a/libinput/Makefile b/libinput/Makefile
index f2f453f8f1..b38f5b8872 100644
--- a/libinput/Makefile
+++ b/libinput/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	libinput-1.17.1
+DISTNAME=	libinput-1.19.4
 CATEGORIES=	devel
 MASTER_SITES=	https://www.freedesktop.org/software/libinput/
 EXTRACT_SUFX=	.tar.xz
@@ -10,19 +10,20 @@ HOMEPAGE=	https://wayland.freedesktop.org/libinput/doc/latest/
 COMMENT=	Coordinate scaling, relative pointer, acceleration
 LICENSE=	mit
 
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=		pkg-config
+PYTHON_FOR_BUILD_ONLY=	tool
 
-SUBST_CLASSES+=allno
-SUBST_STAGE.allno=pre-configure
-SUBST_FILES.allno=*.txt
-SUBST_SED.allno=s,true,false,
+SUBST_CLASSES+=		allno
+SUBST_STAGE.allno=	pre-configure
+SUBST_FILES.allno=	*.txt
+SUBST_SED.allno=	-e s,true,false,
 
-REPLACE_INTERPRETER+=	env-python
-REPLACE.env-python.old=	/usr/bin/env python3
-REPLACE.env-python.new=	${PREFIX}/bin/python${PYVERSSUFFIX}
+REPLACE_INTERPRETER+=		env-python
+REPLACE.env-python.old=		/usr/bin/env python3
+REPLACE.env-python.new=		${PREFIX}/bin/python${PYVERSSUFFIX}
 REPLACE_FILES.env-python=	tools/libinput-*.py
 
-.include "../../lang/python/pyversion.mk"
+.include "../../lang/python/tool.mk"
 .include "../../wip/libevdev/buildlink3.mk"
 .include "../../wip/libudev/buildlink3.mk"
 .include "../../wip/mtdev/buildlink3.mk"
diff --git a/libinput/PLIST b/libinput/PLIST
index 265b2e76c7..0fece7c64b 100644
--- a/libinput/PLIST
+++ b/libinput/PLIST
@@ -47,7 +47,9 @@ man/man1/libinput-replay.1
 man/man1/libinput.1
 share/libinput/10-generic-keyboard.quirks
 share/libinput/10-generic-lid.quirks
+share/libinput/10-generic-mouse.quirks
 share/libinput/10-generic-trackball.quirks
+share/libinput/30-vendor-a4tech.quirks
 share/libinput/30-vendor-aiptek.quirks
 share/libinput/30-vendor-alps.quirks
 share/libinput/30-vendor-contour.quirks
@@ -59,19 +61,28 @@ share/libinput/30-vendor-logitech.quirks
 share/libinput/30-vendor-madcatz.quirks
 share/libinput/30-vendor-microsoft.quirks
 share/libinput/30-vendor-razer.quirks
+share/libinput/30-vendor-starlabs.quirks
 share/libinput/30-vendor-synaptics.quirks
 share/libinput/30-vendor-trust.quirks
 share/libinput/30-vendor-vmware.quirks
 share/libinput/30-vendor-wacom.quirks
+share/libinput/50-framework.quirks
 share/libinput/50-system-acer.quirks
 share/libinput/50-system-apple.quirks
 share/libinput/50-system-asus.quirks
 share/libinput/50-system-chicony.quirks
+share/libinput/50-system-chuwi.quirks
 share/libinput/50-system-cyborg.quirks
 share/libinput/50-system-dell.quirks
+share/libinput/50-system-gigabyte.quirks
 share/libinput/50-system-google.quirks
+share/libinput/50-system-gpd.quirks
 share/libinput/50-system-hp.quirks
+share/libinput/50-system-huawei.quirks
 share/libinput/50-system-lenovo.quirks
+share/libinput/50-system-pine64.quirks
+share/libinput/50-system-prestigio.quirks
+share/libinput/50-system-purism.quirks
 share/libinput/50-system-sony.quirks
 share/libinput/50-system-system76.quirks
 share/libinput/50-system-toshiba.quirks
diff --git a/libinput/buildlink3.mk b/libinput/buildlink3.mk
index abae402705..6fa8b07203 100644
--- a/libinput/buildlink3.mk
+++ b/libinput/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	libinput
 .if !defined(LIBINPUT_BUILDLINK3_MK)
 LIBINPUT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libinput+=	libinput>=0.8.0
+BUILDLINK_API_DEPENDS.libinput+=	libinput>=1.19.4
 BUILDLINK_PKGSRCDIR.libinput?=		../../wip/libinput
 
 .include "../../wip/libevdev/buildlink3.mk"
diff --git a/libinput/distinfo b/libinput/distinfo
index 056d6f65f8..244533deb9 100644
--- a/libinput/distinfo
+++ b/libinput/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (libinput-1.17.1.tar.xz) = df597923514848ef80d56ba205f61d2ce5640ca0
-SHA512 (libinput-1.17.1.tar.xz) = 2e7baa198fed9c673d28453efb066f9371f2b575a844e41cde455c636bbe1cc68faae7129026944a502cd5d7bfcc72272066b9e3cda5c959f7b464483f9dd860
-Size (libinput-1.17.1.tar.xz) = 611492 bytes
+BLAKE2s (libinput-1.19.4.tar.xz) = 01c4d8c6550745050509fee3c751c30ba1ded23dbe0e9727adceeb615718d866
+SHA512 (libinput-1.19.4.tar.xz) = 3a046a1719747c04f59d48608c438399631c25d0ed0643ca0370206bb67c6da2ea0697bbbb8ea8cec0feff2bc61d63a9045519c961c5fd8fd46814b571468174
+Size (libinput-1.19.4.tar.xz) = 655528 bytes


Home | Main Index | Thread Index | Old Index