From dd330c19c9a9f3477c3c2f7c38ee36efc248770a Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Sun, 14 Aug 2022 02:05:33 +0200 Subject: media-fonts/source-code-pro: new package, add 2.038 media-fonts/source-pro installs 3 font families. A while ago the serif and sans-serif fonts were renamed (and will be renamed again) while the monospace font kept the same name. Furthermore, the fonts now have the major version in their name. The fonts will be split into their own packages and the old package will be masked since it isn't bump-able. Bug: https://bugs.gentoo.org/865103 Upstream-announcement: https://github.com/adobe-fonts/source-serif/issues/77 Signed-off-by: Ronny (tastytea) Gutbrod Signed-off-by: Joonas Niilola --- .../source-code-pro/source-code-pro-2.038.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 media-fonts/source-code-pro/source-code-pro-2.038.ebuild (limited to 'media-fonts/source-code-pro/source-code-pro-2.038.ebuild') diff --git a/media-fonts/source-code-pro/source-code-pro-2.038.ebuild b/media-fonts/source-code-pro/source-code-pro-2.038.ebuild new file mode 100644 index 000000000000..572e940715eb --- /dev/null +++ b/media-fonts/source-code-pro/source-code-pro-2.038.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +REALV="2.038R-ro/1.058R-it/1.018R-VAR" + +DESCRIPTION="Monospaced font family for user interface and coding environments" +HOMEPAGE="https://adobe-fonts.github.io/source-code-pro/" +SRC_URI="https://github.com/adobe-fonts/source-code-pro/archive/${REALV}.tar.gz -> source-code-pro-${PV}.tar.gz" +S="${WORKDIR}/${PN}-${REALV//\//-}" + +LICENSE="OFL-1.1" +SLOT="0" +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}.conf ) +FONT_SUFFIX="otf" + +src_prepare() { + default + mv OTF/*.otf . || die +} -- cgit v1.2.3-65-gdbad