| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 17.0.04 | 8 | ~amd64 | 0 |
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font"
HOMEPAGE="https://unifoundry.com/"
SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz"
LICENSE="|| ( OFL-1.1 GPL-2+-with-font-exception )"
SLOT="0"
KEYWORDS="~amd64"
IUSE="bold"
BDEPEND="
bold? (
media-gfx/mkbold-mkitalic
x11-apps/bdftopcf
)"
src_compile() {
gzip -d <"font/precompiled/${P}.pcf.gz" >"${P}.pcf"
use bold && gzip -d <"font/precompiled/${P}.bdf.gz" | mkbold | bdftopcf >"${PN}-bold.pcf"
}
src_install() {
insinto "${FONTDIR}"
newins "${P}.pcf" "${PN}.pcf"
use bold && doins "${PN}-bold.pcf"
font_xfont_config
font_fontconfig
}
bold? ( media-gfx/mkbold-mkitalic x11-apps/bdftopcf )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | unifont-17.0.04.tar.gz | 41345524 bytes | mirror://gnu/unifont/unifont-17.0.04/unifont-17.0.04.tar.gz |