package/x11r7/xdriver_xf86-input-void: bump version to 1.4.1 and mark as deprecated

http://lists.x.org/archives/xorg-announce/2015-April/002585.html
"The void driver is a dummy driver that does nothing and just fulfils
the requirements of really old servers that must have an input device.
It is just dead weight for any server released after 2007 or so. Don't use
it."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-04-23 22:40:51 +02:00 committed by Thomas Petazzoni
parent 1ea4efc6f6
commit 67575a811b
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
bool "xf86-input-void"
# http://lists.x.org/archives/xorg-announce/2015-April/002585.html
# "It is just dead weight for any server released after 2007 or so.
# Don't use it."
depends on BR2_DEPRECATED_SINCE_2015_05
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO

View File

@ -1,2 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2011-May/001658.html
sha1 49b462d3acb16337eaf78202d4074f19d5e20b29 xf86-input-void-1.4.0.tar.bz2
# From http://lists.x.org/archives/xorg-announce/2015-April/002585.html
sha256 f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c xf86-input-void-1.4.1.tar.bz2

View File

@ -4,7 +4,7 @@
#
################################################################################
XDRIVER_XF86_INPUT_VOID_VERSION = 1.4.0
XDRIVER_XF86_INPUT_VOID_VERSION = 1.4.1
XDRIVER_XF86_INPUT_VOID_SOURCE = xf86-input-void-$(XDRIVER_XF86_INPUT_VOID_VERSION).tar.bz2
XDRIVER_XF86_INPUT_VOID_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_VOID_LICENSE = MIT