x11-drivers/xf86-input-libinput: new port
This package contains the X.Org xf86-input-libinput driver. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little beyond. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9543
This commit is contained in:
parent
8d886de4ae
commit
be5779eecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433899
6 changed files with 33 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
SUBDIR += xf86-input-hyperpen
|
||||
SUBDIR += xf86-input-joystick
|
||||
SUBDIR += xf86-input-keyboard
|
||||
SUBDIR += xf86-input-libinput
|
||||
SUBDIR += xf86-input-mouse
|
||||
SUBDIR += xf86-input-mutouch
|
||||
SUBDIR += xf86-input-penmount
|
||||
|
|
18
x11-drivers/xf86-input-libinput/Makefile
Normal file
18
x11-drivers/xf86-input-libinput/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xf86-input-libinput
|
||||
PORTVERSION= 0.24.0
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X.Org libinput input driver
|
||||
|
||||
LICENSE= MIT # various styles
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libinput.so:x11/libinput
|
||||
|
||||
XORG_CAT= driver
|
||||
USES= pathfix
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-drivers/xf86-input-libinput/distinfo
Normal file
3
x11-drivers/xf86-input-libinput/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1486786051
|
||||
SHA256 (xorg/driver/xf86-input-libinput-0.24.0.tar.bz2) = ddcb07350aed59b2996a92a1b4ff64d1c0b0c86a3f0ddca15b2b1c8c8bb13628
|
||||
SIZE (xorg/driver/xf86-input-libinput-0.24.0.tar.bz2) = 367266
|
5
x11-drivers/xf86-input-libinput/pkg-descr
Normal file
5
x11-drivers/xf86-input-libinput/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This package contains the X.Org xf86-input-libinput driver. It is a thin
|
||||
wrapper around libinput, so while it does provide all features that libinput
|
||||
supports it does little beyond.
|
||||
|
||||
WWW: http://www.x.org
|
5
x11-drivers/xf86-input-libinput/pkg-plist
Normal file
5
x11-drivers/xf86-input-libinput/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
include/xorg/libinput-properties.h
|
||||
lib/xorg/modules/input/libinput_drv.so
|
||||
libdata/pkgconfig/xorg-libinput.pc
|
||||
man/man4/libinput.4x.gz
|
||||
share/X11/xorg.conf.d/40-libinput.conf
|
|
@ -21,6 +21,7 @@ INPUT_DRIVERS= acecad \
|
|||
hyperpen \
|
||||
joystick \
|
||||
keyboard \
|
||||
libinput \
|
||||
mouse \
|
||||
mutouch \
|
||||
penmount \
|
||||
|
|
Loading…
Reference in a new issue