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,8 @@
config BR2_PACKAGE_XAPP_XFD
bool "xfd"
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXFT
help
X.Org xfd application

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-July/002268.html
sha256 c1a32222fbb891e46f9a82ebab005bc5e54ce006a2586195ec9ea7ab308e2759 xfd-1.1.2.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xfd
#
################################################################################
XAPP_XFD_VERSION = 1.1.2
XAPP_XFD_SOURCE = xfd-$(XAPP_XFD_VERSION).tar.bz2
XAPP_XFD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XFD_LICENSE = MIT
XAPP_XFD_LICENSE_FILES = COPYING
XAPP_XFD_DEPENDENCIES = freetype fontconfig xlib_libXaw xlib_libXft
$(eval $(autotools-package))