From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/
Date: Sun, 10 Jan 2021 02:18:03 +0000 (UTC) [thread overview]
Message-ID: <1610245062.a84dafb8e2ff80a3a04dac46fe720aa181af98cb.mattst88@gentoo> (raw)
commit: a84dafb8e2ff80a3a04dac46fe720aa181af98cb
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 02:14:29 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 02:17:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84dafb8
media-fonts/cantarell: Version bump to 0.301
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-fonts/cantarell/Manifest | 1 +
media-fonts/cantarell/cantarell-0.301.ebuild | 49 ++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/media-fonts/cantarell/Manifest b/media-fonts/cantarell/Manifest
index a6f23e272b3..cba03ef1d20 100644
--- a/media-fonts/cantarell/Manifest
+++ b/media-fonts/cantarell/Manifest
@@ -1,2 +1,3 @@
DIST cantarell-fonts-0.111.tar.xz 326216 BLAKE2B dad338329670674cf3815b2045f8f9a739a9e08913189cec67577982e58df8328e0dc185439bffb6bda0529846b844d0b37a3c9615210f23d47616969f7874b2 SHA512 638298a6381a3ede862d1b100fcfea943bebb5e1c0dc4f1597ab2f841e933b484436b139090a669c770c02483a24f2b92bbd12bce71d7a40eb4c325573e3df9e
DIST cantarell-fonts-0.201.tar.xz 508372 BLAKE2B 5a0fcf66e9c19a54c0051b79305a6b2628a2fa5aa3f67677732ba92a4f7e1ceda0d6c05bc971b1139bb87b8c5fecf8e7a350fb521f56926c072e8a03e35d4399 SHA512 c512244a1ed343b1b9fef3a630c1c678c6ef7f06efcda883af0dbab5478823f31c9bd5fc38b92ad1747704528c6e2589584ab94743f433957644d5386dabdc98
+DIST cantarell-fonts-0.301.tar.xz 570328 BLAKE2B 2e1e235fe8986366fa2b75cfc0e5417a3e2ab4a3d237a4cc7639d56a2ae698bfe1e2e573a64d0557bcb9823428928d623cadf4f5d8c424a4516a0e44b0390659 SHA512 84bd37e9eeeb3001d336af49634184552d77df3ca780ef4cd9166925c87710575ab0208f50df2e4f0216f3b64dbe0ef5288a271866244e6cd1cd5518462f8b02
diff --git a/media-fonts/cantarell/cantarell-0.301.ebuild b/media-fonts/cantarell/cantarell-0.301.ebuild
new file mode 100644
index 00000000000..bb9863617ad
--- /dev/null
+++ b/media-fonts/cantarell/cantarell-0.301.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="${PN}-fonts"
+
+inherit font gnome.org meson
+
+DESCRIPTION="Default fontset for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+BDEPEND="
+ >=sys-devel/gettext-0.20
+ virtual/pkgconfig
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+# Font eclass settings
+FONT_S="${S}/prebuilt"
+FONT_SUFFIX="otf"
+
+src_prepare() {
+ # Leave prebuilt font installation to font.eclass
+ sed -e "/subdir('prebuilt')/d" -i meson.build || die
+
+ default
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dfontsdir=${FONTDIR}
+ -Duseprebuilt=true
+ -Dbuildappstream=true
+ )
+ meson_src_configure
+}
+
+src_install() {
+ font_src_install
+ local DOCS=( NEWS README.md )
+ meson_src_install
+}
next reply other threads:[~2021-01-10 2:18 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-10 2:18 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-30 23:21 [gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/ Matt Turner
2022-05-31 9:24 Jakov Smolić
2022-05-28 5:38 Sam James
2022-05-28 5:05 Sam James
2022-05-09 5:29 WANG Xuerui
2022-03-27 19:09 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-04-01 16:44 Thomas Deutschmann
2021-03-15 18:06 Sergei Trofimovich
2021-03-12 8:01 Mikle Kolyada
2020-11-14 9:19 Mikle Kolyada
2020-11-06 15:19 Sam James
2020-11-05 16:16 Sam James
2020-09-11 16:57 Sergei Trofimovich
2020-08-31 2:52 Sam James
2020-08-30 18:28 Sam James
2020-08-19 6:25 Mart Raudsepp
2020-01-11 20:01 Mart Raudsepp
2020-01-11 20:01 Mart Raudsepp
2019-07-13 12:08 Sergei Trofimovich
2019-07-03 7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2019-05-10 17:33 Mikle Kolyada
2019-05-09 20:04 Aaron Bauman
2019-01-21 21:17 Mart Raudsepp
2019-01-21 21:17 Mart Raudsepp
2019-01-21 20:24 Mart Raudsepp
2019-01-18 7:59 Mikle Kolyada
2019-01-03 9:27 Sergei Trofimovich
2018-12-28 3:46 Matt Turner
2018-12-27 18:48 Fabian Groffen
2018-12-05 7:34 Mikle Kolyada
2018-12-05 7:07 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-12-01 14:51 Sergei Trofimovich
2018-11-04 14:16 Sergei Trofimovich
2018-08-28 15:59 Mart Raudsepp
2018-08-28 15:35 Mart Raudsepp
2018-08-28 15:35 Mart Raudsepp
2018-08-28 14:29 Virgil Dupras
2018-08-28 14:11 Virgil Dupras
2018-08-17 2:05 Mikle Kolyada
2018-05-27 16:31 Gilles Dartiguelongue
2018-03-28 19:09 Matt Turner
2017-03-29 21:26 Michael Weber
2017-02-17 17:14 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2016-12-06 20:36 Markus Meier
2016-09-06 7:48 Gilles Dartiguelongue
2016-06-07 7:03 Tobias Klausmann
2016-05-03 20:19 Markus Meier
2016-03-06 20:12 Mikle Kolyada
2016-03-05 9:36 Pacho Ramos
2016-03-01 5:12 Alexandre Rostovtsev
2016-03-01 5:10 Alexandre Rostovtsev
2016-01-16 11:22 Pacho Ramos
2016-01-16 11:22 Pacho Ramos
2016-01-07 21:50 Gilles Dartiguelongue
2016-01-05 23:51 Gilles Dartiguelongue
2015-12-26 14:20 Pacho Ramos
2015-12-26 14:20 Pacho Ramos
2015-11-19 10:04 Agostino Sarubbo
2015-11-18 9:09 Agostino Sarubbo
2015-11-16 14:08 Agostino Sarubbo
2015-11-14 10:28 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-11-11 8:20 Agostino Sarubbo
2015-11-11 5:08 Jeroen Roovers
2015-11-10 17:02 Agostino Sarubbo
2015-11-09 11:29 Pacho Ramos
2015-11-09 11:29 Pacho Ramos
2015-11-07 10:26 Pacho Ramos
2015-11-07 10:26 Pacho Ramos
2015-10-17 10:49 Pacho Ramos
2015-10-04 10:22 Pacho Ramos
2015-10-04 10:22 Pacho Ramos
2015-10-03 18:18 Jeroen Roovers
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=1610245062.a84dafb8e2ff80a3a04dac46fe720aa181af98cb.mattst88@gentoo \
--to=mattst88@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