Install this version:
emerge -a =media-fonts/blobmoji-15.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/blobmoji-15.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/blobmoji-15.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 15.0 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Noto Emoji with extended Blob support"
HOMEPAGE="https://github.com/C1710/blobmoji"
SRC_URI="https://github.com/C1710/blobmoji/releases/download/v${PV}/${PN^}.ttf -> ${P}.ttf"
S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
FONT_SUFFIX="ttf"
FONT_CONF=( "${FILESDIR}"/75-blobmoji-fallback.conf )
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/${PN}.${FONT_SUFFIX}" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | blobmoji-15.0.ttf | 12877044 bytes | https://github.com/C1710/blobmoji/releases/download/v15.0/Blobmoji.ttf |