Install this version:
emerge -a =media-fonts/source-serif-3.001
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/source-serif-3.001
Or alternatively:
emerge --autounmask-write -a =media-fonts/source-serif-3.001
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.001 | 8 | ~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos | pro |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
FONT_PN=${PN}-pro
inherit font
DESCRIPTION="Serif font family for user interface environments"
HOMEPAGE="https://adobe-fonts.github.io/source-serif/"
SRC_URI="https://github.com/adobe-fonts/source-serif/archive/${PV}R.tar.gz -> source-serif-${PV}.tar.gz"
S="${WORKDIR}/${P}R"
LICENSE="OFL-1.1"
SLOT="pro"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
RESTRICT="binchecks strip"
RDEPEND="
media-libs/fontconfig
!media-fonts/source-pro
"
FONT_CONF=( "${FILESDIR}"/63-${PN}-pro.conf )
FONT_SUFFIX="otf"
src_prepare() {
default
mv OTF/*.otf . || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | source-serif-3.001.tar.gz | 8670432 bytes | https://github.com/adobe-fonts/source-serif/archive/3.001R.tar.gz |