media-fonts/lxgw-bright - 5.528 (gentoo-zh)

Search

Install

Install this version:

emerge -a =media-fonts/lxgw-bright-5.528

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/lxgw-bright-5.528

Or alternatively:

emerge --autounmask-write -a =media-fonts/lxgw-bright-5.528

Package Information

Description:
LXGW Bright: a Ming/serif-style Chinese font by LXGW
Homepage:
https://github.com/lxgw/LxgwBright
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
5.528 8 ~amd64 ~arm64 ~loong ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit font

DESCRIPTION="LXGW Bright: a Ming/serif-style Chinese font by LXGW"
HOMEPAGE="https://github.com/lxgw/LxgwBright"
SRC_URI="https://github.com/lxgw/LxgwBright/releases/download/v${PV}/LXGWBright.7z -> ${P}.7z"
S="${WORKDIR}/LXGWBright"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"

FONT_SUFFIX="ttf"

BDEPEND="app-arch/7zip"

src_unpack() {
	7z x "${DISTDIR}/${P}.7z" >/dev/null || die
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/7zip

Manifest for 5.528

Type File Size Source URLs
DIST lxgw-bright-5.528.7z 32464752 bytes https://github.com/lxgw/LxgwBright/releases/download/v5.528/LXGWBright.7z