From b5056aa1f0b57af44d0d0325db6fda2c2c887eca Mon Sep 17 00:00:00 2001 From: Laszlo Valko Date: Mon, 20 Apr 2020 02:07:42 +0200 Subject: [PATCH] Added media-fonts/noto. --- media-fonts/noto/Manifest | 2 ++ media-fonts/noto/noto-20170403.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 media-fonts/noto/Manifest create mode 100644 media-fonts/noto/noto-20170403.ebuild diff --git a/media-fonts/noto/Manifest b/media-fonts/noto/Manifest new file mode 100644 index 0000000..53ea466 --- /dev/null +++ b/media-fonts/noto/Manifest @@ -0,0 +1,2 @@ +DIST noto-20170403.tar.xz 11083152 BLAKE2B 8281cc19a100d1cbf7f57fba9cba077bb0005f7296f58d48247bef6c804b53597ff359dfab7b7d851e42c0294c757f311979b98dc9f1c22e2d3f3fabe4db77e7 SHA512 f8f1414b5b6f793e86ef3cc6a6320c4545f079b337c7672cb8cccc3c50d21d353d81557da4a555cdb6524c79be3e4c167f7d5aac102c38d64926f3b1887ca7f3 +EBUILD noto-20170403.ebuild 817 BLAKE2B 835f9f1e7dbaa79267896798513072b7900787116ef5b483bcfb4183fe65dd741c20ecb25eb8de7c65ce96fec28c2b74825ca570973456dac749b228be9dbc38 SHA512 76d2a1859732900dc699b37414a7f1b7b8460b33d6de0bc22d4e901a9fee490008972271f5d19bba1ade1571bdbe5d22fa59e6da341cc229392b184862576fb9 diff --git a/media-fonts/noto/noto-20170403.ebuild b/media-fonts/noto/noto-20170403.ebuild new file mode 100644 index 0000000..0e10bdb --- /dev/null +++ b/media-fonts/noto/noto-20170403.ebuild @@ -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"