media-fonts/intlfonts - 1.4.2 (gentoo)

Search

Package Information

Description:
International X11 fixed fonts
Homepage:
https://directory.fsf.org/wiki/Intlfonts
License:
public-domain HPND GPL-3+-with-font-exception

Ebuild Details

Version EAPI Keywords Slot
1.4.2 8 ~alpha amd64 arm ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="International X11 fixed fonts"
HOMEPAGE="https://directory.fsf.org/wiki/Intlfonts"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="public-domain HPND GPL-3+-with-font-exception"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="bdf"

BDEPEND="x11-apps/bdftopcf
	>=x11-apps/mkfontscale-1.2.0"

DOCS=( ChangeLog NEWS README Emacs.ap )

src_configure() {
	local myeconfargs=(
		--with-fontdir=/usr/share/fonts/${PN}
		--enable-compress="gzip -9"
		$(use_with bdf)
	)

	econf "${myeconfargs[@]}"
}

src_install() {
	emake install fontdir="${ED}/usr/share/fonts/${PN}"
	einstalldocs
	font_xfont_config
}

USE Flags

bdf

Applicable Mirrors

Mirror Name URLs
gnu

Dependencies

BDEPEND

x11-apps/bdftopcf
	>=x11-apps/mkfontscale-1.2.0

Manifest for 1.4.2

Type File Size Source URLs
DIST intlfonts-1.4.2.tar.gz 12772093 bytes mirror://gnu/intlfonts/intlfonts-1.4.2.tar.gz