Install this version:
emerge -a =media-fonts/noto-emoji-20231130
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/noto-emoji-20231130
Or alternatively:
emerge --autounmask-write -a =media-fonts/noto-emoji-20231130
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Google Noto Emoji fonts"
HOMEPAGE="https://fonts.google.com/noto/specimen/Noto+Emoji"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMIT="d79d23e6822e0f6e5731b114cbfb26b2a4e380da"
SRC_URI="https://github.com/googlefonts/noto-emoji/raw/${COMMIT}/fonts/Noto-COLRv1.ttf -> Noto-COLRv1-${COMMIT}.ttf"
S="${WORKDIR}"
FONT_SUFFIX="ttf"
src_compile() {
for f in "${DISTDIR}"/*.ttf; do
fn=${f##*/}
cp "$f" "${fn/-$COMMIT}"
done
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Noto-COLRv1-d79d23e6822e0f6e5731b114cbfb26b2a4e380da.ttf | 4760384 bytes | https://github.com/googlefonts/noto-emoji/raw/d79d23e6822e0f6e5731b114cbfb26b2a4e380da/fonts/Noto-COLRv1.ttf |