media-fonts/source-emoji - 9999 (4nykey)

Search

Install

Install this version:

emerge -a =media-fonts/source-emoji-9999

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

autounmask =media-fonts/source-emoji-9999

Or alternatively:

emerge --autounmask-write -a =media-fonts/source-emoji-9999

Package Information

Description:
A monochrome emoji font designed to harmonize with other Source fonts
Homepage:
https://github.com/adobe-fonts/source-emoji
License:
OFL-1.1

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

FONT_SUFFIX=otf
if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/adobe-fonts/${PN}"
	EGIT_BRANCH="dev_branch"
else
	MY_PV="5aeeff4"
	[[ -n ${PV%%*_p*} ]] && MY_PV="${PV}"
	SRC_URI="
		mirror://githubcl/adobe-fonts/${PN}/tar.gz/${MY_PV}
		-> ${P}.tar.gz
	"
	RESTRICT="primaryuri"
	KEYWORDS="~amd64"
	S="${WORKDIR}/${PN}-${MY_PV}"
fi
inherit font-r1

DESCRIPTION="A monochrome emoji font designed to harmonize with other Source fonts"
HOMEPAGE="https://github.com/adobe-fonts/${PN}"

LICENSE="OFL-1.1"
SLOT="0"
IUSE="+binary"

BDEPEND="
	!binary? ( dev-util/afdko )
"

src_compile() {
	rm -f SourceEmojiUnicode-BnW.otf
	use binary && return
	checkoutlinesufo SourceEmoji-BnW.ufo || die
	makeotf -f SourceEmoji-BnW.ufo -r || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-fonts/source-emoji | euse -E <flag> -p media-fonts/source-emoji | euse -D <flag> -p media-fonts/source-emoji

Global/Standard Flags

binary
Default: Enabled (+)

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
githubcl

Dependencies

BDEPEND

	!binary? ( dev-util/afdko )