This is xf86-input-keyboard-1.2.1, for use with wip/modular-xorg-server.
This commit is contained in:
parent
e1c89300f5
commit
cbb8d3b322
6 changed files with 60 additions and 0 deletions
3
xf86-input-keyboard/DESCR
Normal file
3
xf86-input-keyboard/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the keyboard driver for the modular Xorg server which uses the new
|
||||
Xinput XPI.
|
||||
|
25
xf86-input-keyboard/Makefile
Normal file
25
xf86-input-keyboard/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1 2007/08/06 21:59:56 bsadewitz Exp $
|
||||
|
||||
DISTNAME= xf86-input-keyboard-1.2.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://bahar.aydogan.net/~blair/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= blair.sadewitz@gmail.com
|
||||
COMMENT= Modular Xorg keyboard driver
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
|
||||
BUILDLINK_API_DEPENDS+= modular-xorg-server>=1.3.99.0:../../wip/modular-xorg-server
|
||||
|
||||
.include "../../x11/inputproto/buildlink3.mk"
|
||||
.include "../../x11/randrproto/buildlink3.mk"
|
||||
.include "../../wip/modular-xorg-server/buildlink3.mk"
|
||||
.include "../../x11/kbproto/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
xf86-input-keyboard/PLIST
Normal file
3
xf86-input-keyboard/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2007/08/06 21:59:56 bsadewitz Exp $
|
||||
lib/xorg/modules/input/kbd_drv.la
|
||||
man/man4/kbd.4
|
7
xf86-input-keyboard/distinfo
Normal file
7
xf86-input-keyboard/distinfo
Normal file
|
@ -0,0 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.1 2007/08/06 21:59:56 bsadewitz Exp $
|
||||
|
||||
SHA1 (xf86-input-keyboard-1.2.1.tar.bz2) = 92fc96bf5651b37d0778a0648af185e6893cbae1
|
||||
RMD160 (xf86-input-keyboard-1.2.1.tar.bz2) = 56489d4a71ac8237c96ae4fed9016979da6f05c0
|
||||
Size (xf86-input-keyboard-1.2.1.tar.bz2) = 245166 bytes
|
||||
SHA1 (patch-aa) = dd819cd7fb4cadd7d0db35366c741534eb750229
|
||||
SHA1 (patch-ab) = 492ee24c35f97cd3a11d99dd72af9198ccb2fb78
|
11
xf86-input-keyboard/patches/patch-aa
Normal file
11
xf86-input-keyboard/patches/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.ac.orig 2007-08-06 17:47:47.000000000 -0400
|
||||
+++ configure.ac 2007-08-06 17:55:02.000000000 -0400
|
||||
@@ -69,7 +69,7 @@
|
||||
[Name of the period field in struct kbd_repeat])
|
||||
;;
|
||||
|
||||
- freebsd* | kfreebsd-gnu* | netbsd* | openbsd*)
|
||||
+ freebsd* | kfreebsd-gnu* | netbsd* | openbsd* | dragonfly*)
|
||||
IS_BSD="yes"
|
||||
;;
|
||||
|
11
xf86-input-keyboard/patches/patch-ab
Normal file
11
xf86-input-keyboard/patches/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig 2007-08-06 17:49:37.000000000 -0400
|
||||
+++ configure 2007-08-06 17:55:02.000000000 -0400
|
||||
@@ -20085,7 +20085,7 @@
|
||||
|
||||
;;
|
||||
|
||||
- freebsd* | kfreebsd-gnu* | netbsd* | openbsd*)
|
||||
+ freebsd* | kfreebsd-gnu* | netbsd* | openbsd* | dragonfly*)
|
||||
IS_BSD="yes"
|
||||
;;
|
||||
|
Loading…
Reference in a new issue