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,6 @@
config BR2_PACKAGE_XAPP_XRDB
bool "xrdb"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
X server resource database utility

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-September/002316.html
sha256 73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b xrdb-1.1.0.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xrdb
#
################################################################################
XAPP_XRDB_VERSION = 1.1.0
XAPP_XRDB_SOURCE = xrdb-$(XAPP_XRDB_VERSION).tar.bz2
XAPP_XRDB_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XRDB_LICENSE = MIT
XAPP_XRDB_LICENSE_FILES = COPYING
XAPP_XRDB_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))