pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-input-keyboard xf86-input-keyboard: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ad1fe177fd0
branches:  trunk
changeset: 381702:4ad1fe177fd0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 19:48:15 2022 +0000

description:
xf86-input-keyboard: update to 2.0.0.

This keyboard driver is primarily used with BSD, GNU Hurd, illumos,
& Solaris systems.  Linux systems should instead use either
xf86-input-libinput or xf86-input-evdev.

While versions 1.9.0 and earlier had rudimentary support for Linux
as well, that has been removed in this release.

Adam Jackson (1):
      linux: Remove

Alan Coopersmith (6):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      xf86-input-keyboard 2.0.0

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (2):
      autogen.sh: use exec instead of waiting for configure to finish
      Remove two more linux mentions

diffstat:

 x11/xf86-input-keyboard/DESCR    |  2 +-
 x11/xf86-input-keyboard/Makefile |  9 +++++----
 x11/xf86-input-keyboard/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r f6c04b812b97 -r 4ad1fe177fd0 x11/xf86-input-keyboard/DESCR
--- a/x11/xf86-input-keyboard/DESCR     Mon Jul 11 19:43:49 2022 +0000
+++ b/x11/xf86-input-keyboard/DESCR     Mon Jul 11 19:48:15 2022 +0000
@@ -1,1 +1,1 @@
-This is the keyboard driver for the modular Xorg server.
+Keyboard input driver for non-Linux platforms for the Xorg X server.
diff -r f6c04b812b97 -r 4ad1fe177fd0 x11/xf86-input-keyboard/Makefile
--- a/x11/xf86-input-keyboard/Makefile  Mon Jul 11 19:43:49 2022 +0000
+++ b/x11/xf86-input-keyboard/Makefile  Mon Jul 11 19:48:15 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2022/04/10 08:53:18 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/07/11 19:48:15 wiz Exp $
 
-DISTNAME=      xf86-input-keyboard-1.9.0
-PKGREVISION=   3
+DISTNAME=      xf86-input-keyboard-2.0.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
@@ -17,6 +16,8 @@
 
 RELRO_SUPPORTED=       partial
 
+NOT_FOR_PLATFORM=      Linux-*
+
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
 X11_DRV_NAME=  keyboard
diff -r f6c04b812b97 -r 4ad1fe177fd0 x11/xf86-input-keyboard/distinfo
--- a/x11/xf86-input-keyboard/distinfo  Mon Jul 11 19:43:49 2022 +0000
+++ b/x11/xf86-input-keyboard/distinfo  Mon Jul 11 19:48:15 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 11:34:39 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/07/11 19:48:15 wiz Exp $
 
-BLAKE2s (xf86-input-keyboard-1.9.0.tar.bz2) = 112a7aa63b0f967407e5135f57155bce7723069dbcc6661b5a5e6ca9555d74e0
-SHA512 (xf86-input-keyboard-1.9.0.tar.bz2) = d1a52d10039096d0d5e09750b6a8c2388345748331615af93e5be499646c3bc5fbbfc897fcebdeada5efaafff94f26a2ab84d6e35f01a875b8b9956a42015df9
-Size (xf86-input-keyboard-1.9.0.tar.bz2) = 341693 bytes
+BLAKE2s (xf86-input-keyboard-2.0.0.tar.xz) = c71e10a8ced50af8df2b32575acfc50df96e900006e069a70469c495c664463d
+SHA512 (xf86-input-keyboard-2.0.0.tar.xz) = 8d53cdc3a9c9494896808e6a3974dcce5b2e7117bd9f5447240a01f126d3828a51143dbf4866ba94a761f83000f269026d7feda2a2b6c6d8a403b6cd46d5a437
+Size (xf86-input-keyboard-2.0.0.tar.xz) = 292208 bytes
 SHA1 (patch-src_bsd__KbdMap.c) = b1e9d22a086332ded43e0448307c45d36ce9c159
 SHA1 (patch-src_sun__kbd.c) = 21da7cb7110ae8b08f9245de1d1678965ba7a0c8



Home | Main Index | Thread Index | Old Index