Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_XKEYBOARD_CONFIG
bool "xkeyboard-config"
# Runtime dependencies
select BR2_PACKAGE_XAPP_XKBCOMP if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XPROTO_XPROTO if BR2_PACKAGE_XORG7
help
keyboard configuration database for X
http://xlibs.freedesktop.org/xkbdesc

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2016-January/002671.html
sha256 dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 xkeyboard-config-2.17.tar.bz2

View File

@@ -0,0 +1,16 @@
################################################################################
#
# xkeyboard-config
#
################################################################################
XKEYBOARD_CONFIG_VERSION = 2.17
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config
XKEYBOARD_CONFIG_LICENSE = MIT
XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
XKEYBOARD_CONFIG_CONF_OPTS = --disable-runtime-deps
XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
$(eval $(autotools-package))