commit: f291e9fa086b62e5949533da38d783ff9dd74943 Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja> AuthorDate: Fri Sep 15 01:55:11 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 07:38:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f291e9fa
media-fonts/intel-one-mono: new package, add 1.3.0 Upstream build this using RoboFont; a non-free macOS-only font editor. While it's theoretically possible to exactly reproduce the output of their build process using any font builder that understands the UFO (v3[?]) format, I'm unwilling to investigate and maintain a completely separate build system when other distros just install the release tarball. Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32787 Signed-off-by: Sam James <sam <AT> gentoo.org> media-fonts/intel-one-mono/Manifest | 1 + .../intel-one-mono/intel-one-mono-1.3.0.ebuild | 26 ++++++++++++++++++++++ media-fonts/intel-one-mono/metadata.xml | 15 +++++++++++++ 3 files changed, 42 insertions(+) diff --git a/media-fonts/intel-one-mono/Manifest b/media-fonts/intel-one-mono/Manifest new file mode 100644 index 000000000000..9677aa3c7951 --- /dev/null +++ b/media-fonts/intel-one-mono/Manifest @@ -0,0 +1 @@ +DIST intel-one-mono-1.3.0.zip 354382 BLAKE2B 1216f8075fd4137696c65f33a208d70f611991c4663228b151dd54ad0b43dff54073bb944c2390bcd04ab15d7894c552089f867aefd7500faeb23c8e2bb87fc7 SHA512 3c4803d103cd3f6dcd5caf020cefc665812f4859151e399c6e7a547f8c62e1e6b0ab5c9b4a79e20fbb41af435d01ced955db8429d4174b429de79782a8d6503a diff --git a/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild b/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild new file mode 100644 index 000000000000..5d69d2d80dbe --- /dev/null +++ b/media-fonts/intel-one-mono/intel-one-mono-1.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FONT_SUFFIX="otf" + +inherit font + +DESCRIPTION="Intel One Mono font family" +HOMEPAGE="https://github.com/intel/intel-one-mono" + +SRC_URI="https://github.com/intel/intel-one-mono/releases/download/V${PV}/otf.zip -> ${P}.zip" +S="${WORKDIR}/otf" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="binchecks strip" + +BDEPEND=" + app-arch/unzip +" + +src_compile() { :; } diff --git a/media-fonts/intel-one-mono/metadata.xml b/media-fonts/intel-one-mono/metadata.xml new file mode 100644 index 000000000000..9a8dddcde994 --- /dev/null +++ b/media-fonts/intel-one-mono/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matt Jolly</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">intel/intel-one-mono</remote-id> + </upstream> +</pkgmetadata>
