pkgsrc-WIP-changes archive

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

xf86-input-libinput: Import xf86-input-libinput as wip/xf86-input-libinput



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <cirnatdan%pkgsrc.org@localhost>
Pushed By:	cirnatdan
Date:		Wed Apr 21 20:19:02 2021 +0200
Changeset:	5f0e0f356478088c6aaaf4bf15f0c6ccd4cb1e0f

Added Files:
	xf86-input-libinput/DESCR
	xf86-input-libinput/Makefile
	xf86-input-libinput/PLIST
	xf86-input-libinput/distinfo

Log Message:
xf86-input-libinput: Import xf86-input-libinput as
wip/xf86-input-libinput

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

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

diffstat:
 xf86-input-libinput/DESCR    |  6 ++++++
 xf86-input-libinput/Makefile | 23 +++++++++++++++++++++++
 xf86-input-libinput/PLIST    |  6 ++++++
 xf86-input-libinput/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/xf86-input-libinput/DESCR b/xf86-input-libinput/DESCR
new file mode 100644
index 0000000000..b6384dbcc1
--- /dev/null
+++ b/xf86-input-libinput/DESCR
@@ -0,0 +1,6 @@
+The official repository for this driver is
+https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput
+
+This is an X driver based on libinput. It is a thin wrapper around libinput,
+so while it does provide all features that libinput supports it does little
+beyond.
diff --git a/xf86-input-libinput/Makefile b/xf86-input-libinput/Makefile
new file mode 100644
index 0000000000..0d6415d8b8
--- /dev/null
+++ b/xf86-input-libinput/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	xf86-input-libinput-1.0.1
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_XORG:=driver/}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	cirnatdan%NetBSD.org@localhost
+HOMEPAGE=	https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput
+COMMENT=	Generic input driver for the X.Org server based on libinput
+LICENSE=	mit
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	pkg-config
+
+PKGCONFIG_OVERRIDE+=	xorg-libinput.pc.in
+
+ONLY_FOR_PLATFORM=	Linux-*-* FreeBSD-*-*
+
+.include "../../wip/libinput/buildlink3.mk"
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xf86-input-libinput/PLIST b/xf86-input-libinput/PLIST
new file mode 100644
index 0000000000..42c3a1c9fa
--- /dev/null
+++ b/xf86-input-libinput/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+include/xorg/libinput-properties.h
+lib/pkgconfig/xorg-libinput.pc
+lib/xorg/modules/input/libinput_drv.la
+man/man4/libinput.4
+share/X11/xorg.conf.d/40-libinput.conf
diff --git a/xf86-input-libinput/distinfo b/xf86-input-libinput/distinfo
new file mode 100644
index 0000000000..523b4b726c
--- /dev/null
+++ b/xf86-input-libinput/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xf86-input-libinput-1.0.1.tar.bz2) = e0336d7376379ea3ce60730804e498cdb05f3f5c
+RMD160 (xf86-input-libinput-1.0.1.tar.bz2) = b1f03fba9214b9524dc55fc2bd07699d5f578a32
+SHA512 (xf86-input-libinput-1.0.1.tar.bz2) = bb3cc4e9507d5ff6e430aabb5c87e412e8bbc5fd18b85fa4826123cb6be2f8f41078863fda09304f9dbd1264bbf1c3c7d6c11700ede0a5db733fbd1a03ec915b
+Size (xf86-input-libinput-1.0.1.tar.bz2) = 379125 bytes


Home | Main Index | Thread Index | Old Index