From ad54d7d5f1e6b7815a502c14785aa3f77b6eafab Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 16 Dec 2021 11:14:48 -0500 Subject: media-fonts/noto: import/new --- media-fonts/noto/noto-20211207.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 media-fonts/noto/noto-20211207.ebuild (limited to 'media-fonts/noto/noto-20211207.ebuild') diff --git a/media-fonts/noto/noto-20211207.ebuild b/media-fonts/noto/noto-20211207.ebuild new file mode 100644 index 0000000..86a15b8 --- /dev/null +++ b/media-fonts/noto/noto-20211207.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit font + +DESCRIPTION="Google's font family that aims to support all the world's languages" +HOMEPAGE="https://www.google.com/get/noto/ https://github.com/googlefonts/noto-fonts" + +COMMIT="29aa92a9a0768be2d58cf4c590adb5c18b8247c6" +SRC_URI="https://www.alxu.ca/noto-fonts-${COMMIT}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~*" +IUSE="" + +S="${WORKDIR}/${PN}-fonts-${COMMIT}" + +FONT_SUFFIX="ttf" +FONT_CONF=( + # From ArchLinux + "${FILESDIR}/66-noto-serif.conf" + "${FILESDIR}/66-noto-mono.conf" + "${FILESDIR}/66-noto-sans.conf" +) -- cgit v1.2.3-54-g00ecf