sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-18 18:38:43 +00:00
parent 2c0afcbbf3
commit b72ce7a5e9
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
1248 changed files with 11809 additions and 12798 deletions

View file

@ -0,0 +1,22 @@
COMMENT = OpenBSD port of libinput
DISTNAME = libinput-openbsd-20230714
REVISION = 1
SHARED_LIBS = input 0.0
GH_ACCOUNT = mherrb
GH_PROJECT = libinput
GH_COMMIT = 8d1fa015a90733b9db502bfe2de31f15b1d85b48
CATEGORIES = wayland
HOMEPAGE = https://github.com/sizeofvoid/libinput
# MIT
PERMIT_PACKAGE = Yes
post-install:
cd $(WRKSRC) && make includes DESTDIR=""
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (libinput-openbsd-20230714-8d1fa015.tar.gz) = 4OlEZzQW2tKAj53qUYNjsMgwvx1+nRTOp8/T7GRnATE=
SIZE (libinput-openbsd-20230714-8d1fa015.tar.gz) = 71542

View file

@ -0,0 +1,2 @@
This is a remimplementation of libinput to OpenBSD.
Original code by Martin Pieuchot <mpi@openbsd.org>

View file

@ -0,0 +1,7 @@
include/libinput.h
include/linux/
include/linux/input-event-codes.h
include/linux/input.h
@static-lib lib/libinput.a
@lib lib/libinput.so.${LIBinput_VERSION}
lib/pkgconfig/libinput.pc