gentoo-ebuilds/media-fonts/wqy-zenhei/wqy-zenhei-0.9.46.ebuild
Lucio Sauer 794061a329
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-04-30 20:21:05 +02:00

51 lines
1.2 KiB
Bash

# Copyright 2007-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISABLE_AUTOFORMATTING=true
inherit font readme.gentoo-r1
DESCRIPTION="WenQuanYi Hei-Ti Style (sans-serif) Chinese outline font"
HOMEPAGE="http://wenq.org/wqy2/index.cgi?ZenHei"
SRC_URI="https://downloads.sourceforge.net/project/wqy/${PN}-snapshot/${PV}-May/${P}-May.tar.bz2"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2-with-font-exception"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
IUSE=""
# Only installs fonts
RESTRICT="binchecks strip test"
FONT_CONF=(
43-wqy-zenhei-sharp.conf
44-wqy-zenhei.conf
)
FONT_SUFFIX="ttc"
DOC_CONTENTS="This font installs two fontconfig configuration files.
To activate preferred rendering, run:
eselect fontconfig enable 44-wqy-zenhei.conf
To make the font only use embedded bitmap fonts when available, run:
eselect fontconfig enable 43-wqy-zenhei-sharp.conf"
PATCHES=( "${FILESDIR}/44-wqy-zenhei.conf.patch" )
src_compile() {
:
}
src_install() {
font_src_install
readme.gentoo_create_doc
}
pkg_postinst() {
unset FONT_CONF # override default message
font_pkg_postinst
readme.gentoo_print_elog
}