summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-07-28 11:12:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-28 14:47:52 +0200
commitef0b26eeb5ef4053128a30554caf9eefe106c5fd (patch)
tree764e81daee3e02267317aff43bef2f308fd50769
parent126721295de6195a3ac9ddc8c0f3d431e649bdeb (diff)
downloadptxdist-ef0b26eeb5ef4053128a30554caf9eefe106c5fd.tar.gz
ptxdist-ef0b26eeb5ef4053128a30554caf9eefe106c5fd.tar.xz
xorg-font-intl: remove old package
It has been in staging for more than one year. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xorg-font-intl.in54
-rw-r--r--rules/xorg-font-intl.make91
2 files changed, 0 insertions, 145 deletions
diff --git a/rules/xorg-font-intl.in b/rules/xorg-font-intl.in
deleted file mode 100644
index 1674be6ce..000000000
--- a/rules/xorg-font-intl.in
+++ /dev/null
@@ -1,54 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=multimedia_xorg_font
-
-menuconfig XORG_FONT_INTL
- bool
- prompt "chinese and other asian fonts"
- select XORG_FONTS
- help
- STAGING: remove in ptxdist-2021.06.0
- Unclear license for some of the fonts and not really needed anymore.
-
-config XORG_FONT_INTL_CHIN
- bool
- prompt "chinese fonts"
- depends on XORG_FONT_INTL
- help
- This package includes some GB2312, GB8565-88, BIG5 (ETen), and SiSheng
- Chinese fonts. You will need the fonts if you plan to view, print or author
- documents written in Chinese and using any of the encodings mentioned above.
-
-config XORG_FONT_INTL_CHIN_BIG
- bool
- prompt "chinese fonts (big size)"
- depends on XORG_FONT_INTL
- help
- This package contains two GB coded fonts in big size
-
-config XORG_FONT_INTL_JAP
- bool
- prompt "japanese fonts"
- depends on XORG_FONT_INTL
- help
- This package includes some JISX0208.1990, JISX0208.1978, JISX0212.1990
- (HojoKanji), JISX0208.1983, and JISX0201 (Roman & Kana) Japanese fonts. You
- will need the fonts if you plan to view, print or author documents using
- the Japanese language and any of the encodings specified above.
-
-config XORG_FONT_INTL_JAP_BIG
- bool
- prompt "Japanese fonts (big size)"
- depends on XORG_FONT_INTL
- help
- This package contains two JISX coded fonts in big size
-
-
-config XORG_FONT_INTL_ASIAN
- bool
- prompt "other asian languages"
- depends on XORG_FONT_INTL
- help
- This package includes fonts in thai, vietnamese, inian, lao and several
- further asian languages.
-
diff --git a/rules/xorg-font-intl.make b/rules/xorg-font-intl.make
deleted file mode 100644
index 667616146..000000000
--- a/rules/xorg-font-intl.make
+++ /dev/null
@@ -1,91 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006 by Luotao Fu <lfu@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_XORG_FONT_INTL) += xorg-font-intl
-
-#
-# Paths and names
-#
-XORG_FONT_INTL_VERSION := 1.2.1
-XORG_FONT_INTL_MD5 := d77e9c4ec066a985687e5c67992677e4
-XORG_FONT_INTL := intlfonts-$(XORG_FONT_INTL_VERSION)
-XORG_FONT_INTL_SUFFIX := tar.gz
-XORG_FONT_INTL_URL := $(call ptx/mirror, GNU, intlfonts/$(XORG_FONT_INTL).$(XORG_FONT_INTL_SUFFIX))
-XORG_FONT_INTL_SOURCE := $(SRCDIR)/$(XORG_FONT_INTL).$(XORG_FONT_INTL_SUFFIX)
-XORG_FONT_INTL_DIR := $(BUILDDIR)/$(XORG_FONT_INTL)
-
-ifdef PTXCONF_XORG_FONT_INTL
-$(STATEDIR)/xorg-fonts.targetinstall.post: $(STATEDIR)/xorg-font-intl.targetinstall
-endif
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-XORG_FONT_INTL_PATH := PATH=$(CROSS_PATH)
-XORG_FONT_INTL_ENV := $(CROSS_ENV)
-XORG_FONT_INTL_MAKEVARS := \
- SUBDIRS= \
- SUBDIRS_X= \
- SUBDIRS_BIG=
-
-ifdef PTXCONF_XORG_FONT_INTL_CHIN
-XORG_FONT_INTL_MAKEVARS += SUBDIRS+=Chinese SUBDIRS_X+=Chinese.X
-endif
-
-ifdef PTXCONF_XORG_FONT_INTL_CHIN_BIG
-XORG_FONT_INTL_MAKEVARS += SUBDIRS_BIG+=Chinese.BIG
-endif
-
-ifdef PTXCONF_XORG_FONT_INTL_JAP
-XORG_FONT_INTL_MAKEVARS += SUBDIRS+=Japanese SUBDIRS_X+=Japanese.X
-endif
-
-ifdef PTXCONF_XORG_FONT_INTL_JAP_BIG
-XORG_FONT_INTL_MAKEVARS += SUBDIRS_BIG+=Japanese.BIG
-endif
-
-ifdef PTXCONF_XORG_FONT_INTL_ASIAN
-XORG_FONT_INTL_MAKEVARS += SUBDIRS+=Asian
-endif
-
-#
-# autoconf
-#
-XORG_FONT_INTL_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --enable-compress \
- --with-fontdir=$(XORG_FONT_INTL_PKGDIR)$(XORG_FONTDIR)/misc \
- --without-bdf
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-font-intl.targetinstall:
- @$(call targetinfo)
-
- @mkdir -p $(XORG_FONTS_DIR_INSTALL)/misc
-
-# FIXME: font.alias handling
-# FIXME: what about truetype and type1
-
- @find $(XORG_FONT_INTL_PKGDIR) \
- -name "*.pcf.gz" \
- | \
- while read file; do \
- install -m 644 $${file} $(XORG_FONTS_DIR_INSTALL)/misc; \
- done
-
-
- @$(call touch)
-
-# vim: syntax=make