media-fonts/inria-fonts - 1.200 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =media-fonts/inria-fonts-1.200

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-fonts/inria-fonts-1.200

Or alternatively:

emerge --autounmask-write -a =media-fonts/inria-fonts-1.200

Package Information

Description:
Inria Serif and Inria Sans Typeface
Homepage:
https://black-foundry.com/work/inria/
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.200 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="InriaFonts"
MY_P=${MY_PN}-${PV}

inherit font

DESCRIPTION="Inria Serif and Inria Sans Typeface"
HOMEPAGE="https://black-foundry.com/work/inria/"
SRC_URI="https://github.com/BlackFoundryCom/InriaFonts/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"

LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/${MY_P}"
FONT_SUFFIX="ttf otf"
FONT_S="${S}"

src_prepare() {
	default
	mv "${S}"/fonts/*/TTF/*.ttf "${FONT_S}" || die
	mv "${S}"/fonts/*/OTF/*.otf "${FONT_S}" || die
}

Inherited Eclasses

Manifest for 1.200

Type File Size Source URLs
DIST InriaFonts-1.200.tar.gz 4848249 bytes https://github.com/BlackFoundryCom/InriaFonts/archive/v1.200.tar.gz