media-fonts/*: include missing font_pkg_postinst

Closes: https://bugs.gentoo.org/949601
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-02-11 16:15:44 +02:00
committed by Sam James
parent 458c67e48c
commit 470b68bb86
4 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,6 +31,8 @@ src_prepare() {
}
pkg_postinst() {
font_pkg_postinst
optfeature_header "Other variants of this font are:"
optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans
optfeature "the sans-serif variant" media-fonts/source-sans

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -39,6 +39,8 @@ src_install() {
}
pkg_postinst() {
font_pkg_postinst
optfeature_header "Other variants of this font are:"
optfeature "the monospace variant" media-fonts/source-code-pro
optfeature "the sans-serif variant" media-fonts/source-sans

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,6 +30,8 @@ src_prepare() {
}
pkg_postinst() {
font_pkg_postinst
optfeature_header "Other variants of this font are:"
optfeature "the monospace variant" media-fonts/source-code-pro
optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,6 +30,8 @@ src_prepare() {
}
pkg_postinst() {
font_pkg_postinst
optfeature_header "Other variants of this font are:"
optfeature "the monospace variant" media-fonts/source-code-pro
optfeature "Chinese, Japanese and Korean support" media-fonts/source-han-sans