You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/noto/noto-20160305-r1.ebuild

32 lines
873 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit font
DESCRIPTION="Google's font family that aims to support all the world's languages"
HOMEPAGE="https://www.google.com/get/noto/"
SRC_URI="
cjk? ( https://dev.gentoo.org/~pacho/${PN}/${P}.zip )
!cjk? ( https://dev.gentoo.org/~kensington/distfiles/${PN}-nocjk-${PV}.tar.xz )
"
# renamed from upstream's unversioned Noto-hinted.zip
# version number based on the timestamp of most recently updated font in the zip
LICENSE="OFL-1.1" # https://github.com/googlei18n/noto-fonts/blob/master/NEWS
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
IUSE="cjk"
DEPEND="cjk? ( app-arch/unzip )"
RESTRICT="binchecks strip"
S=${WORKDIR}
FONT_S="${S}"
FONT_SUFFIX="ttf"
src_install() {
use cjk && FONT_SUFFIX+=" otf"
font_src_install
}