package/x11r7/xapp_mkfontdir: remove package

app_mkfontscale now includes the mkfontdir script:
https://lists.x.org/archives/xorg-announce/2019-March/002988.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2019-06-02 12:45:19 +02:00 committed by Thomas Petazzoni
parent dbdbda75f9
commit ff74bb88fd
5 changed files with 9 additions and 24 deletions

View File

@ -146,6 +146,15 @@ endif
comment "Legacy options removed in 2019.08"
config BR2_PACKAGE_XAPP_MKFONTDIR
bool "mkfontdir is now included in xapp_mkfontscale"
select BR2_PACKAGE_XAPP_MKFONTSCALE
select BR2_LEGACY
help
xapp_mkfontscale now includes the mkfontdir script previously
distributed separately for compatibility with older X11
versions.
config BR2_GDB_VERSION_8_0
bool "gdb 8.0.x has been removed"
select BR2_LEGACY

View File

@ -69,7 +69,6 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xapp_ico/Config.in
source package/x11r7/xapp_listres/Config.in
source package/x11r7/xapp_luit/Config.in
source package/x11r7/xapp_mkfontdir/Config.in
source package/x11r7/xapp_mkfontscale/Config.in
source package/x11r7/xapp_oclock/Config.in
source package/x11r7/xapp_rgb/Config.in

View File

@ -1,5 +0,0 @@
config BR2_PACKAGE_XAPP_MKFONTDIR
bool "mkfontdir"
select BR2_PACKAGE_XAPP_MKFONTSCALE
help
create an index of X font files in a directory

View File

@ -1,2 +0,0 @@
# From http://lists.x.org/archives/xorg-announce/2012-February/001818.html
sha256 56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530 mkfontdir-1.0.7.tar.bz2

View File

@ -1,16 +0,0 @@
################################################################################
#
# xapp_mkfontdir
#
################################################################################
XAPP_MKFONTDIR_VERSION = 1.0.7
XAPP_MKFONTDIR_SOURCE = mkfontdir-$(XAPP_MKFONTDIR_VERSION).tar.bz2
XAPP_MKFONTDIR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_MKFONTDIR_LICENSE = MIT
XAPP_MKFONTDIR_LICENSE_FILES = COPYING
XAPP_MKFONTDIR_DEPENDENCIES = xapp_mkfontscale
HOST_XAPP_MKFONTDIR_DEPENDENCIES = host-xapp_mkfontscale
$(eval $(autotools-package))
$(eval $(host-autotools-package))