mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
458c67e48c
commit
470b68bb86
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user