From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-sans/
Date: Mon, 25 Jan 2021 11:54:17 +0000 (UTC) [thread overview]
Message-ID: <1611575643.18c858830757d6146346314c1d148f5ab34d3c96.monsieurp@gentoo> (raw)
commit: 18c858830757d6146346314c1d148f5ab34d3c96
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 11:22:12 2021 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 11:54:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c85883
media-fonts/fira-sans: version bump.
* Apply similar changes made to the fira-mono ebuild.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
media-fonts/fira-sans/Manifest | 1 +
media-fonts/fira-sans/fira-sans-4.202.ebuild | 39 ++++++++++++++++++++++++++++
media-fonts/fira-sans/metadata.xml | 4 +++
3 files changed, 44 insertions(+)
diff --git a/media-fonts/fira-sans/Manifest b/media-fonts/fira-sans/Manifest
index 48405656ff7..9588c7af3a3 100644
--- a/media-fonts/fira-sans/Manifest
+++ b/media-fonts/fira-sans/Manifest
@@ -1,2 +1,3 @@
+DIST Fira-4.202.tar.gz 94581261 BLAKE2B 346e18a115098570a3540345d165018477a071d4ee3d9d305f8de5442bd6341439ebfc58ec364b428ddd1e1833224ce27bd9fdde4e4251173ef271c26d72c237 SHA512 fec770fa038f2aa0654f9382f95aa1266a2655970f4c7755b237af9d1c09f47ce719f8daf3afc39812fc69448b9481ee0e2a1414f1d007ad70b4254c92950ebb
DIST FiraFonts4002.zip 22975177 BLAKE2B 6dfc143568605ecd4fa956d8ef567ce4d86e187e985e9f43213dda41dd9de2d417e7e29dafcf27ab97ffff11ca6571f0cd5ca084e623fa6a6dd84297cf514013 SHA512 9ce5350cea8fddf5fc5282a23ffe3d142ddb6fb778a78308bf4083be50f036feb1faadf72ade5c0e62638302c26a1ead91692ca016e0220d152871294b467508
DIST FiraFonts4105.zip 27227111 BLAKE2B c8ef15673735537c0d849c3e0dfa46a0b9cdcb7fff1d82d50d18b0119192282fa3956f57fa182420f71479f9479a4b8da5f87cddedea2469fd01562dc7bf8ee3 SHA512 f451e99d761ae9e714461e1ac244ee1c12af11751f61c94fa7ed10bf04bfa26520fbf50d1aeae55346348aec932481888780ae12df27349c966ba79a3eeae37d
diff --git a/media-fonts/fira-sans/fira-sans-4.202.ebuild b/media-fonts/fira-sans/fira-sans-4.202.ebuild
new file mode 100644
index 00000000000..18116e8c423
--- /dev/null
+++ b/media-fonts/fira-sans/fira-sans-4.202.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit font
+
+MY_PN="Fira"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Default monospaced typeface for FirefoxOS, designed for legibility"
+HOMEPAGE="https://mozilla.github.io/Fira"
+SRC_URI="https://github.com/mozilla/Fira/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="otf +ttf"
+
+REQUIRED_USE="|| ( otf ttf )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( README.md LICENSE )
+
+src_prepare() {
+ default
+
+ use ttf && { rm "${S}"/ttf/FiraMono-*.ttf || die; }
+ use otf && { rm "${S}"/otf/FiraMono*.otf || die; }
+}
+
+src_install() {
+ use otf && { FONT_S="${S}/otf"; FONT_SUFFIX="otf"; }
+ use ttf && { FONT_S="${S}/ttf"; FONT_SUFFIX="ttf"; }
+
+ font_src_install
+ einstalldocs
+}
diff --git a/media-fonts/fira-sans/metadata.xml b/media-fonts/fira-sans/metadata.xml
index d0f1df7c94c..4eb642804cf 100644
--- a/media-fonts/fira-sans/metadata.xml
+++ b/media-fonts/fira-sans/metadata.xml
@@ -5,4 +5,8 @@
<email>fonts@gentoo.org</email>
<name>Fonts</name>
</maintainer>
+ <use>
+ <flag name="otf">Install the OpenType version of the font</flag>
+ <flag name="ttf">Install the TrueType version of the font</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2021-01-25 11:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 11:54 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-26 8:01 [gentoo-commits] repo/gentoo:master commit in: media-fonts/fira-sans/ Patrice Clement
2021-03-17 2:16 Sam James
2021-03-17 2:19 Sam James
2022-05-10 1:07 WANG Xuerui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611575643.18c858830757d6146346314c1d148f5ab34d3c96.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox