Added media-fonts/noto.

This commit is contained in:
László Valkó 2020-04-20 02:07:42 +02:00
parent 156327194a
commit b5056aa1f0
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST noto-20170403.tar.xz 11083152 BLAKE2B 8281cc19a100d1cbf7f57fba9cba077bb0005f7296f58d48247bef6c804b53597ff359dfab7b7d851e42c0294c757f311979b98dc9f1c22e2d3f3fabe4db77e7 SHA512 f8f1414b5b6f793e86ef3cc6a6320c4545f079b337c7672cb8cccc3c50d21d353d81557da4a555cdb6524c79be3e4c167f7d5aac102c38d64926f3b1887ca7f3
EBUILD noto-20170403.ebuild 817 BLAKE2B 835f9f1e7dbaa79267896798513072b7900787116ef5b483bcfb4183fe65dd741c20ecb25eb8de7c65ce96fec28c2b74825ca570973456dac749b228be9dbc38 SHA512 76d2a1859732900dc699b37414a7f1b7b8460b33d6de0bc22d4e901a9fee490008972271f5d19bba1ade1571bdbe5d22fa59e6da341cc229392b184862576fb9

View file

@ -0,0 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font
DESCRIPTION="Google's font family that aims to support all the world's languages"
HOMEPAGE="https://www.google.com/get/noto/"
# https://noto-website.storage.googleapis.com/pkgs/Noto-hinted.zip
# Version number based on the timestamp of most recently updated font in the zip.
# When bumping, remove *CJK* and create a tarball (xz -9 gives the most
# compressed tarball)
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
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"
RDEPEND="cjk? ( media-fonts/noto-cjk )"
RESTRICT="binchecks strip"
FONT_S="${S}"
FONT_SUFFIX="ttf"